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.VictoriaMetrics/mcp-vmanomaly · v0.2.3
MCP Server for vmanomaly - VictoriaMetrics anomaly detection
mcp-vmanomaly 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"mcp-vmanomaly": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/victoriametrics/mcp-vmanomaly:0.2.3"
],
"env": {
"VMANOMALY_ENDPOINT": "<VMANOMALY_ENDPOINT>"
}
}
}
}VMANOMALY_ENDPOINT必填vmanomaly server endpoint URL (e.g., http://localhost:8490)
VMANOMALY_BEARER_TOKEN可选secretBearer token for authenticating with vmanomaly API
VMANOMALY_HEADERS可选Custom HTTP headers for vmanomaly requests (comma-separated key=value pairs, e.g., X-Custom-Header=value1,X-Another=value2)
MCP_SERVER_MODE可选MCP server mode: stdio (default), sse, or http
MCP_LISTEN_ADDR可选Listen address for SSE/HTTP modes (default: localhost:8080)
MCP_LOG_LEVEL可选Log level: debug, info (default), warn, or error
MCP_LOG_FILE可选Log file path (empty = stderr)
MCP_DISABLED_TOOLS可选Comma-separated list of tools to disable
MCP_HEARTBEAT_INTERVAL可选Heartbeat interval for HTTP mode (default: 30s)
MCP_DISABLE_RESOURCES可选Disable embedded documentation resources
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.VictoriaMetrics/mcp-vmanomaly",
"type": "mcp-server",
"version": "0.2.3",
"displayName": "mcp-vmanomaly",
"description": "MCP Server for vmanomaly - VictoriaMetrics anomaly detection",
"repository": {
"url": "https://github.com/VictoriaMetrics/mcp-vmanomaly",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/victoriametrics/mcp-vmanomaly:0.2.3",
"transport": "stdio",
"environmentVariables": [
{
"name": "VMANOMALY_ENDPOINT",
"description": "vmanomaly server endpoint URL (e.g., http://localhost:8490)",
"isRequired": true
},
{
"name": "VMANOMALY_BEARER_TOKEN",
"description": "Bearer token for authenticating with vmanomaly API",
"isSecret": true
},
{
"name": "VMANOMALY_HEADERS",
"description": "Custom HTTP headers for vmanomaly requests (comma-separated key=value pairs, e.g., X-Custom-Header=value1,X-Another=value2)"
},
{
"name": "MCP_SERVER_MODE",
"description": "MCP server mode: stdio (default), sse, or http"
},
{
"name": "MCP_LISTEN_ADDR",
"description": "Listen address for SSE/HTTP modes (default: localhost:8080)"
},
{
"name": "MCP_LOG_LEVEL",
"description": "Log level: debug, info (default), warn, or error"
},
{
"name": "MCP_LOG_FILE",
"description": "Log file path (empty = stderr)"
},
{
"name": "MCP_DISABLED_TOOLS",
"description": "Comma-separated list of tools to disable"
},
{
"name": "MCP_HEARTBEAT_INTERVAL",
"description": "Heartbeat interval for HTTP mode (default: 30s)"
},
{
"name": "MCP_DISABLE_RESOURCES",
"description": "Disable embedded documentation resources"
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.VictoriaMetrics/mcp-vmanomaly",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.VictoriaMetrics%2Fmcp-vmanomaly/versions/latest",
"isOfficial": true,
"status": "active"
}
}