Nats Mcp
@sinadarbouy
Nats Mcp について
This project provides a Model Context Protocol (MCP) server for NATS, enabling AI models and applications to interact with NATS messaging systems through a standardized interface. It exposes a comprehensive set of tools for interacting with NATS servers, making it ideal for AI-po
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"nats": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--init",
"-e",
"NATS_URL",
"-e",
"NATS_SYS_CREDS",
"cnadb/mcp-nats",
"--transport",
"stdio"
],
"env": {
"NATS_SYS_CREDS": "<base64 of SYS account creds>",
"NATS_URL": "<nats url>"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Nats Mcp?
Nats Mcp is an MCP server that connects AI assistants to the NATS messaging system. It is for developers who want to interact with NATS servers through Model Context Protocol clients.
How to use Nats Mcp?
Install via go install or build from source, then run with required environment variables (NATS_URL, optional NATS_<ACCOUNT>_CREDS). Configure transport (stdio or SSE), log level, and logging format via command line flags.
Key features of Nats Mcp
- Supports both stdio and SSE transports
- Base64‑encoded NATS credentials per account
- Configurable logging (debug/info/warn/error, JSON output)
- Docker‑ready deployment
- VSCode and Cursor integration examples provided
Use cases of Nats Mcp
—
FAQ from Nats Mcp
What environment variables are required?
NATS_URL (e.g., nats://localhost:4222) is required. Optional NATS_<ACCOUNT>_CREDS variables hold base64‑encoded credentials for each account (e.g., NATS_SYS_CREDS).
What transport types are available?
The --transport flag accepts stdio (default) or sse. With SSE, the server listens on the address specified by --sse-address (default 0.0.0.0:8000).
How do I configure logging?
Use --log-level to set level (debug, info, warn, error; default info) and --json-logs to output logs in JSON format (default false).
「その他」の他のコンテンツ
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.

EverArt
modelcontextprotocolModel Context Protocol Servers
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
コメント