For the complete documentation index optimized for AI agents, see llms.txt or llms-full.txt. A markdown version of this page is available by appending.mdto the URL or sendingAccept: text/markdown.
MCP Server
For AI agents: the documentation index is at llms.txt (full corpus: llms-full.txt). A markdown source for this page is /agent-skills/mcp.md.
The Arete documentation MCP server gives AI tools first-class access to the docs instead of requiring them to scrape pages.
Endpoint
Section titled “Endpoint”Use the canonical HTTP endpoint:
https://docs.arete.run/mcpThe legacy alias https://docs.arete.run/mcp/sse is still available for older configurations.
| Tool | Purpose |
|---|---|
search_docs | Search the Arete docs and return ranked snippets with page slugs. |
fetch_page | Fetch a documentation page as raw markdown by slug. |
The server also exposes the Arete platform skill as a resource at https://docs.arete.run/skill.md.
Claude Code
Section titled “Claude Code”claude mcp add --transport http Arete https://docs.arete.run/mcpVerify the connection:
claude mcp listCursor
Section titled “Cursor”Open MCP settings and add:
{ "mcpServers": { "Arete": { "url": "https://docs.arete.run/mcp" } }}Then ask Cursor: “What tools do you have available?” It should list the Arete documentation tools.
VS Code
Section titled “VS Code”Create or update .vscode/mcp.json:
{ "servers": { "Arete": { "type": "http", "url": "https://docs.arete.run/mcp" } }}Discovery
Section titled “Discovery”Discovery metadata is available at:
https://docs.arete.run/.well-known/mcphttps://docs.arete.run/.well-known/mcp.jsonhttps://docs.arete.run/.well-known/mcp/server-card.json