Skip to main content

Documentation 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.

Windsurf (Codeium’s AI IDE) supports MCP servers through a JSON config file with the same 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: an mcpServers object with command, args, and env keys.

Environment variables

VariableRequiredDescription
PAPERCLIP_API_KEYYesBearer token for API authentication
PAPERCLIP_API_URLYesBase URL of the Paperclip API, e.g. http://127.0.0.1:3100
PAPERCLIP_AGENT_IDYesUUID of the agent running this MCP server
PAPERCLIP_COMPANY_IDYesUUID of the company (used for company-scoped endpoints)
PAPERCLIP_RUN_IDNoHeartbeat run ID — injected automatically by Paperclip during agent runs
PAPERCLIP_REQUEST_TIMEOUT_MSNoHTTP request timeout in milliseconds (default: 30000)

Configuration

Open (or create) Windsurf’s MCP config file and paste the block for your preferred variant.

Reload and verify

1

Reload MCP servers in Windsurf

Open the Command Palette and run Windsurf: Reload MCP Servers. Alternatively, restart Windsurf entirely.
2

Open Cascade chat and confirm tool count

Ask: “What paperclip tools do you have?”You should see 104 tools listed. If the count is lower or the server does not appear, check the troubleshooting guide.
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

Build docs developers (and LLMs) love