Skip to main content
Glama

Attio MCP Server

by kesslerio
smithery.yamlβ€’1.25 kB
name: Attio description: AI-powered access to Attio CRM. Manage contacts, companies, deals, tasks, and notes. Search records, update pipelines, and automate workflows for sales and GTM teams. keywords: [attio, crm, contacts, companies, deals, sales, pipeline, gtm, tasks, notes] runtime: 'typescript' startCommand: type: http # Explicit config schema for Smithery hosted deployments (Issue #891) # This ensures config parameters from UI are properly passed to the server configSchema: type: object properties: ATTIO_API_KEY: type: string description: Your Attio API key (required for all tools except health-check) ATTIO_WORKSPACE_ID: type: string description: Optional Attio workspace ID for workspace-specific operations ATTIO_MCP_TOOL_MODE: type: string enum: ['full', 'search'] description: 'Tool mode: "full" (all 33 tools) or "search" (search/fetch/health-check only)' debug: type: boolean description: Enable debug logging to stderr for troubleshooting # Configuration for Smithery deployment # Empty example config so scans never block on secrets exampleConfig: ATTIO_API_KEY: '' ATTIO_WORKSPACE_ID: '' debug: false

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/kesslerio/attio-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server