Attio MCP Server
by arjunkmrm
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 |
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 | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/arjunkmrm/attio-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server