Skip to content
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 .md to the URL or sending Accept: 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.

Use the canonical HTTP endpoint:

https://docs.arete.run/mcp

The legacy alias https://docs.arete.run/mcp/sse is still available for older configurations.

ToolPurpose
search_docsSearch the Arete docs and return ranked snippets with page slugs.
fetch_pageFetch 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.

Terminal window
claude mcp add --transport http Arete https://docs.arete.run/mcp

Verify the connection:

Terminal window
claude mcp list

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.

Create or update .vscode/mcp.json:

{
"servers": {
"Arete": {
"type": "http",
"url": "https://docs.arete.run/mcp"
}
}
}

Discovery metadata is available at:

  • https://docs.arete.run/.well-known/mcp
  • https://docs.arete.run/.well-known/mcp.json
  • https://docs.arete.run/.well-known/mcp/server-card.json