Tela

by zcag

375 downloads
Not rated
GitHub

About

Self-hostable, markdown-native team wiki with a built-in MCP server: agents search, read, and write your wiki pages (ranked Postgres full-text + semantic search, backlink traversal). Plus Atlas, which auto-generates a cited, coverage-checked wiki from your git repos and Jira. Ope

Details

Author
zcag
Downloads
375
Categories
Knowledge Base, AI

- Markdown-native wiki with Postgres full-text and semantic search
- Built-in MCP server for agent read/write access
- Atlas: auto-generates cited wiki from git repos and Jira
- Backlink traversal for page connections
- Self-hostable under AGPL-3.0

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Tela
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Connect to Tela's MCP server via npx tela-mcp with a TELA_BASE_URL environment variable and a Personal Access Token, or use the remote endpoint at https://telawiki.com/mcp.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "tela": {
            "tela": {
                "command": "npx",
                "args": [
                    "-y",
                    "tela-mcp"
                ],
                "env": {
                    "TELA_BASE_URL": "https://telawiki.com",
                    "TELA_API_KEY": "<your-personal-access-token>"
                }
            }
        }
    }
}

McpServers

{
    "tela": {
        "command": "npx",
        "args": [
            "-y",
            "tela-mcp"
        ],
        "env": {
            "TELA_BASE_URL": "https://telawiki.com",
            "TELA_API_KEY": "<your-personal-access-token>"
        }
    }
}

Self-hostable, markdown-native team wiki with a built-in MCP server: agents search, read, and write your wiki pages (ranked Postgres full-text + semantic search, backlink traversal). Plus Atlas, which auto-generates a cited, coverage-checked wiki from your git repos and Jira. Open-source (AGPL-3.0). Connect via npx tela-mcp (TELA_BASE_URL + a Personal Access Token) or the remote endpoint https://telawiki.com/api/mcp.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.