Catalog
Attrove
Officialby attrove
Catch conversations going quiet — watch outcomes and search Gmail, Slack, and meetings. One MCP.
Unified search across Gmail, Slack, Outlook, Google Calendar, and meetings.
Could not list tools - the server may require authentication or be unreachable.
README not available yet.
Install
Configuration
Environment variables
ATTROVE_SECRET_KEYrequiredsecretYour Attrove secret key (sk_...)
ATTROVE_USER_IDrequiredUser ID to scope API calls
claude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@attrove/mcp@0.5.0"
],
"env": {
"ATTROVE_SECRET_KEY": "<YOUR_ATTROVE_SECRET_KEY>",
"ATTROVE_USER_ID": "<YOUR_ATTROVE_USER_ID>"
}
}
}
}