A Model Context Protocol endpoint, not a website. Point an MCP client at
/mcp with a bearer token and it can read and write the documentation
without anyone holding a GitHub account.
claude mcp add --transport http edmund-docs \
https://docs-mcp.edmundai.com/mcp \
--header "Authorization: Bearer <token>"
Cursor and other clients take the same URL and header in their MCP settings.
Tools: get_status, list_pages, read_page, write_page, delete_page, search_docs, get_navigation, set_navigation.
Every write is a commit, so git log is the audit trail — authored by
Edmund docs agent. Which person asked for the change is not something
this server is told, so it does not claim to know.