Before this step, read Connect your assistant — the shared requirements (Pro or Enterprise plan, an API key) and the verification note.
Via CLI
Section titled “Via CLI”claude mcp add --transport http aymar https://mcp.aymaragents.com/mcp \ --header "X-Api-Key: <your full API key>"Or an .mcp.json file
Section titled “Or an .mcp.json file”Project root, or ~/.claude.json for a user-wide entry:
{ "mcpServers": { "aymar": { "type": "http", "url": "https://mcp.aymaragents.com/mcp", "headers": { "X-Api-Key": "<your full API key>" } } }}Verify it
Section titled “Verify it”Ask Claude to call the aymar_status tool — if everything is right, you’ll see your tenant,
your plan and your effective scopes. If something fails, continue with
Limits, errors and troubleshooting.
See also
Section titled “See also”- Connect your assistant — requirements shared by all three clients.
- Tools catalog — what your assistant can do once connected.
- Claude Desktop and Cursor — the other two verified clients.
