Named after the Q-signal QSP ("Will you relay?"), qsp-mcp relays tool calls between a local LLM and MCP servers. Any model with function calling capability gains access to the full qso-graph tool ecosystem — 71+ tools across 12 servers — from local weights, not from cloud.
Server Config
{
"mcpServers": {
"qsp-mcp": {
"command": "qsp-mcp",
"args": [
"--config",
"~/.config/qsp-mcp/config.json"
]
}
}
}