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"
}
}
}| Tool | Returns |
|---|---|
list_pages | Every page, grouped by section, with title, description, and URL |
get_page | The Markdown of one page. Takes the page URL, such as /guides/stash-pay/about |
search | Full-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
.mdxto its URL, for examplehttps://docs.stash.gg/guides/stash-pay/about.mdx.
How is this guide?
Demo Hub
Explore our fictional game called "Howling Woods" that serve as a demo hub. Download our sample app to experience Stash Pay, explore interactive webshop or see how you can reach desktop gamers using Stash Launcher.
Getting Started with Stash Studio
Learn how to get started with Stash Studio, the centralized web-based developer portal for managing your Stash integration. Understand key features including integration management, project settings, monitoring, authentication setup, and catalog control.