Perseus — Live Context Engine for AI Agents for Grok
io.github.tcconnally/perseus
Live context engine for AI agents. 27+ MCP tools: health, memory, skills, file trees on demand.
client:Grok
transport:stdio
runtime:pypi
Install Perseus — Live Context Engine for AI Agents in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"perseus": {
"type": "stdio",
"command": "uvx",
"args": [
"perseus-ctx"
],
"env": {
"PERSEUS_WORKSPACE": "<PERSEUS_WORKSPACE>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs