Loading MCP server directory, please wait...
Live context engine for AI agents. 27+ MCP tools: health, memory, skills, file trees on demand.
npx @getmcp/cli add io.github.tcconnally/perseusRequires Python 3.10+. Community-contributed server. Review source before installing.
PERSEUS_WORKSPACEPath to the workspace directory to serve context for
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.tcconnally/perseus": {
"command": "uvx",
"args": [
"perseus-ctx"
],
"env": {
"PERSEUS_WORKSPACE": ""
}
}
}
}