All MCP servers

Mcp Victoriametrics

Official
by Api.AirforcestdioDeveloper Tools0179Apache-2.0

MCP Server for VictoriaMetrics. Provides integration with VictoriaMetrics API and documentation

mcpopen-sourcedeveloper-tools

Endpoint

POST 

Connecting a client

Most MCP clients accept a remote server URL plus a bearer token.

{
  "mcpServers": {
    "mcp-victoriametrics-imp0e4cd": {
      "url": "",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}