qsp mcp for Zed
io.github.qso-graph/qsp-mcp
QSP — relay MCP tools to any OpenAI-compatible local LLM (llama.cpp, Ollama, vLLM)
client:Zed
transport:stdio
runtime:pypi
Install qsp mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"qsp-mcp": {
"command": "uvx",
"args": [
"qsp-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs