Serversio.github.kesslerio/attio-mcp-server
S

Attio MCP Server

io.github.kesslerio/attio-mcp-server · v1.6.0
▦ npm
v1.6.0npm npm: attio-mcp↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.kesslerio/attio-mcp-server",
  "description": "AI-powered Attio CRM access. Manage contacts, companies, deals, tasks, notes and workflows.",
  "title": "Attio MCP Server",
  "repository": {
    "url": "https://github.com/kesslerio/attio-mcp-server",
    "source": "github"
  },
  "version": "1.6.0",
  "websiteUrl": "https://kesslerio.github.io/attio-mcp-server",
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "attio-mcp",
      "version": "1.6.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Attio API key (required for all tools except health-check)",
          "isRequired": true,
          "isSecret": true,
          "name": "ATTIO_API_KEY"
        },
        {
          "description": "Optional Attio workspace ID for workspace-specific operations",
          "name": "ATTIO_WORKSPACE_ID"
        },
        {
          "description": "Tool mode: 'full' (all tools) or 'search' (search tools only). Default: 'full'",
          "name": "ATTIO_MCP_TOOL_MODE"
        },
        {
          "description": "Logging level: 'DEBUG', 'INFO', 'WARN', 'ERROR'. Default: 'INFO'",
          "name": "MCP_LOG_LEVEL"
        }
      ]
    }
  ],
  "_meta": {
    "io.modelcontextprotocol.registry/publisher-provided": {
      "build_info": {
        "timestamp": "2025-10-10T18:30:00Z"
      },
      "tool": "github-actions",
      "version": "1.0.0"
    },
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}