Use the docs with AI
Eden publishes a public, read-only Model Context Protocol server for these docs. Add it to your coding agent to search the docs, read pages as Markdown, and keep Eden network and tooling details close at hand while you build.
| Property | Value |
|---|---|
| Name | eden-docs |
| URL | https://eden-docs.pages.dev/api/mcp |
| Transport | Streamable HTTP |
| Tools | list_pages, read_page, search_docs |
Codex
codex mcp add eden-docs --url https://eden-docs.pages.dev/api/mcpCodex stores MCP servers in ~/.codex/config.toml. To configure the server by
hand, add:
[mcp_servers."eden-docs"]
url = "https://eden-docs.pages.dev/api/mcp"Inside Codex, run /mcp to confirm the server is connected.
Claude Code
claude mcp add --transport http eden-docs https://eden-docs.pages.dev/api/mcpInside Claude Code, run /mcp to confirm the server is connected.
Cursor
Add this to .cursor/mcp.json for this project, or to ~/.cursor/mcp.json to
use it everywhere:
{
"mcpServers": {
"eden-docs": {
"url": "https://eden-docs.pages.dev/api/mcp"
}
}
}VS Code / GitHub Copilot
Add this to .vscode/mcp.json for this workspace, or to your user MCP config:
{
"servers": {
"eden-docs": {
"type": "http",
"url": "https://eden-docs.pages.dev/api/mcp"
}
}
}Windsurf / Cascade
Add this to ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"eden-docs": {
"serverUrl": "https://eden-docs.pages.dev/api/mcp"
}
}
}Try it
After connecting the server, ask your agent:
Search the Eden docs for the mainnet RPC URL and block explorer.