Skip to content
Claude Desktop

tela for Claude Desktop

io.github.zcag/tela

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

client:Claude Desktop transport:streamable-http runtime:npm

Install tela in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "tela": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://telawiki.com/api/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

tela in other clients