TeamMemory for Grok
io.github.ysydhc/team-memory
Team experience database - let AI accumulate, retrieve and apply team knowledge across chats.
client:Grok
transport:stdio
runtime:pypi
Install TeamMemory in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"team-memory": {
"type": "stdio",
"command": "uvx",
"args": [
"team_memory"
],
"env": {
"DATABASE_URL": "<DATABASE_URL>",
"TEAM_MEMORY_CONFIG": "<TEAM_MEMORY_CONFIG>"
}
}
}
}
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