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
{
"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