Mcp Influx1 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Mcp Influx1 (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Read-only MCP server for InfluxDB v1. Lets Claude (Desktop or Code) query and explore your time-series data through the Model Context Protocol.
| Tool | Description |
|---|---|
ping | Check connectivity and return the InfluxDB version |
list_databases | List all databases |
list_measurements | List measurements in a database |
list_tag_keys | List tag keys, optionally filtered by measurement |
list_field_keys | List field keys and their types |
list_tag_values | List values for a specific tag key |
query | Execute a read-only InfluxQL query (SELECT/SHOW only) |
Write operations (CREATE, DROP, DELETE, INSERT, etc.) are blocked at the server level.
Download the latest .mcpb from Releases, then:
.mcpb fileAdd to claude_desktop_config.json:
%AppData%\Claude\claude_desktop_config.json~/Library/Application Support/Claude/claude_desktop_config.json{
"mcpServers": {
"influxdb": {
"command": "uv",
"args": ["--directory", "/path/to/mcflux", "run", "server.py"],
"env": {
"INFLUXDB_URL": "http://localhost:8086",
"INFLUXDB_USERNAME": "myuser",
"INFLUXDB_PASSWORD": "mypass"
}
}
}
}Add to .claude/settings.json or your project settings:
{
"mcpServers": {
"influxdb": {
"command": "uv",
"args": ["--directory", "/path/to/mcflux", "run", "server.py"],
"env": {
"INFLUXDB_URL": "http://localhost:8086",
"INFLUXDB_USERNAME": "myuser",
"INFLUXDB_PASSWORD": "mypass"
}
}
}
}| Environment variable | Required | Default | Description |
|---|---|---|---|
INFLUXDB_URL | No | http://localhost:8086 | InfluxDB HTTP API URL |
INFLUXDB_USERNAME | No | (none) | Username for basic auth |
INFLUXDB_PASSWORD | No | (none) | Password for basic auth |
Omit INFLUXDB_USERNAME and INFLUXDB_PASSWORD if your instance does not require authentication.
npm install -g @anthropic-ai/mcpb
mcpb pack .This produces a mcflux.mcpb file that can be installed as a Claude Desktop extension.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.