netbox-mcp-server and cmcp
The MCP server provides access to NetBox data, while the command-line utility interacts with such servers, indicating they are **complements** where the latter is a client for the former.
About netbox-mcp-server
netboxlabs/netbox-mcp-server
Model Context Protocol (MCP) server for read-only interaction with NetBox data in LLMs
This project helps network engineers and IT professionals query their NetBox data using natural language. It takes plain English questions about network devices, IP addresses, or change logs and provides specific details directly from your NetBox instance. This allows network administrators, operations engineers, or anyone managing network infrastructure to quickly retrieve information without needing to navigate complex interfaces or write scripts.
About cmcp
RussellLuo/cmcp
A command-line utility for interacting with MCP servers.
This is a command-line tool for developers who work with MCP (Model Context Protocol) servers. It helps you interact with an MCP server, whether it's running locally via STDIO or remotely via HTTP, by sending commands, methods, and parameters. You provide an MCP server endpoint (command or URL) and the specific operation (like listing prompts or calling a tool), and it returns the corresponding output from the server. It is primarily for developers integrating or testing applications that communicate with MCP servers.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work