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