NetBox MCP Server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Host address for HTTP server (required if TRANSPORT=http) | 127.0.0.1 |
| PORT | No | Port for HTTP server (required if TRANSPORT=http) | 8000 |
| LOG_LEVEL | No | Logging verbosity (DEBUG, INFO, WARNING, ERROR, CRITICAL) | INFO |
| TRANSPORT | No | MCP transport protocol (stdio or http) | stdio |
| NETBOX_URL | Yes | Base URL of your NetBox instance (e.g., https://netbox.example.com/) | |
| VERIFY_SSL | No | Whether to verify SSL certificates | true |
| NETBOX_TOKEN | Yes | API token for authentication | |
| ENABLE_PLUGIN_DISCOVERY | No | Auto-discover plugin object types at startup | false |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| netbox_get_objectsA |
|
| netbox_get_object_by_idB | Get detailed information about a specific NetBox object by its ID. |
| netbox_get_changelogsB | Get object change records (changelogs) from NetBox based on filters. |
| netbox_search_objectsA | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/netboxlabs/netbox-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server