tela
Rank #54,005io.github.zcag/tela
Self-hostable team wiki; agents read & write it via MCP; Atlas turns your repo into a cited wiki.
tela is a Model Context Protocol (MCP) server published by zcag. It ranks #54,005 of 132,113 servers tracked on MCP Toplist, and its repository has 65 GitHub stars. tela is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 2 tracked versions. It was first listed on Jun 29, 2026 and most recently updated on Jun 30, 2026.
Ranks ahead of 78,108 of 132,113 servers on MCP Toplist.
Use tela
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http tela https://telawiki.com/api/mcpclaude mcp add tela -e "TELA_BASE_URL=<your TELA_BASE_URL>" -e "TELA_API_KEY=<your TELA_API_KEY>" -- npx -y tela-mcpReplace each placeholder with your own value before saving.
[mcp_servers.tela]
url = "https://telawiki.com/api/mcp"Add to ~/.codex/config.toml.
[mcp_servers.tela]
command = "npx"
args = ["-y", "tela-mcp"]
[mcp_servers.tela.env]
TELA_BASE_URL = "<your TELA_BASE_URL>"
TELA_API_KEY = "<your TELA_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://telawiki.com/api/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"tela": {
"command": "npx",
"args": [
"-y",
"tela-mcp"
],
"env": {
"TELA_BASE_URL": "<your TELA_BASE_URL>",
"TELA_API_KEY": "<your TELA_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tela": {
"url": "https://telawiki.com/api/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"tela": {
"command": "npx",
"args": [
"-y",
"tela-mcp"
],
"env": {
"TELA_BASE_URL": "<your TELA_BASE_URL>",
"TELA_API_KEY": "<your TELA_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"tela": {
"type": "http",
"url": "https://telawiki.com/api/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tela": {
"serverUrl": "https://telawiki.com/api/mcp"
}
}
}Add to ~/.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>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tela": {
"url": "https://telawiki.com/api/mcp"
}
}
}{
"mcpServers": {
"tela": {
"command": "npx",
"args": [
"-y",
"tela-mcp"
],
"env": {
"TELA_BASE_URL": "<your TELA_BASE_URL>",
"TELA_API_KEY": "<your TELA_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.zcag%2Ftela)<a href="https://mcptoplist.com/server/io.github.zcag%2Ftela"><img src="https://mcptoplist.com/badge/io.github.zcag%2Ftela.svg" alt="MCP Toplist: Top 50% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
zcag
Other servers by zcag
View all zcag servers →Available versions (2)
| Version | Published |
|---|---|
| 0.7.5 | Jun 30, 2026 |
| 0.7.4 | Jun 29, 2026 |
Frequently asked questions
- Who maintains tela?
- tela is maintained by zcag, which publishes 3 MCP servers (6 total versions) tracked on MCP Toplist.
- Is tela listed on the Official MCP Registry?
- Yes — tela is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does tela have?
- MCP Toplist tracks 2 versions of tela, most recently published on Jun 30, 2026.
- Where can I find the source code for tela?
- The source code for tela is hosted at github.com/zcag/tela/tree/HEAD/mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.