🧰 NATS MCP toolbox
@hofer
关于 🧰 NATS MCP toolbox
This is a collection of cli tools to expose MCP tools via NATS microservices. It can be used either standalone (exposing existing MCP Servers via NATS) or as library in Go to expose functions as tools.
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is NATS MCP toolbox?
A collection of CLI tools that expose MCP (Model Context Protocol) tools via NATS microservices. It can be used standalone to expose local or existing MCP servers over NATS, or as a Go library to expose functionality as tools.
How to use NATS MCP toolbox?
Run ./nats-mcp tool --url <nats-server> --command <mcp-server-binary> [args] to expose an existing MCP server via NATS. Use ./nats-mcp client list --url <nats-server> to list available tools. Configure a local agent by adding ./nats-mcp server --url <nats-server> to your MCP config. The NATS_URL environment variable sets the default NATS server URL.
Key features of NATS MCP toolbox
- Exposes MCP tools via NATS microservices
- Can be used standalone or as a Go library
- Supports exposing existing MCP servers over NATS
- Provides a command to list available tools
- Works with local agents through MCP configuration
- Uses
NATS_URLenvironment variable for default URLs
Use cases of NATS MCP toolbox
- Expose an existing MCP server so it can be accessed via NATS
- List available MCP tools on a NATS server
- Connect a local agent to tools exposed via NATS
- Embed as a Go library to implement new MCP tools
FAQ from NATS MCP toolbox
What does NATS MCP toolbox do?
It provides CLI tools to expose MCP tools as NATS microservices, allowing local agents to discover and invoke them over NATS.
How do I expose an existing MCP server?
Run the command: ./nats-mcp tool --url <nats-url> --command <path-to-mcp-server> [args].
How do I list available tools on a NATS server?
Use: ./nats-mcp client list --url <nats-url>.
How do I use it with my local agent?
Add ./nats-mcp server --url <nats-url> to your MCP client configuration so the agent can connect to NATS‑exposed tools.
What are the runtime requirements?
A NATS server and the compiled nats-mcp binary. The NATS_URL environment variable is used as a default for the --url parameter.
开发工具 分类下的更多 MCP 服务器
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw — programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.

Sentry
modelcontextprotocolModel Context Protocol Servers
MCP-Scan: An MCP Security Scanner
invariantlabs-aiSecurity scanner for AI agents, MCP servers and agent skills.
Golf
golf-mcpProduction-Ready MCP Server Framework • Build, deploy & scale secure AI agent infrastructure • Includes Auth, Observability, Debugger, Telemetry & Runtime • Run real-world MCPs powering AI Agents
Stakpak Agent CLI
stakpakShip your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your apps running. 🦀
评论