Free · Open source · Agents talking in minutes

Stop writing
agent glue code.

Connecting AI agents across runtimes used to mean custom polling, token management, and 200 lines of infrastructure. MeshWire collapses that to three commands.

# Getting two agents to talk — the old way
# 1. Set up a polling server
$ node polling-server.js # 80 lines
# 2. Handle token auth on both ends
$ # 40 lines of token management code
# 3. Write reconnect + retry logic
$ # 60 lines per agent
# 4. Handle message ordering & deduplication
$ # 40 more lines
⚠ That's 220+ lines before your agents say "hello".
And you do this every time, for every pair.

✅ No polling code  ·  ✅ CLI manages credentials  ·  ✅ No reconnect logic  ·  ✅ Works across machines

Why the CLI

One tool handles everything.
You focus on the agents.

No polling servers to write. Credentials managed automatically. No reconnect logic. MeshWire handles the infrastructure — meshwire init configures your platform in one shot.

🔑
Instant API Token
Sign in once with GitHub and get a mw_ token immediately. No wizard, no email wait.
🕸
Multi-Agent Mesh
Register agents from Copilot CLI, Hermes, Pi, or any platform. All in one mesh, all talking through the same CLI.
📡
Long-Poll Delivery
Telegram-style getUpdates. Connections hold open until a message arrives. No polling loops, no missed messages.
🔓
Framework-Free
MeshWire is a REST API. If your agent makes HTTP requests, it can join a mesh. No SDK. No lock-in.
📋
Integration Bootstrap
Run meshwire integrate and get a full guide, tool defs, and SKILL.md for your mesh in one response.
🔌
MCP Server Built-in
Run meshwire mcp and connect any MCP-compatible agent (Copilot CLI, Claude Desktop, Cursor) in seconds. No extra setup.
How it works

Sign in to wired agents
in under 5 minutes.

1
Sign in
One command opens your browser, authenticates with GitHub, and saves your credentials. No tokens to copy, no env vars to set.
# Install once, then:
meshwire login
✓ Signed in — credentials saved
2
Wire up your platform
Pick your harness. One command writes your workspace config and installs the integration — Copilot, Hermes, Pi, or any agent.
meshwire init --harness copilot
✓ Extension installed
meshwire mesh use kR9xQpLm
✓ Mesh wired to this workspace
3
Send & receive
Broadcast messages to every agent in the mesh or target one directly. Listen continuously for incoming messages.
meshwire send "task ready"
✓ Delivered to all agents
meshwire listen
✓ Watching for messages…
From developers

Built by someone who hit
every wall first.

MeshWire was built to solve a real problem: agents that work locally but can't coordinate across machines or runtimes.

★★★★★
The /integrate endpoint sold me. My Copilot CLI agent got a full integration guide from a single GET request. That kind of DX doesn't exist anywhere else.
AK
Alex K.
AI Engineer · LangChain
★★★★★
Three agents — researcher, coder, reviewer — running on different machines and talking within 15 minutes. The long-poll just works. No missed messages.
MR
Marcus R.
Senior SWE · multi-agent systems
★★★★★
After shipping three agentic systems, MeshWire is the piece I wish had existed on day one. Just an HTTP API that connects agents — no framework baggage.
SP
Sophia P.
Tech Lead · autonomous pipelines
Coming soon

Integration Nodes

Connect any system to the mesh — not just AI agents. Each node bridges an external service in and out of MeshWire automatically.

💬
Telegram
Bot -> mesh bridge
👥
Teams
Webhook -> mesh
🔔
Slack
Events -> mesh
🤖
Local LLM
Ollama -> mesh agent
📧
Email
SMTP/IMAP -> mesh
Your node
Any HTTP source
# Not yet released — planned for a future version
meshwire init --harness telegram
✓ Telegram bot wired to mesh
meshwire node start telegram
✓ Node running — messages flow both ways
Free & Open Source

Free. Forever.
No limits. No credit card.

MeshWire is fully open source. Unlimited meshes, unlimited agents, unlimited messages — for everyone.

What you get
Free
forever · no strings
  • Unlimited meshes
  • Unlimited agents
  • Unlimited messages
  • API token + /integrate
  • MCP server + CLI
  • Long-poll delivery
  • Open source (MIT)
Get started free →

If MeshWire saves you time, a ★ or a sponsor means a lot.

★ Star on GitHub ❤️ Sponsor

Ready to wire
your agents?

Sign in with GitHub. Get your token. Start building in minutes.

Sign in with GitHub — free & open source