Loading...
{
"mcpServers": {
"attio": {
"command": "npx",
"args": ["attio-mcp-server"],
"env": {
"ATTIO_API_KEY": "YOUR_ATTIO_API_KEY"
}
}
}
}read_company_recordsRetrieves company records from Attio.
Read-only operation.
read_company_notesRetrieves notes associated with a company from Attio.
Read-only operation.
write_company_notesWrites a new note to a company record in Attio.
Allows modification of company data.
This MCP server is relatively safe for read-only operations. Writing company notes introduces a moderate risk, especially if the API key is compromised. Exercise caution when granting write access and ensure proper API key management.