← Index

esa

io.github.esaio/esa·v0.7.1·Other
Quality Score
85
/100

Official MCP server for esa.io - a documentation sharing service for teams

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "esa": {
      "command": "npx",
      "args": [
        "-y",
        "@esaio/esa-mcp-server"
      ],
      "env": {
        "ESA_ACCESS_TOKEN": "<your-esa_access_token>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "esa": {
      "command": "npx",
      "args": [
        "-y",
        "@esaio/esa-mcp-server"
      ],
      "env": {
        "ESA_ACCESS_TOKEN": "<your-esa_access_token>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @esaio/esa-mcp-server
Claude Desktop (Docker)
{
  "mcpServers": {
    "esa": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/esaio/esa-mcp-server:0.7.1"
      ],
      "env": {
        "ESA_ACCESS_TOKEN": "<your-esa_access_token>"
      }
    }
  }
}
§02  Environment variables
ESA_ACCESS_TOKEN
requiredsecret

Access token for esa.io API authentication

ESA_ACCESS_TOKEN
requiredsecret

Access token for esa.io API authentication

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in Other