HomeKnowledge & Memory › tela

tela

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

Go CloudLocal Remote
★ 69 stars Last pushed 2026-09-22 License: AGPL-3.0

Topics: Knowledge & Memory

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://telawiki.com/api/mcp Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http tela https://telawiki.com/api/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "tela": {
      "url": "https://telawiki.com/api/mcp"
    }
  }
}

Package (npm 0.7.4)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "tela": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "TELA_BASE_URL": "<YOUR_VALUE>",
        "TELA_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • TELA_BASE_URL required — Origin of the Tela instance the proxy connects to, e.g. https://telawiki.com
  • TELA_API_KEY required secret — Personal access token (tela_pat_...), forwarded as Authorization: Bearer. Create one in Settings -> API Keys.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry