Skip to content
Cline

TeamMemory for Cline

io.github.ysydhc/team-memory

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

client:Cline transport:stdio runtime:pypi

Install TeamMemory in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "team-memory": {
      "command": "uvx",
      "args": [
        "team_memory"
      ],
      "env": {
        "DATABASE_URL": "<DATABASE_URL>",
        "TEAM_MEMORY_CONFIG": "<TEAM_MEMORY_CONFIG>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

TeamMemory in other clients