Skip to content
VS Code

TeamShared for VS Code

io.github.xhad/teamshared

Shared memory for coding agents. Stop re-explaining your codebase every session.

client:VS Code transport:streamable-http

Install TeamShared in VS Code

.vscode/mcp.json

{
  "servers": {
    "teamshared": {
      "type": "http",
      "url": "https://teamshared.com/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

TeamShared in other clients