netbox-mcp-server

netbox-mcp-server

40

The NetBox MCP Server is a read-only server that allows interaction with NetBox data through LLMs supporting the Model Context Protocol. It provides tools for retrieving objects, detailed information by ID, and change logs to audit data changes.

What is the purpose of the NetBox MCP Server?

The NetBox MCP Server allows users to interact with NetBox data through LLMs that support the Model Context Protocol, providing a read-only interface for querying and analyzing data.

What types of objects can be accessed with this server?

The server supports access to core NetBox objects, but does not currently support objects from plugins.

How do I set up the server?

You need to create a read-only API token in NetBox, install dependencies, and configure the server in your LLM client with the appropriate environment variables.

Can I modify NetBox data using this server?

No, the server is read-only and does not support data modification.

Is the server open for contributions?

Yes, contributions are welcome. You can open an issue or submit a pull request on the project's repository.