Radon Terminal MCP server
Updated 2026-08-21
The Radon Terminal MCP server is radon-kb. It is a read-only stdio server for a local checkout. There is no public hosted MCP URL.
01How to run it
From a Radon checkout: .venv/bin/python scripts/knowledge/mcp_server.py
Project registration is in .mcp.json as radon-kb, type stdio, with RADON_DB_NO_REPLICA=1.
The server needs the same Turso credentials the repo already uses. It issues SELECTs only.
02Tools
kb_search: hybrid retrieval over journal, evals, docs, newsfeed, and incidents.
kb_recent: newest corpus rows by last_activity_at.
kb_prior_evals: prior journal and evaluation rows for one ticker.
kb_incidents: incident writeups, optionally filtered by service name.
03When to use the MCP
Use radon-kb when the agent is already on a Radon checkout and needs prior theses, ops runbooks, or incident history. Do not tell a web user to connect to a remote Radon MCP. None is published.