Team experience database - let AI accumulate, retrieve and apply team knowledge across chats.
claude mcp add team-memory -- uvx team_memory
claude_desktop_config.json
{
"mcpServers": {
"team-memory": {
"command": "uvx",
"args": [
"team_memory"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"team-memory": {
"command": "uvx",
"args": [
"team_memory"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"team-memory": {
"command": "uvx",
"args": [
"team_memory"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"team-memory": {
"type": "stdio",
"command": "uvx",
"args": [
"team_memory"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"team-memory": {
"command": "uvx",
"args": [
"team_memory"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.ysydhc--team-memory/reviews or the review_server meta-tool.
POST /mcp