Tela
@zcag
About Tela
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
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"tela": {
"command": "npx",
"args": [
"-y",
"tela-mcp"
],
"env": {
"TELA_BASE_URL": "https://telawiki.com",
"TELA_API_KEY": "<your-personal-access-token>"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Tela?
Tela is a self-hostable, markdown-native team wiki with a built-in MCP server. It lets AI agents search, read, and write wiki pages using ranked Postgres full-text and semantic search, plus backlink traversal. It also includes Atlas, which auto-generates a cited, coverage-checked wiki from your git repositories and Jira. Tela is open-source under AGPL-3.0.
How to use Tela?
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.
Key features of Tela
- 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
Use cases of Tela
- AI agents searching and editing team documentation in real time
- Automatically generating a coverage-checked wiki from code repositories and project management data
- Maintaining a self-hosted, markdown-based knowledge base for teams
FAQ from Tela
How do I connect to Tela's MCP server?
Use npx tela-mcp with a TELA_BASE_URL and a Personal Access Token, or the remote endpoint at https://telawiki.com/mcp.
More Memory & Knowledge MCP servers
Rust Docs MCP Server
Govcraft🦀 Prevents outdated Rust code suggestions from AI assistants. This MCP server fetches current crate docs, uses embeddings/LLMs, and provides accurate context via a tool call.
Zettelkasten MCP Server
entanglrA Model Context Protocol (MCP) server that implements the Zettelkasten knowledge management methodology, allowing you to create, link, explore and synthesize atomic notes through Claude and other MCP-compatible clients.
Docs MCP Server
araboldGrounded Docs MCP Server: Open-Source Alternative to Context7, Nia, and Ref.Tools
Context Portal MCP (ConPort)
GreatScottyMacContext Portal (ConPort): A memory bank MCP server building a project-specific knowledge graph to supercharge AI assistants. Enables powerful Retrieval Augmented Generation (RAG) for context-aware development in your IDE.
Context7 MCP - Up-to-date Docs For Any Cursor Prompt
upstashContext7 Platform -- Up-to-date code documentation for LLMs and AI code editors
Comments