Odel
Perseus: MCP server and live context engine

Perseus: MCP server and live context engine

Local
@perseus-computing-llc42PythonMITUpdated 5 days ago

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).

PyPIperseus-ctxv1.0.26

Run

uvx perseus-ctx

MCP client config

{
  "mcpServers": {
    "perseus-mcp-server-and-live-context-engine": {
      "command": "uvx",
      "args": [
        "perseus-ctx"
      ]
    }
  }
}