Windsurf (Codeium’s AI IDE) supports MCP servers through a JSON config file with the sameDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/bruhsb/paperclip-mcp/llms.txt
Use this file to discover all available pages before exploring further.
mcpServers shape used by Cursor. Once the paperclip entry is in place and the servers are reloaded, all 104 Paperclip tools become available in Windsurf’s Cascade chat panel — letting you manage issues, coordinate agents, handle approvals, and more without leaving your editor.
Config file location
Windsurf’s MCP config file location has changed between releases. Refer to the Windsurf official MCP documentation for the current path on your installed version. The JSON shape shown below is stable: anmcpServers object with command, args, and env keys.
Environment variables
| Variable | Required | Description |
|---|---|---|
PAPERCLIP_API_KEY | Yes | Bearer token for API authentication |
PAPERCLIP_API_URL | Yes | Base URL of the Paperclip API, e.g. http://127.0.0.1:3100 |
PAPERCLIP_AGENT_ID | Yes | UUID of the agent running this MCP server |
PAPERCLIP_COMPANY_ID | Yes | UUID of the company (used for company-scoped endpoints) |
PAPERCLIP_RUN_ID | No | Heartbeat run ID — injected automatically by Paperclip during agent runs |
PAPERCLIP_REQUEST_TIMEOUT_MS | No | HTTP request timeout in milliseconds (default: 30000) |
Configuration
Open (or create) Windsurf’s MCP config file and paste the block for your preferred variant.- npm (recommended)
- Docker / Podman
Requires Node.js ≥ 22 on the host. No container runtime needed.
Reload and verify
Reload MCP servers in Windsurf
Open the Command Palette and run Windsurf: Reload MCP Servers. Alternatively, restart Windsurf entirely.
For Paperclip-orchestrated heartbeat runs,
PAPERCLIP_RUN_ID is injected automatically into the process environment — you do not need to add it to the config file.See also
- Troubleshooting — server not connecting, auth errors, network issues
- Auth keys — how to obtain and rotate your
PAPERCLIP_API_KEY - Docker / Podman guide — building and running the container image locally