Mcp Config — prayanks/mcp-sqlite-server

These are MCP server implementations for accessing a SQLite database in your MCP client. There is both a SDIO and a SSE implementation.

6/19/2026 · 22 viewsMCP config

← Browse

{ "mcpServers": { "playwright": { "command": "npx", "args": [ "@playwright/mcp@latest", "--vision" ] }, "toolbase-proxy": { "command": "/Users/prayank/.toolbase/toolbase-runner", "args": [ "-p=proxy", "-f=/Users/prayank/.toolbase/config.json", "-v=claude" ] }, "sqlite_mcp_server_sdio": { "command": "/Users/prayank/.pyenv/shims/python", "args": [ "-u", "/Users/prayank/code/mcp-gpt-implementation/sqlite_mcp_server.py" ] }, "sqlite_mcp_server_sse": { "command": "python", "args": [ "-u", "/Users/prayank/code/mcp-gpt-implementation/sqlite_mcp_server.py" ] } } }


Source: prayanks/mcp-sqlite-server · 10★ Repo: These are MCP server implementations for accessing a SQLite database in your MCP client. There is both a SDIO and a SSE implementation.