
Mcp Docs
Pull authoritative FusionAuth documentation into agent answers while you implement login, SSO, and identity features.
Overview
io.fusionauth/mcp-docs is a MCP server for the Build phase that serves FusionAuth official documentation to your agent over a hosted streamable-http endpoint.
What is this MCP server?
- Hosted FusionAuth documentation MCP at https://ai.fusionauth.dev/mcp/docs
- streamable-http remote—no local npm package required in the manifest
- Read-only doc retrieval for safer agent use than the API MCP
- Pairs with FusionAuth API MCP when you need both guidance and instance changes
- Server version 1.0.0 in manifest
- Single remote: https://ai.fusionauth.dev/mcp/docs (streamable-http)
- No required environment variables in published server schema
What problem does it solve?
Solo builders implementing FusionAuth misconfigure OAuth flows because generic LLM answers do not match up-to-date vendor documentation.
Who is it for?
Anyone integrating FusionAuth who wants read-only, authoritative docs in the IDE via MCP without API keys.
Skip if: Operators who need to create users or change instance settings—use the FusionAuth API MCP server instead.
What do I get? / Deliverables
After adding the remote docs MCP URL, your agent can retrieve FusionAuth documentation in context while you design and code auth integrations.
- In-session FusionAuth documentation retrieval for integration tasks
- Safer read-only reference path complementary to API MCP
- Reduced reliance on outdated generic auth advice from the model alone
Recommended MCP Servers
Journey fit
Documentation lookup happens while building auth features—agents need vendor docs inlined during implementation, which maps to Build. Official docs MCP is a reference layer during integration work, so the canonical shelf is build → docs rather than production monitoring.
How it compares
Read-only FusionAuth documentation MCP, not the preview API server that mutates your instance.
Common Questions / FAQ
Who is io.fusionauth/mcp-docs for?
It is for developers building with FusionAuth who want their agent to query official FusionAuth documentation through MCP.
When should I use io.fusionauth/mcp-docs?
Use it during build and integration whenever you need accurate FusionAuth setup, configuration, or feature explanations alongside your code.
How do I add io.fusionauth/mcp-docs to my agent?
Register the remote MCP server URL https://ai.fusionauth.dev/mcp/docs with streamable-http in your agent’s MCP configuration; no API key is listed in the server manifest.