MCP.so
登录

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

基本信息

分类

开发工具

许可证

MIT license

运行时

go

传输方式

stdio

发布者

hofer

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 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_URL environment 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 服务器