← Back to Plugins
MCP Server MCP

TeamMemory

github By github 👁 2 views ▲ 0 votes

Team experience database - let AI accumulate, retrieve and apply team knowledge across chats.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...