paperclip-mcp
by FournyP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Defaults to 8000. Railway injects this. | 8000 |
| PAPERCLIP_RUN_ID | No | Forwarded as X-Paperclip-Run-Id on writes. Only ever a real heartbeat run id; a made-up UUID breaks a foreign key server-side. | |
| PAPERCLIP_API_KEY | No | A board API key (pcp_board_...) for full operator access, or an agent API key scoped to that agent. Leave empty only for a local_trusted Paperclip, which then treats every request as the local board operator. | |
| PAPERCLIP_API_URL | Yes | Base URL of your Paperclip, e.g. http://paperclip.railway.internal:3100. /api is appended when missing. | |
| PAPERCLIP_AGENT_ID | No | Default agent UUID for checkout_issue when using a board key. | |
| PAPERCLIP_COMPANY_ID | Yes | Company UUID every company-scoped tool targets — the UUID in the Paperclip UI URL, /companies/<uuid>. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues