Skip to content
Grok

sqlite mcp server for Grok

io.github.neverinfamous/sqlite-mcp-server

SQLite MCP server with 73 tools for JSONB, full-text search, geospatial, and analytics.

client:Grok transport:stdio runtime:pypi

Install sqlite mcp server in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "sqlite-mcp-server": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "sqlite-mcp-server-enhanced"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

sqlite mcp server in other clients