# tela > A team wiki that documents itself — and that your AI reasons over. Point Atlas at a git repo or Jira project and it writes a cited, coverage-checked wiki and keeps it fresh; your agents search and write it from inside Claude and ChatGPT, on markdown you own. tela is an open-source, **agent-native** team wiki. Its headline feature, **Atlas**, ingests your sources — a git repo or a Jira project — reads the source, plans a wiki, drafts cited markdown pages, and publishes them as ordinary tela pages, then watches the source and regenerates on a schedule when it drifts. Atlas measures the docs against a deterministic spine (the real routes, CLI flags, env vars, DB models, and state it extracted) and reports a **coverage score** with the specific gaps named and every citation resolved to `file:line` — measurably complete, not "the AI wrote something". The generated pages are searchable, shareable, and revisioned like any other. A built-in remote MCP server gives agents **39 scoped tools** over the same API the UI uses — keyword `search`, semantic `research`, `read_chunk`, read/create/update pages, anchored comments, the knowledge graph, and `atlas_*` runs — usable in Claude and ChatGPT via one-click OAuth. Pages are canonical markdown forever (no block model, no proprietary format). Go + PostgreSQL backend, React/Milkdown editor, Yjs live collaboration. Hosted at telawiki.com, or self-host it. ## Product - [Home](https://telawiki.com/): Atlas (the wiki documents itself), semantic retrieval + ask-your-docs with citations, the MCP connector for Claude & ChatGPT, the block editor on canonical markdown, an honest comparison vs Notion/Confluence/Obsidian, security, and pricing. - [Live instance](https://telawiki.com/login): the running app. - [MCP server docs](https://telawiki.com/mcp): the endpoint, OAuth sign-in, and the full 39-tool catalog. ## Code & packages - [GitHub repository](https://github.com/zcag/tela): open source — Go backend (PostgreSQL), React/Milkdown frontend, and the MCP server. - [tela-mcp on npm](https://www.npmjs.com/package/tela-mcp): a thin stdio proxy for hosts that don't speak Streamable HTTP directly. ## For agents The MCP endpoint is `https://telawiki.com/api/mcp` (Streamable HTTP). In Claude or ChatGPT, add it as a connector and sign in with OAuth — no token to paste. For code agents (Claude Code, Cursor, your own), use a scoped personal access token (`tela_pat_…`, read / write / admin, pinnable to one space) as a bearer header. Retrieve by meaning with `research` (semantic, cited) + `read_chunk`; keyword-match with `search`; write with `create_page`/`update_page`; and kick off or check a documentation run with `atlas_run` / `atlas_run_status`. The agent reads the team's docs, writes back what it learns, and the next session picks up where the last left off. ## Optional - [llms-full.txt](https://telawiki.com/llms-full.txt): the same information with the full positioning, feature list, and FAQ.