TeamMemory for Cursor
io.github.ysydhc/team-memory
Team experience database - let AI accumulate, retrieve and apply team knowledge across chats.
client:Cursor
transport:stdio
runtime:pypi
Install TeamMemory in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"team-memory": {
"type": "stdio",
"command": "uvx",
"args": [
"team_memory"
],
"env": {
"DATABASE_URL": "<DATABASE_URL>",
"TEAM_MEMORY_CONFIG": "<TEAM_MEMORY_CONFIG>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs