Fynapse Docs MCP Server

Connect your AI tools directly to Fynapse documentation.

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:

https://docs.fynapse.app/docs/_mcp/server

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 add command 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:

1{
2 "mcpServers": {
3 "fynapse-docs": {
4 "url": "https://docs.fynapse.app/docs/_mcp/server"
5 }
6 }
7}

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.

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.