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.
Overview
Overview
qsp-mcp is the tool relay for the qso-graph ecosystem. It bridges any OpenAI-compatible local LLM to MCP servers:
- Sovereign Inference — Use llama.cpp, Ollama, vLLM, or SGLang with full MCP tool access
- Zero Cloud — All inference stays on your hardware, credentials stay in OS keyring
- 71+ Tools — Access all 12 qso-graph servers (propagation, logging, POTA, SOTA, WSPR, solar, and more)
- Profiles — Named server subsets (contest, propagation, full) to focus tool selection
Install: pip install qsp-mcp
Part of the https://qso-graph.io project — a suite of MCP servers for amateur radio.
Server Config
{
"mcpServers": {
"qsp-mcp": {
"command": "qsp-mcp",
"args": [
"--config",
"~/.config/qsp-mcp/config.json"
]
}
}
}