RFP.ai
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
io.github.mhajder/librenms-mcp · v1.10.0
MCP server for LibreNMS network monitoring - query devices, ports, alerts, and manage infrastructure
LibreNMS MCP 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio、streamable-http 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"librenms-mcp": {
"command": "uvx",
"args": [
"librenms-mcp"
],
"env": {
"LIBRENMS_URL": "<LIBRENMS_URL>",
"LIBRENMS_TOKEN": "<LIBRENMS_TOKEN>"
}
}
}
}LIBRENMS_URL必填LibreNMS instance URL (e.g., https://librenms.example.com)
LIBRENMS_TOKEN必填secretLibreNMS API token with appropriate permissions
LIBRENMS_VERIFY_SSL可选Verify TLS certificates for LibreNMS requests (true/false)
LIBRENMS_TIMEOUT可选HTTP timeout for LibreNMS API requests in seconds
READ_ONLY_MODE可选Enable read-only mode to block write operations
DISABLED_TAGS可选Comma-separated tool tags to disable (e.g., alerts,bills)
LOG_LEVEL可选Logging level (DEBUG, INFO, WARNING, ERROR)
RATE_LIMIT_ENABLED可选Enable per-client rate limiting (true/false)
RATE_LIMIT_MAX_REQUESTS可选Maximum requests allowed per rate-limit window
RATE_LIMIT_WINDOW_MINUTES可选Rate-limit window duration in minutes
TOOL_SEARCH_ENABLED可选Enable FastMCP tool search transform
TOOL_SEARCH_STRATEGY可选Tool search strategy: 'bm25' (natural language) or 'regex' (pattern match)
TOOL_SEARCH_MAX_RESULTS可选Maximum number of tools returned by search_tools
LIBRENMS_URL必填LibreNMS instance URL (e.g., https://librenms.example.com)
LIBRENMS_TOKEN必填secretLibreNMS API token with appropriate permissions
LIBRENMS_VERIFY_SSL可选Verify TLS certificates for LibreNMS requests (true/false)
LIBRENMS_TIMEOUT可选HTTP timeout for LibreNMS API requests in seconds
READ_ONLY_MODE可选Enable read-only mode to block write operations
DISABLED_TAGS可选Comma-separated tool tags to disable (e.g., alerts,bills)
LOG_LEVEL可选Logging level (DEBUG, INFO, WARNING, ERROR)
RATE_LIMIT_ENABLED可选Enable per-client rate limiting (true/false)
RATE_LIMIT_MAX_REQUESTS可选Maximum requests allowed per rate-limit window
RATE_LIMIT_WINDOW_MINUTES可选Rate-limit window duration in minutes
TOOL_SEARCH_ENABLED可选Enable FastMCP tool search transform
TOOL_SEARCH_STRATEGY可选Tool search strategy: 'bm25' (natural language) or 'regex' (pattern match)
TOOL_SEARCH_MAX_RESULTS可选Maximum number of tools returned by search_tools
MCP_HTTP_PORT可选Port for HTTP server (default: 8000)
MCP_HTTP_BEARER_TOKEN可选secretOptional bearer token for HTTP transport authentication
MCP_TRANSPORT可选MCP transport type (http for HTTP, stdio for stdio)
LIBRENMS_URL必填LibreNMS instance URL (e.g., https://librenms.example.com)
LIBRENMS_TOKEN必填secretLibreNMS API token with appropriate permissions
LIBRENMS_VERIFY_SSL可选Verify TLS certificates for LibreNMS requests (true/false)
LIBRENMS_TIMEOUT可选HTTP timeout for LibreNMS API requests in seconds
READ_ONLY_MODE可选Enable read-only mode to block write operations
DISABLED_TAGS可选Comma-separated tool tags to disable (e.g., alerts,bills)
LOG_LEVEL可选Logging level (DEBUG, INFO, WARNING, ERROR)
RATE_LIMIT_ENABLED可选Enable per-client rate limiting (true/false)
RATE_LIMIT_MAX_REQUESTS可选Maximum requests allowed per rate-limit window
RATE_LIMIT_WINDOW_MINUTES可选Rate-limit window duration in minutes
TOOL_SEARCH_ENABLED可选Enable FastMCP tool search transform
TOOL_SEARCH_STRATEGY可选Tool search strategy: 'bm25' (natural language) or 'regex' (pattern match)
TOOL_SEARCH_MAX_RESULTS可选Maximum number of tools returned by search_tools
SENTRY_DSN可选secretSentry DSN for optional error tracking
SENTRY_TRACES_SAMPLE_RATE可选Sentry traces sample rate (0.0-1.0)
SENTRY_SEND_DEFAULT_PII可选Allow Sentry to include default PII in events (true/false)
SENTRY_ENVIRONMENT可选Sentry environment name (e.g., production)
SENTRY_RELEASE可选Sentry release identifier
SENTRY_PROFILE_SESSION_SAMPLE_RATE可选Sentry profile session sample rate (0.0-1.0)
SENTRY_PROFILE_LIFECYCLE可选Sentry profiling lifecycle mode
SENTRY_ENABLE_LOGS可选Enable Sentry log capture integration (true/false)
MCP_HTTP_PORT可选Port for HTTP server (default: 8000)
MCP_HTTP_BEARER_TOKEN可选secretOptional bearer token for HTTP transport authentication
MCP_TRANSPORT可选MCP transport type (http for HTTP, stdio for stdio)
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
v1.1.0
io.github.xenarch-ai/xenarch-mcp
Xenarch — x402 MCP server for AI agent payments. Non-custodial, USDC on Base L2.
v1.0.0
com.docimprint/api
AI document intelligence: extract, summarize, claim-check, and notarize with on-chain proofs.
v0.14.0
io.github.blackwell-systems/agent-lsp
Stateful LSP runtime for AI agents — 50+ tools across 30+ languages via MCP.
v0.2.13
io.github.hostinger/hostinger-api-mcp
MCP server for Hostinger API
v0.41.0
io.github.zhitongblog/unterm
The terminal AI agents can drive: spawn panes, run commands, read screens, scrolling screenshots.
{
"id": "io.github.mhajder/librenms-mcp",
"type": "mcp-server",
"version": "1.10.0",
"displayName": "LibreNMS MCP",
"description": "MCP server for LibreNMS network monitoring - query devices, ports, alerts, and manage infrastructure",
"repository": {
"url": "https://github.com/mhajder/librenms-mcp",
"source": "github"
},
"homepage": "https://github.com/mhajder/librenms-mcp",
"distribution": {
"packages": [
{
"registryType": "pypi",
"identifier": "librenms-mcp",
"version": "1.10.0",
"runtimeHint": "uvx",
"transport": "stdio",
"environmentVariables": [
{
"name": "LIBRENMS_URL",
"description": "LibreNMS instance URL (e.g., https://librenms.example.com)",
"isRequired": true
},
{
"name": "LIBRENMS_TOKEN",
"description": "LibreNMS API token with appropriate permissions",
"isRequired": true,
"isSecret": true
},
{
"name": "LIBRENMS_VERIFY_SSL",
"description": "Verify TLS certificates for LibreNMS requests (true/false)"
},
{
"name": "LIBRENMS_TIMEOUT",
"description": "HTTP timeout for LibreNMS API requests in seconds"
},
{
"name": "READ_ONLY_MODE",
"description": "Enable read-only mode to block write operations"
},
{
"name": "DISABLED_TAGS",
"description": "Comma-separated tool tags to disable (e.g., alerts,bills)"
},
{
"name": "LOG_LEVEL",
"description": "Logging level (DEBUG, INFO, WARNING, ERROR)"
},
{
"name": "RATE_LIMIT_ENABLED",
"description": "Enable per-client rate limiting (true/false)"
},
{
"name": "RATE_LIMIT_MAX_REQUESTS",
"description": "Maximum requests allowed per rate-limit window"
},
{
"name": "RATE_LIMIT_WINDOW_MINUTES",
"description": "Rate-limit window duration in minutes"
},
{
"name": "TOOL_SEARCH_ENABLED",
"description": "Enable FastMCP tool search transform"
},
{
"name": "TOOL_SEARCH_STRATEGY",
"description": "Tool search strategy: 'bm25' (natural language) or 'regex' (pattern match)"
},
{
"name": "TOOL_SEARCH_MAX_RESULTS",
"description": "Maximum number of tools returned by search_tools"
}
]
},
{
"registryType": "pypi",
"identifier": "librenms-mcp",
"version": "1.10.0",
"runtimeHint": "uvx",
"transport": "streamable-http",
"environmentVariables": [
{
"name": "LIBRENMS_URL",
"description": "LibreNMS instance URL (e.g., https://librenms.example.com)",
"isRequired": true
},
{
"name": "LIBRENMS_TOKEN",
"description": "LibreNMS API token with appropriate permissions",
"isRequired": true,
"isSecret": true
},
{
"name": "LIBRENMS_VERIFY_SSL",
"description": "Verify TLS certificates for LibreNMS requests (true/false)"
},
{
"name": "LIBRENMS_TIMEOUT",
"description": "HTTP timeout for LibreNMS API requests in seconds"
},
{
"name": "READ_ONLY_MODE",
"description": "Enable read-only mode to block write operations"
},
{
"name": "DISABLED_TAGS",
"description": "Comma-separated tool tags to disable (e.g., alerts,bills)"
},
{
"name": "LOG_LEVEL",
"description": "Logging level (DEBUG, INFO, WARNING, ERROR)"
},
{
"name": "RATE_LIMIT_ENABLED",
"description": "Enable per-client rate limiting (true/false)"
},
{
"name": "RATE_LIMIT_MAX_REQUESTS",
"description": "Maximum requests allowed per rate-limit window"
},
{
"name": "RATE_LIMIT_WINDOW_MINUTES",
"description": "Rate-limit window duration in minutes"
},
{
"name": "TOOL_SEARCH_ENABLED",
"description": "Enable FastMCP tool search transform"
},
{
"name": "TOOL_SEARCH_STRATEGY",
"description": "Tool search strategy: 'bm25' (natural language) or 'regex' (pattern match)"
},
{
"name": "TOOL_SEARCH_MAX_RESULTS",
"description": "Maximum number of tools returned by search_tools"
},
{
"name": "MCP_HTTP_PORT",
"description": "Port for HTTP server (default: 8000)"
},
{
"name": "MCP_HTTP_BEARER_TOKEN",
"description": "Optional bearer token for HTTP transport authentication",
"isSecret": true
},
{
"name": "MCP_TRANSPORT",
"description": "MCP transport type (http for HTTP, stdio for stdio)"
}
]
},
{
"registryType": "oci",
"identifier": "ghcr.io/mhajder/librenms-mcp:1.10.0",
"transport": "streamable-http",
"environmentVariables": [
{
"name": "LIBRENMS_URL",
"description": "LibreNMS instance URL (e.g., https://librenms.example.com)",
"isRequired": true
},
{
"name": "LIBRENMS_TOKEN",
"description": "LibreNMS API token with appropriate permissions",
"isRequired": true,
"isSecret": true
},
{
"name": "LIBRENMS_VERIFY_SSL",
"description": "Verify TLS certificates for LibreNMS requests (true/false)"
},
{
"name": "LIBRENMS_TIMEOUT",
"description": "HTTP timeout for LibreNMS API requests in seconds"
},
{
"name": "READ_ONLY_MODE",
"description": "Enable read-only mode to block write operations"
},
{
"name": "DISABLED_TAGS",
"description": "Comma-separated tool tags to disable (e.g., alerts,bills)"
},
{
"name": "LOG_LEVEL",
"description": "Logging level (DEBUG, INFO, WARNING, ERROR)"
},
{
"name": "RATE_LIMIT_ENABLED",
"description": "Enable per-client rate limiting (true/false)"
},
{
"name": "RATE_LIMIT_MAX_REQUESTS",
"description": "Maximum requests allowed per rate-limit window"
},
{
"name": "RATE_LIMIT_WINDOW_MINUTES",
"description": "Rate-limit window duration in minutes"
},
{
"name": "TOOL_SEARCH_ENABLED",
"description": "Enable FastMCP tool search transform"
},
{
"name": "TOOL_SEARCH_STRATEGY",
"description": "Tool search strategy: 'bm25' (natural language) or 'regex' (pattern match)"
},
{
"name": "TOOL_SEARCH_MAX_RESULTS",
"description": "Maximum number of tools returned by search_tools"
},
{
"name": "SENTRY_DSN",
"description": "Sentry DSN for optional error tracking",
"isSecret": true
},
{
"name": "SENTRY_TRACES_SAMPLE_RATE",
"description": "Sentry traces sample rate (0.0-1.0)"
},
{
"name": "SENTRY_SEND_DEFAULT_PII",
"description": "Allow Sentry to include default PII in events (true/false)"
},
{
"name": "SENTRY_ENVIRONMENT",
"description": "Sentry environment name (e.g., production)"
},
{
"name": "SENTRY_RELEASE",
"description": "Sentry release identifier"
},
{
"name": "SENTRY_PROFILE_SESSION_SAMPLE_RATE",
"description": "Sentry profile session sample rate (0.0-1.0)"
},
{
"name": "SENTRY_PROFILE_LIFECYCLE",
"description": "Sentry profiling lifecycle mode"
},
{
"name": "SENTRY_ENABLE_LOGS",
"description": "Enable Sentry log capture integration (true/false)"
},
{
"name": "MCP_HTTP_PORT",
"description": "Port for HTTP server (default: 8000)"
},
{
"name": "MCP_HTTP_BEARER_TOKEN",
"description": "Optional bearer token for HTTP transport authentication",
"isSecret": true
},
{
"name": "MCP_TRANSPORT",
"description": "MCP transport type (http for HTTP, stdio for stdio)"
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.mhajder/librenms-mcp",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.mhajder%2Flibrenms-mcp/versions/latest",
"isOfficial": true,
"status": "active"
}
}