TeamMemory✓
io.github.ysydhc/team-memory · v0.1.2
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.ysydhc/team-memory",
"description": "Team experience database - let AI accumulate, retrieve and apply team knowledge across chats.",
"title": "TeamMemory",
"repository": {
"url": "https://github.com/ysydhc/team_memory",
"source": "github"
},
"version": "0.1.2",
"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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}