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.
NetBox MCP Server
- This is a Model Context Protocol server for NetBox, enabling interaction with NetBox data via LLMs supporting MCP.
- Tools: Includes 'get_objects' for retrieving core objects, 'get_object_by_id' for detailed info, and 'get_changelogs' for audit trails.
- Usage:
- Create a read-only API token in NetBox.
- Install dependencies using: install necessary packages.
- Run the server and configure MCP server settings in the LLM client.
- Use tools via the LLM client for various tasks like querying devices, IPAM utilization, and audit logs.
- Contributions are welcome, and the project is licensed under Apache 2.0.