qsp mcp for Grok
io.github.qso-graph/qsp-mcp
QSP — relay MCP tools to any OpenAI-compatible local LLM (llama.cpp, Ollama, vLLM)
client:Grok
transport:stdio
runtime:pypi
Install qsp mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"qsp-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"qsp-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