PluginBench
MCP Server

Perseus — Live Context Engine for AI Agents MCP Server

io.github.tcconnally/perseus

What is the Perseus — Live Context Engine for AI Agents MCP server?

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

How to install Perseus — Live Context Engine for AI Agents

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • PERSEUS_WORKSPACE
    required

    Path to the workspace directory to serve context for

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "perseus": {
      "command": "uvx",
      "args": [
        "perseus-ctx"
      ],
      "env": {
        "PERSEUS_WORKSPACE": "<YOUR_PERSEUS_WORKSPACE>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "perseus": {
      "command": "uvx",
      "args": [
        "perseus-ctx"
      ],
      "env": {
        "PERSEUS_WORKSPACE": "<YOUR_PERSEUS_WORKSPACE>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "perseus": {
      "command": "uvx",
      "args": [
        "perseus-ctx"
      ],
      "env": {
        "PERSEUS_WORKSPACE": "<YOUR_PERSEUS_WORKSPACE>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "perseus": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "perseus-ctx"
      ],
      "env": {
        "PERSEUS_WORKSPACE": "<YOUR_PERSEUS_WORKSPACE>"
      }
    }
  }
}
Claude Code
claude mcp add perseus --env PERSEUS_WORKSPACE=<YOUR_PERSEUS_WORKSPACE> -- uvx perseus-ctx

Related MCP servers

Persistent memory for AI agents. 36+ MCP tools: encryption, decay, hybrid search, knowledge graph.