Stats
Actions
Tags
From nats-channel
Runs locally via Bun to extend Claude with tools for NATS messaging, supporting publish-subscribe, request-reply patterns, and queuing. No secrets required.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"nats": {
"command": "bun",
"args": [
"run",
"--cwd",
"${CLAUDE_PLUGIN_ROOT}",
"--shell=bun",
"--silent",
"start"
],
"env": {
"CLAUDE_CWD": "${PWD}"
}
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
bunCommand-line arguments passed to the server process
Environment variables set when the server starts
CLAUDE_CWD=${PWD}npx claudepluginhub synadia-ai/synadia-agents --plugin nats-channel