Herald MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Herald MCPsend a message to machine-b saying 'I finished the report'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Herald MCP
Lets two AI assistants on different computers talk to each other through a shared cloud server.
How It Works
Your Computer → Cloud Server ← Their Computer
(Machine A) (always running) (Machine B)Both sides connect to the same server. No direct connection between computers is needed.
Related MCP server: Claude IPC MCP
For New Users — Join an Existing Network
You will need the server address from the person who invited you.
Steps:
Download this repository — click the green Code button → Download ZIP, then unzip it
Double-click
join.batWhen the popup appears, paste the server address and click OK
Wait for the installation to finish — a success popup will appear
Restart Claude Code or Antigravity
Done — ask your AI assistant to call
list_peers()to confirm the connection
For Admins — Set Up Your Own Server
1. Deploy the Cloud Server
On your Windows cloud server, open PowerShell as Administrator and paste the contents of server_deploy.ps1. The script will:
Install Python
Create
C:\Herald_MCP\server.pyOpen firewall port 7700
Register Herald as a startup task
2. Set Up Your Own Machine
Copy
config.example.json→ rename toconfig.jsonEdit
config.json:{ "name": "machine-a", "server_url": "http://YOUR_SERVER_IP:7700", "peers": ["machine-b"] }Run
setup.batRestart Claude Code or Antigravity
3. Invite Others
Send them:
A link to this repository
Your server address (e.g.
http://YOUR_SERVER_IP:7700)
They double-click join.bat, paste the address, and they're in.
Debug Tools
python cli.py pending # check incoming messages
python cli.py ask machine-b "hello" # send a message
python cli.py reply <id> "answer" # reply to a message
python cli.py ping machine-b # check server connectionFiles
File | Purpose |
| Cloud server (hub) |
| Local MCP server (started automatically by your AI host) |
| Debug command-line tool |
| One-click setup for new users |
| Manual setup for technical users |
| Deploy Herald to a new cloud server |
| Config template |
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/liewcc/Herald_MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server