MCP Server for VictoriaMetrics. Provides integration with VictoriaMetrics API and documentation
npx @getmcp/cli add io.github.VictoriaMetrics-Community/mcp-victoriametricsRequires Docker Engine. Community-contributed server. Review source before installing.
VM_INSTANCE_ENTRYPOINTURL to VictoriaMetrics instance (it should be root URL of vmsingle or vmselect), for example http://localhost:8428 or https://play.victoriametrics.com
VM_INSTANCE_TYPEType of VictoriaMetrics instance (single / cluster)
VM_INSTANCE_BEARER_TOKENAuthentication token for VictoriaMetrics API
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.VictoriaMetrics-Community/mcp-victoriametrics": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"VM_INSTANCE_ENTRYPOINT",
"-e",
"VM_INSTANCE_TYPE",
"-e",
"VM_INSTANCE_BEARER_TOKEN",
"-e",
"VMC_API_KEY",
"-e",
"MCP_DISABLED_TOOLS",
"-e",
"MCP_DISABLE_RESOURCES",
"ghcr.io/victoriametrics-community/mcp-victoriametrics:1.18.0"
],
"env": {
"VM_INSTANCE_ENTRYPOINT": "",
"VM_INSTANCE_TYPE": "",
"VM_INSTANCE_BEARER_TOKEN": "",
"VMC_API_KEY": "",
"MCP_DISABLED_TOOLS": "",
"MCP_DISABLE_RESOURCES": ""
}
}
}
}Remote MCP server for Tandem docs, install guides, SDKs, workflows, and agent setup help.
Ephemeral data sandbox for AI workflows with guardrails and security
Access live company and contact data from Explorium's AgentSource B2B platform.
Database MCP server for MySQL, MariaDB, PostgreSQL & SQLite