This repository contains only the publishing manifest and GitHub Actions workflow for the doc2mcp MCP Registry entry, not the doc2mcp product itself. It publishes the server.json manifest to the official MCP Registry under the io.github.doc2mcp/doc2mcp namespace and tells clients to connect to the remote MCP endpoint at doc2mcp.site.
From the registry: MCP server for cavalry documentation, generated by doc2mcp.
Please install the `cavalry` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Get a doc2mcp project ID** — Obtain your doc2mcp project ID from the doc2mcp product. (https://doc2mcp.site/)
- **Get a doc2mcp MCP bearer token** — Obtain your project MCP token for Authorization header from the doc2mcp product. (https://doc2mcp.site/)
Canonical MCP server config (HTTP transport):
- url: `https://doc2mcp.site/api/mcp/<project_id>/mcp`
- headers:
- `Authorization`: `Bearer <your-project-mcp-token>`
Note: README identifies this as a remote MCP endpoint using streamable HTTP. The repository is only a registry manifest, not the product code.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.AuthorizationrequiredBearer token header used by MCP clients to authenticate to the remote doc2mcp MCP endpointOfficial Microsoft Learn MCP Server – real-time, trusted docs & code samples for AI and LLMs.