Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

meshes-ai-tools

AI tools for Meshes — Cursor rules and agent integrations for the Meshes event routing platform.

What's inside

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.mdc

The 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-server

Quick start

Cursor Rules

Copy 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.mdc

What is Meshes?

Meshes 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.

Documentation

License

These tools are provided for use with the Meshes platform. See meshes.io/terms-of-service for terms of use.

About

AI tools for Meshes — Cursor rules and agent integrations for the Meshes event routing platform.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors