MCP Server
MCP
TeamMemory
Team experience database - let AI accumulate, retrieve and apply team knowledge across chats.
Install
uvx team_memory
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "team_memory",
"version": "0.1.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "PostgreSQL connection string (with pgvector extension)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "DATABASE_URL"
},
{
"description": "Path to config.yaml (optional)",
"format": "string",
"name": "TEAM_MEMORY_CONFIG"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment