PluginBench
MCP Server

io.github.zcag/tela MCP Server

io.github.zcag/tela

What is the io.github.zcag/tela MCP server?

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

How to install io.github.zcag/tela

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • 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.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "tela": {
      "command": "npx",
      "args": [
        "-y",
        "tela-mcp"
      ],
      "env": {
        "TELA_BASE_URL": "<YOUR_TELA_BASE_URL>",
        "TELA_API_KEY": "<YOUR_TELA_API_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "tela": {
      "command": "npx",
      "args": [
        "-y",
        "tela-mcp"
      ],
      "env": {
        "TELA_BASE_URL": "<YOUR_TELA_BASE_URL>",
        "TELA_API_KEY": "<YOUR_TELA_API_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "tela": {
      "command": "npx",
      "args": [
        "-y",
        "tela-mcp"
      ],
      "env": {
        "TELA_BASE_URL": "<YOUR_TELA_BASE_URL>",
        "TELA_API_KEY": "<YOUR_TELA_API_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "tela": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "tela-mcp"
      ],
      "env": {
        "TELA_BASE_URL": "<YOUR_TELA_BASE_URL>",
        "TELA_API_KEY": "<YOUR_TELA_API_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add tela --env TELA_BASE_URL=<YOUR_TELA_BASE_URL> --env TELA_API_KEY=<YOUR_TELA_API_KEY> -- npx -y tela-mcp

Related MCP servers

Search npm packages, get live registry data, and compare alternatives. No API key needed.

View repository →

Convert web pages to clean, LLM-optimized Markdown. No browser needed.

View repository →