Live context MCP server: resolves git, services, and tests into agent context. Local-first, MIT.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
uvx perseus-ctx
MCP client config
{
"mcpServers": {
"perseus-mcp-server-and-live-context-engine": {
"command": "uvx",
"args": [
"perseus-ctx"
]
}
}
}