Skip to content
VS Code

tela for VS Code

io.github.zcag/tela

Self-hostable team wiki; agents read & write it via MCP; Atlas turns your repo into a cited wiki.

client:VS Code transport:streamable-http runtime:npm

Install tela in VS Code

.vscode/mcp.json

{
  "servers": {
    "tela": {
      "type": "http",
      "url": "https://telawiki.com/api/mcp"
    }
  }
}

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

tela in other clients