danieloza/agent-runtime-control-tower
FastAPI control tower for AI agents with policy enforcement, approval routing, incidents, PostgreSQL-backed history, and Redis-backed runtime state.
Platform-specific configuration:
{
"mcpServers": {
"agent-runtime-control-tower": {
"command": "npx",
"args": [
"-y",
"agent-runtime-control-tower"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
> FastAPI control tower for governing AI agents, MCP servers, runtime policies, approvals, replayable runs, and runtime state.
[](https://www.python.org/) [](https://fastapi.tiangolo.com/) [](#)
Everyone wants AI agents in production. Very few teams have a control layer for what those agents are allowed to do.
Agent Runtime Control Tower is a backend-first platform primitive for enterprise AI systems. It models the runtime governance layer around agents and MCP servers:
DATABASE_URL-driven persistence ready for SQLite or PostgreSQLGET /healthGET /meGET /organizationsGET /mcp-serversGET /agentsGET /policiesPOST /runsGET /runsGET /runs/{run_id}/tracesGET /runs/{run_id}/statePOST /runs/{run_id}/replayGET /approvalsPOST /approvals/{approval_id}/decisionGET /incidentspython -m venv .venv
.venvLoading reviews...