server.jsonβ’1.82 kB
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/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",
"websiteUrl": "https://github.com/kesslerio/attio-mcp-server",
"repository": {
"url": "https://github.com/kesslerio/attio-mcp-server",
"source": "github"
},
"version": "1.1.2",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "attio-mcp",
"version": "1.1.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"name": "ATTIO_API_KEY",
"description": "Your Attio API key (required for all tools except health-check)",
"isRequired": true,
"isSecret": true
},
{
"name": "ATTIO_WORKSPACE_ID",
"description": "Optional Attio workspace ID for workspace-specific operations",
"isRequired": false,
"isSecret": false
},
{
"name": "ATTIO_MCP_TOOL_MODE",
"description": "Tool mode: 'full' (all tools) or 'search' (search tools only). Default: 'full'",
"isRequired": false,
"isSecret": false
},
{
"name": "MCP_LOG_LEVEL",
"description": "Logging level: 'DEBUG', 'INFO', 'WARN', 'ERROR'. Default: 'INFO'",
"isRequired": false,
"isSecret": false
}
]
}
],
"_meta": {
"io.modelcontextprotocol.registry/publisher-provided": {
"tool": "github-actions",
"version": "1.0.0",
"build_info": {
"timestamp": "2025-10-10T18:30:00Z"
}
}
}
}