
Esa
Let your coding agent search, read, and update team wikis on esa.io without leaving the chat.
Overview
esa is a MCP server for the Build phase that connects your agent to esa.io team documentation over stdio with an access token.
What is this MCP server?
- Official esa.io MCP server (v0.9.2) with stdio transport via npm or OCI container
- Authenticated access through ESA_ACCESS_TOKEN against the esa.io API
- Fits team documentation sharing workflows—search and manage esa pages from Claude Code, Cursor, or Codex
- Dual distribution: @esaio/esa-mcp-server on npm and ghcr.io/esaio/esa-mcp-server image
- stdio-only local wiring—no remote URL in server manifest
- Server version 0.9.2
- 2 published packages (npm @esaio/esa-mcp-server and OCI ghcr.io/esaio/esa-mcp-server:0.9.2)
- 1 required secret env var: ESA_ACCESS_TOKEN
Who is it for?
Indie teams or solo builders who centralize specs and runbooks on esa.io and want Claude Code or Cursor to read and act on that canon.
Skip if: Builders who do not use esa.io, or anyone who needs offline-only markdown without API credentials.
What do I get? / Deliverables
After install, your agent can authenticate to esa.io and work against real team docs instead of guessing from memory.
- Registered stdio MCP server pointing at esa.io
- Agent-accessible esa workspace content via official API
- Repeatable doc lookup workflow without manual copy-paste
Recommended MCP Servers
Journey fit
How it compares
MCP integration to esa.io, not an agent skill that drafts documentation from scratch.
Common Questions / FAQ
Who is Esa MCP for?
Developers and small teams on Esa.io who want coding agents to search and use shared wiki pages during builds and incidents.
When should I use the Esa MCP server?
Use it whenever implementation, reviews, or ops work should cite current Esa pages rather than pasted excerpts.
How do I add Esa to my agent?
Install @Esaio/Esa-mcp-server or the ghcr.io OCI image, set ESA_ACCESS_TOKEN, and register the server as a stdio MCP entry in Claude Code, Cursor, or another MCP host.