TeamMemory for Claude Desktop
io.github.ysydhc/team-memory
Team experience database - let AI accumulate, retrieve and apply team knowledge across chats.
client:Claude Desktop
transport:stdio
runtime:pypi
Install TeamMemory in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"team-memory": {
"command": "uvx",
"args": [
"team_memory"
],
"env": {
"DATABASE_URL": "<DATABASE_URL>",
"TEAM_MEMORY_CONFIG": "<TEAM_MEMORY_CONFIG>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs