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
MCP server for Anki flashcards: adaptive review, notes, media, and deck management via AnkiConnect.
Hosted Google Calendar MCP server for AI agents. No self-hosting or Google Cloud setup.