MCP.so
登录

NetBox MCP Server

@netboxlabs

关于 NetBox MCP Server

Model Context Protocol (MCP) server for read-only interaction with NetBox data in LLMs

基本信息

分类

其他

许可证

Apache-2.0

运行时

python

传输方式

stdio

发布者

netboxlabs

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "netbox-mcp-server": {
      "command": "uv",
      "args": [
        "sync"
      ]
    }
  }
}

工具

3

Retrieves NetBox core objects based on their type and filters

Gets detailed information about a specific NetBox object by its ID

Retrieves change history records (audit trail) based on filters

概览

What is NetBox MCP Server?

A read-only Model Context Protocol server that connects LLMs to NetBox data, enabling natural language queries of network inventory, IPAM, change logs, and more via MCP-compatible clients.

How to use NetBox MCP Server?

Create a read-only NetBox API token, install dependencies (uv sync or `pip install -e

评论

其他 分类下的更多 MCP 服务器