Fynapse Docs MCP Server
MCP Server
The Fynapse documentation site exposes a fully-hosted Model Context Protocol (MCP) server. AI clients that support MCP can connect to it and search, retrieve, and reference Fynapse documentation directly without any copy-paste or manual context sharing.
The server is available at:
Connecting Your AI Tool
Using the Page Action buttons
Every page on this documentation site includes Page Action buttons that make connecting a one-step process:
- Connect to Cursor — opens Cursor and pre-fills the MCP server URL for instant install.
- Connect to Claude Code — copies the
claude mcp addcommand to your clipboard, ready to paste into your terminal.
Look for these buttons in the top-right corner of any documentation page.
Manual configuration
For any other MCP-compatible client (Claude Desktop, Windsurf, and others), add the server URL to your MCP configuration file:
Refer to your client’s documentation for the exact configuration file location and format.
LLM Text Files
In addition to the MCP server, the documentation site automatically generates two plain-text files optimised for AI consumption. These can be added directly to AI tools that support custom context files, or fetched programmatically by agents over HTTP.
A lightweight index of every page in the documentation, with a one-sentence description and URL for each. Useful for giving an AI tool a high-level map of available content.
The complete text of all documentation pages, including the full API reference with resolved specifications and SDK code examples. Use this when you need an AI tool to have deep knowledge of the entire platform.
Both files implement the llms.txt standard and are supported by tools including Cursor, GitHub Copilot, ChatGPT, Perplexity, and Claude.
The files are also available scoped to any section of the docs. For example, https://docs.fynapse.app/docs/llms.txt returns only pages under the Documentation tab.