Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port number for the server | 3000 |
| NODE_ENV | No | Node environment (development/production) | development |
| LOG_LEVEL | No | Logging level for the server | debug |
| MCP_DEV_META | No | Set to 'true' to include token counts in responses for prompt development | |
| ATTIO_API_KEY | No | Your Attio API key for authentication (recommended for most users) | |
| MAX_PROMPT_TOKENS | No | Override default token limits for prompts | |
| ATTIO_ACCESS_TOKEN | No | OAuth access token for OAuth integrations (alternative to API key) | |
| ATTIO_WORKSPACE_ID | No | Your Attio workspace ID | |
| ATTIO_MCP_TOOL_MODE | No | Set to 'search' to restrict to read-only tools in environments where Developer Mode is unavailable | |
| ATTIO_DEFAULT_CURRENCY | No | Default currency for deal values | USD |
| DISABLE_UNIVERSAL_TOOLS | No | Set to 'true' to use legacy tools instead of universal tools (deprecated) | |
| ATTIO_DEFAULT_DEAL_OWNER | No | Default owner email address for new deals (e.g., user@company.com) | |
| ATTIO_DEFAULT_DEAL_STAGE | No | Default stage for new deals | Interested |
| PROMPT_TELEMETRY_ENABLED | No | Set to 'true' to enable prompt usage logging |
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 | |