Stash Docs MCP

Connect an AI agent to the Stash documentation over MCP, or load every page as a single Markdown file.

Connect an agent

The MCP server runs at https://docs.stash.gg/api/mcp over HTTP and needs no credentials. Most MCP clients take this config:

{
  "mcpServers": {
    "stash-docs": {
      "url": "https://docs.stash.gg/api/mcp"
    }
  }
}
ToolReturns
list_pagesEvery page, grouped by section, with title, description, and URL
get_pageThe Markdown of one page. Takes the page URL, such as /guides/stash-pay/about
searchFull-text matches, grouped by section

Markdown files

Use these when the client can't speak MCP.

  • Every page: llms-full.txt, 96 pages in one file, ~430 KB.
  • One page: append .mdx to its URL, for example https://docs.stash.gg/guides/stash-pay/about.mdx.

How is this guide?

On this page