Catalog
io.github.tcconnally/perseus
OfficialPerseus — Live Context Engine for AI Agents
Live context engine for AI agents. 27+ MCP tools: health, memory, skills, file trees on demand.
Context engine for AI agents providing health monitoring, memory, skills, and dynamic file tree access.
README not available yet.
Install
Configuration
Environment variables
PERSEUS_WORKSPACErequiredPath to the workspace directory to serve context for
claude_desktop_config.json
{
"mcpServers": {
"perseus": {
"command": "uvx",
"args": [
"perseus-ctx"
],
"env": {
"PERSEUS_WORKSPACE": "<YOUR_PERSEUS_WORKSPACE>"
}
}
}
}