AI tools for Meshes — Cursor rules and agent integrations for the Meshes event routing platform.
A drop-in .mdc rules file that teaches Cursor, Windsurf, and compatible AI coding editors how to use the Meshes API. Covers authentication, every endpoint, payload schemas, field mappings, multi-tenant patterns, and common mistakes to avoid.
mkdir -p .cursor/rules
curl -o .cursor/rules/meshes.mdc https://raw.githubusercontent.com/mesheshq/meshes-ai-tools/refs/heads/main/.cursor/rules/meshes.mdcThe official Model Context Protocol server for Meshes lives in the standalone repo above. It gives AI agents direct tool access to Meshes — emit events, manage workspaces, create rules, inspect deliveries, and more. Works with Claude Code, Claude Desktop, Cursor, and Windsurf.
claude mcp add meshes \
-e MESHES_ACCESS_KEY=your_access_key \
-e MESHES_SECRET_KEY=your_secret_key \
-e MESHES_ORG_ID=your_org_id \
-- npx -y @mesheshq/mcp-serverCopy the rules file into your project and Cursor picks it up automatically:
mkdir -p .cursor/rules
curl -o .cursor/rules/meshes.mdc https://raw.githubusercontent.com/mesheshq/meshes-ai-tools/refs/heads/main/.cursor/rules/meshes.mdcMeshes is a universal integration layer for SaaS applications. Emit product events once — signups, payments, form submissions — and Meshes routes them to CRMs, email tools, webhooks, and more with retries, fan-out, field mappings, and multi-tenant isolation built in.
Supported integrations: HubSpot, Salesforce, Intercom, Pipedrive, ActiveCampaign, AWeber, Customer.io, Mailchimp, MailerLite, Resend, SendGrid, Slack, Discord, Zoom, and custom webhooks.
These tools are provided for use with the Meshes platform. See meshes.io/terms-of-service for terms of use.