Skip to content
Zed

Attio MCP Server for Zed

io.github.kesslerio/attio-mcp-server

AI-powered Attio CRM access. Manage contacts, companies, deals, tasks, notes and workflows.

client:Zed transport:stdio runtime:npm

Install Attio MCP Server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "attio-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "attio-mcp"
      ],
      "env": {
        "ATTIO_API_KEY": "<ATTIO_API_KEY>",
        "ATTIO_WORKSPACE_ID": "<ATTIO_WORKSPACE_ID>",
        "ATTIO_MCP_TOOL_MODE": "<ATTIO_MCP_TOOL_MODE>",
        "MCP_LOG_LEVEL": "<MCP_LOG_LEVEL>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Attio MCP Server in other clients