Paragon MCP Server
Officialby useparagon
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Server port (default: 3001) | |
| NODE_ENV | No | Node environment (default: development) | |
| PROJECT_ID | Yes | Your Paragon project ID | |
| SIGNING_KEY | No | Your JWT signing key (required if SIGNING_KEY_PATH is not set) | |
| ZEUS_BASE_URL | No | Paragon API base URL (default: https://zeus.useparagon.com) | |
| LIMIT_TO_TOOLS | No | Comma-separated list of tool names to additionally limit available tools if needed. | |
| MCP_SERVER_URL | No | The URL of your hosted MCP Server. (default: http://localhost:3001) | |
| PROXY_BASE_URL | No | Paragon Proxy API base URL (default: https://proxy.useparagon.com) | |
| SIGNING_KEY_PATH | No | Path to your JWT signing key file (required if SIGNING_KEY is not set) | |
| ACTIONKIT_BASE_URL | No | Paragon ActionKit base URL (default: https://actionkit.useparagon.com) | |
| CONNECT_SDK_CDN_URL | No | Paragon Connect SDK CDN URL (default: https://cdn.useparagon.com/latest/sdk/index.js) | |
| ENABLE_PROXY_API_TOOL | No | Set to 'true' to enable the proxy API tool. | |
| LIMIT_TO_INTEGRATIONS | No | Comma-separated list of integration names to limit the types of available tools. | |
| ENABLE_CUSTOM_OPENAPI_ACTIONS | No | Set to 'true' to enable custom OpenAPI actions. |
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 | |