Skip to main content
The Model Context Protocol (MCP) lets AI tools in your IDE pull trusted context straight from Fimo’s documentation while you work.
Fimo’s MCP server is public and read-only. No authentication is required.

Server URL

Use SSE transport with the URL above.

What this integration can do

  • Search and retrieve Fimo docs to ground answers
  • Fetch pages by path for accurate quoting and citations
  • List resources exposed by the server so you know what’s available
Exact tool names vary by MCP client. After connecting, ask your assistant to list resources to see what this server provides.

Connect a client

1

Open MCP settings

In Claude Desktop, go to Settings → Developer → MCP configuration.
2

Add the Fimo server

Add a server entry using SSE transport:
3

Restart Claude Desktop

Relaunch the app so the server loads.
4

Verify the connection

Ask Claude: “List MCP resources.” You should see Fimo resources.

Other MCP clients

Most clients accept JSON configuration or environment variables.
  • Transport: sse
  • URL: https://fimo.ai/docs/mcp
  • Auth: none
Check your client’s docs for the exact file path and schema.

Prompts that work well

  • Search Fimo docs for "environments" and give the top 3 matches with links.
  • Fetch /cli/content and extract how schemas and entries relate.
  • Find "Billing & credits" and summarize credits vs bandwidth in 4 bullets.
Ask the assistant to cite page paths so you can click through quickly.

Troubleshooting

Nothing appears after connecting? Confirm the transport is sse and the URL matches exactly. Schema or config errors? Copy the sample JSON for your client above. Network issues? Some networks block SSE — try another network or a VPN.

What’s next

Connect your coding agent

Set your agent up to drive Fimo.

Skills & rules

How skills and rule files work.

Core concepts

The mental model behind Fimo.