← Back to browse

Perseus — Live Context Engine for AI Agents

Indexed by io.github.tcconnally

About

Live context engine for AI agents. 27+ MCP tools: health, memory, skills, file trees on demand.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsPERSEUS_WORKSPACE
Claude Code
claude mcp add --env PERSEUS_WORKSPACE= perseus -- uvx perseus-ctx
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"perseus","command":"uvx","args":["perseus-ctx"],"env":{"PERSEUS_WORKSPACE":""}}'
JSON
{
  "mcpServers": {
    "perseus": {
      "command": "uvx",
      "args": [
        "perseus-ctx"
      ],
      "env": {
        "PERSEUS_WORKSPACE": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.