Skip to content
Pim Feltkamp edited this page Apr 25, 2026 · 3 revisions

@floopfloop/mcp Wiki

Reference material that lives outside the README. The MCP server exposes 22 FloopFloop tools to any LLM host that speaks the Model Context Protocol — Claude Desktop, Cursor, Zed, Cline, Continue, and others.

Where things live

Question Where to look
"How do I install and configure it in my LLM host?" README on the main repo — Claude Desktop + Cursor + generic stdio snippets
"Why does the MCP do X this way?" FAQ (this wiki)
"My host doesn't show the tools, what now?" Troubleshooting (this wiki)
"What changed between releases?" npm version history
"What does each tool do exactly?" README — Tools section

How it relates to the rest of FloopFloop

LLM host  ←→  @floopfloop/mcp (this)  ←→  @floopfloop/sdk (Node)  ←→  /api/v1/*

The MCP wraps the Node SDK and re-exposes a curated subset of its surface as MCP tools. Most "why does it work this way" questions about the underlying API live in the Node SDK wiki — this wiki is for MCP-host-specific concerns (configuration, tool discovery, stdio quirks).

Other FloopFloop SDKs

Same backend, different surface. If you're building on top of FloopFloop directly rather than driving it from an LLM host:

Found something missing?

Open an issue at floop-mcp/issues describing what you tried to look up and where you expected to find it. A wiki page is cheap to add — better that than another stuck user.

@floopfloop/mcp

Elsewhere

Clone this wiki locally