db-mcp (SQLite MCP Server) for Grok
io.github.neverinfamous/db-mcp
SQLite MCP server with OAuth 2.1, HTTP/SSE, 122 tools, and smart tool filtering
client:Grok
transport:stdio
runtime:npm
Install db-mcp (SQLite MCP Server) in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"db-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"db-mcp"
]
}
}
}
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