Skip to content
Zed

Perseus — Live Context Engine for AI Agents for Zed

io.github.tcconnally/perseus

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

client:Zed transport:stdio runtime:pypi

Install Perseus — Live Context Engine for AI Agents in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "perseus": {
      "command": "uvx",
      "args": [
        "perseus-ctx"
      ],
      "env": {
        "PERSEUS_WORKSPACE": "<PERSEUS_WORKSPACE>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Perseus — Live Context Engine for AI Agents in other clients