Loading MCP server directory, please wait...
Team experience database - let AI accumulate, retrieve and apply team knowledge across chats.
npx @getmcp/cli add io.github.ysydhc/team-memoryRequires Python 3.10+. Community-contributed server. Review source before installing.
DATABASE_URLPostgreSQL connection string (with pgvector extension)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.ysydhc/team-memory": {
"command": "uvx",
"args": [
"team_memory"
],
"env": {
"DATABASE_URL": "",
"TEAM_MEMORY_CONFIG": ""
}
}
}
}