CogSession for Grok
io.github.premanand8800/cogsession
Session memory for AI coding agents: records decisions and dead ends, flags what went stale.
client:Grok
transport:stdio
runtime:pypi
Install CogSession in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"cogsession": {
"type": "stdio",
"command": "uvx",
"args": [
"cogsession"
]
}
}
}
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