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/zabbix-mcp · v0.5.0
MCP server for Zabbix monitoring and automation
Zabbix MCP 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio、streamable-http 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"zabbix-mcp": {
"command": "uvx",
"args": [
"zabbix-mcp"
],
"env": {
"ZABBIX_URL": "<ZABBIX_URL>"
}
}
}
}ZABBIX_URL必填Zabbix API URL (e.g., https://zabbix.example.com/api_jsonrpc.php)
ZABBIX_TOKEN可选secretZabbix API token (preferred for Zabbix 5.4+)
ZABBIX_USER可选Zabbix username (alternative to token)
ZABBIX_PASSWORD可选secretZabbix password (alternative to token)
ZABBIX_VERIFY_SSL可选Verify SSL certificates (true/false)
ZABBIX_TIMEOUT可选Request timeout in seconds
ZABBIX_SKIP_VERSION_CHECK可选Skip Zabbix API version compatibility check
READ_ONLY_MODE可选Enable read-only mode to restrict write operations
DISABLED_TAGS可选Comma-separated list of tags to disable tools for
LOG_LEVEL可选Logging level (DEBUG, INFO, WARNING, ERROR, CRITICAL)
RATE_LIMIT_ENABLED可选Enable rate limiting
RATE_LIMIT_MAX_REQUESTS可选Maximum requests per rate limit window
RATE_LIMIT_WINDOW_MINUTES可选Rate limit window in minutes
TOOL_SEARCH_ENABLED可选Enable FastMCP tool search transform
TOOL_SEARCH_STRATEGY可选Tool search strategy (bm25 or regex)
TOOL_SEARCH_MAX_RESULTS可选Maximum tool search results returned by search_tools
ZABBIX_URL必填Zabbix API URL (e.g., https://zabbix.example.com/api_jsonrpc.php)
ZABBIX_TOKEN可选secretZabbix API token (preferred for Zabbix 5.4+)
ZABBIX_USER可选Zabbix username (alternative to token)
ZABBIX_PASSWORD可选secretZabbix password (alternative to token)
ZABBIX_VERIFY_SSL可选Verify SSL certificates (true/false)
ZABBIX_TIMEOUT可选Request timeout in seconds
ZABBIX_SKIP_VERSION_CHECK可选Skip Zabbix API version compatibility check
READ_ONLY_MODE可选Enable read-only mode to restrict write operations
DISABLED_TAGS可选Comma-separated list of tags to disable tools for
LOG_LEVEL可选Logging level (DEBUG, INFO, WARNING, ERROR, CRITICAL)
RATE_LIMIT_ENABLED可选Enable rate limiting
RATE_LIMIT_MAX_REQUESTS可选Maximum requests per rate limit window
RATE_LIMIT_WINDOW_MINUTES可选Rate limit window in minutes
TOOL_SEARCH_ENABLED可选Enable FastMCP tool search transform
TOOL_SEARCH_STRATEGY可选Tool search strategy (bm25 or regex)
TOOL_SEARCH_MAX_RESULTS可选Maximum tool search results returned by search_tools
MCP_HTTP_PORT可选Port for HTTP server (default: 8000)
MCP_TRANSPORT可选MCP transport type (http for HTTP, stdio for stdio)
ZABBIX_URL必填Zabbix API URL (e.g., https://zabbix.example.com/api_jsonrpc.php)
ZABBIX_TOKEN可选secretZabbix API token (preferred for Zabbix 5.4+)
ZABBIX_USER可选Zabbix username (alternative to token)
ZABBIX_PASSWORD可选secretZabbix password (alternative to token)
ZABBIX_VERIFY_SSL可选Verify SSL certificates (true/false)
ZABBIX_TIMEOUT可选Request timeout in seconds
ZABBIX_SKIP_VERSION_CHECK可选Skip Zabbix API version compatibility check
READ_ONLY_MODE可选Enable read-only mode to restrict write operations
DISABLED_TAGS可选Comma-separated list of tags to disable tools for
LOG_LEVEL可选Logging level (DEBUG, INFO, WARNING, ERROR, CRITICAL)
RATE_LIMIT_ENABLED可选Enable rate limiting
RATE_LIMIT_MAX_REQUESTS可选Maximum requests per rate limit window
RATE_LIMIT_WINDOW_MINUTES可选Rate limit window in minutes
TOOL_SEARCH_ENABLED可选Enable FastMCP tool search transform
TOOL_SEARCH_STRATEGY可选Tool search strategy (bm25 or regex)
TOOL_SEARCH_MAX_RESULTS可选Maximum tool search results returned by search_tools
MCP_HTTP_PORT可选Port for HTTP server (default: 8000)
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/zabbix-mcp",
"type": "mcp-server",
"version": "0.5.0",
"displayName": "Zabbix MCP",
"description": "MCP server for Zabbix monitoring and automation",
"repository": {
"url": "https://github.com/mhajder/zabbix-mcp",
"source": "github"
},
"homepage": "https://github.com/mhajder/zabbix-mcp",
"distribution": {
"packages": [
{
"registryType": "pypi",
"identifier": "zabbix-mcp",
"version": "0.5.0",
"runtimeHint": "uvx",
"transport": "stdio",
"environmentVariables": [
{
"name": "ZABBIX_URL",
"description": "Zabbix API URL (e.g., https://zabbix.example.com/api_jsonrpc.php)",
"isRequired": true
},
{
"name": "ZABBIX_TOKEN",
"description": "Zabbix API token (preferred for Zabbix 5.4+)",
"isSecret": true
},
{
"name": "ZABBIX_USER",
"description": "Zabbix username (alternative to token)"
},
{
"name": "ZABBIX_PASSWORD",
"description": "Zabbix password (alternative to token)",
"isSecret": true
},
{
"name": "ZABBIX_VERIFY_SSL",
"description": "Verify SSL certificates (true/false)"
},
{
"name": "ZABBIX_TIMEOUT",
"description": "Request timeout in seconds"
},
{
"name": "ZABBIX_SKIP_VERSION_CHECK",
"description": "Skip Zabbix API version compatibility check"
},
{
"name": "READ_ONLY_MODE",
"description": "Enable read-only mode to restrict write operations"
},
{
"name": "DISABLED_TAGS",
"description": "Comma-separated list of tags to disable tools for"
},
{
"name": "LOG_LEVEL",
"description": "Logging level (DEBUG, INFO, WARNING, ERROR, CRITICAL)"
},
{
"name": "RATE_LIMIT_ENABLED",
"description": "Enable rate limiting"
},
{
"name": "RATE_LIMIT_MAX_REQUESTS",
"description": "Maximum requests per rate limit window"
},
{
"name": "RATE_LIMIT_WINDOW_MINUTES",
"description": "Rate limit window in minutes"
},
{
"name": "TOOL_SEARCH_ENABLED",
"description": "Enable FastMCP tool search transform"
},
{
"name": "TOOL_SEARCH_STRATEGY",
"description": "Tool search strategy (bm25 or regex)"
},
{
"name": "TOOL_SEARCH_MAX_RESULTS",
"description": "Maximum tool search results returned by search_tools"
}
]
},
{
"registryType": "pypi",
"identifier": "zabbix-mcp",
"version": "0.5.0",
"runtimeHint": "uvx",
"transport": "streamable-http",
"environmentVariables": [
{
"name": "ZABBIX_URL",
"description": "Zabbix API URL (e.g., https://zabbix.example.com/api_jsonrpc.php)",
"isRequired": true
},
{
"name": "ZABBIX_TOKEN",
"description": "Zabbix API token (preferred for Zabbix 5.4+)",
"isSecret": true
},
{
"name": "ZABBIX_USER",
"description": "Zabbix username (alternative to token)"
},
{
"name": "ZABBIX_PASSWORD",
"description": "Zabbix password (alternative to token)",
"isSecret": true
},
{
"name": "ZABBIX_VERIFY_SSL",
"description": "Verify SSL certificates (true/false)"
},
{
"name": "ZABBIX_TIMEOUT",
"description": "Request timeout in seconds"
},
{
"name": "ZABBIX_SKIP_VERSION_CHECK",
"description": "Skip Zabbix API version compatibility check"
},
{
"name": "READ_ONLY_MODE",
"description": "Enable read-only mode to restrict write operations"
},
{
"name": "DISABLED_TAGS",
"description": "Comma-separated list of tags to disable tools for"
},
{
"name": "LOG_LEVEL",
"description": "Logging level (DEBUG, INFO, WARNING, ERROR, CRITICAL)"
},
{
"name": "RATE_LIMIT_ENABLED",
"description": "Enable rate limiting"
},
{
"name": "RATE_LIMIT_MAX_REQUESTS",
"description": "Maximum requests per rate limit window"
},
{
"name": "RATE_LIMIT_WINDOW_MINUTES",
"description": "Rate limit window in minutes"
},
{
"name": "TOOL_SEARCH_ENABLED",
"description": "Enable FastMCP tool search transform"
},
{
"name": "TOOL_SEARCH_STRATEGY",
"description": "Tool search strategy (bm25 or regex)"
},
{
"name": "TOOL_SEARCH_MAX_RESULTS",
"description": "Maximum tool search results returned by search_tools"
},
{
"name": "MCP_HTTP_PORT",
"description": "Port for HTTP server (default: 8000)"
},
{
"name": "MCP_TRANSPORT",
"description": "MCP transport type (http for HTTP, stdio for stdio)"
}
]
},
{
"registryType": "oci",
"identifier": "ghcr.io/mhajder/zabbix-mcp:0.5.0",
"transport": "streamable-http",
"environmentVariables": [
{
"name": "ZABBIX_URL",
"description": "Zabbix API URL (e.g., https://zabbix.example.com/api_jsonrpc.php)",
"isRequired": true
},
{
"name": "ZABBIX_TOKEN",
"description": "Zabbix API token (preferred for Zabbix 5.4+)",
"isSecret": true
},
{
"name": "ZABBIX_USER",
"description": "Zabbix username (alternative to token)"
},
{
"name": "ZABBIX_PASSWORD",
"description": "Zabbix password (alternative to token)",
"isSecret": true
},
{
"name": "ZABBIX_VERIFY_SSL",
"description": "Verify SSL certificates (true/false)"
},
{
"name": "ZABBIX_TIMEOUT",
"description": "Request timeout in seconds"
},
{
"name": "ZABBIX_SKIP_VERSION_CHECK",
"description": "Skip Zabbix API version compatibility check"
},
{
"name": "READ_ONLY_MODE",
"description": "Enable read-only mode to restrict write operations"
},
{
"name": "DISABLED_TAGS",
"description": "Comma-separated list of tags to disable tools for"
},
{
"name": "LOG_LEVEL",
"description": "Logging level (DEBUG, INFO, WARNING, ERROR, CRITICAL)"
},
{
"name": "RATE_LIMIT_ENABLED",
"description": "Enable rate limiting"
},
{
"name": "RATE_LIMIT_MAX_REQUESTS",
"description": "Maximum requests per rate limit window"
},
{
"name": "RATE_LIMIT_WINDOW_MINUTES",
"description": "Rate limit window in minutes"
},
{
"name": "TOOL_SEARCH_ENABLED",
"description": "Enable FastMCP tool search transform"
},
{
"name": "TOOL_SEARCH_STRATEGY",
"description": "Tool search strategy (bm25 or regex)"
},
{
"name": "TOOL_SEARCH_MAX_RESULTS",
"description": "Maximum tool search results returned by search_tools"
},
{
"name": "MCP_HTTP_PORT",
"description": "Port for HTTP server (default: 8000)"
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.mhajder/zabbix-mcp",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.mhajder%2Fzabbix-mcp/versions/latest",
"isOfficial": true,
"status": "active"
}
}