Influx Timeseries
БесплатноНе проверенA selective, aggregation-first MCP server for InfluxDB v2 that bounds output and pushes reduction to the database, avoiding context flooding from raw time-serie
Описание
A selective, aggregation-first MCP server for InfluxDB v2 that bounds output and pushes reduction to the database, avoiding context flooding from raw time-series data.
README
A selective, aggregation-first Model Context Protocol (MCP) server for InfluxDB v2 (Flux), built for LLM use where flooding the context window with raw time-series points is the failure mode to avoid.
Status: in development. Design spec: docs/superpowers/specs/2026-06-12-influx-timeseries-mcp-design.md
Why
Generic InfluxDB MCP servers expose "run arbitrary Flux → return all rows." For time-series and event data that dumps tens of thousands of points into the model on a single query. This server inverts that: every path pushes reduction to InfluxDB and bounds its output, so the database returns kilobytes and the model stays focused.
Design
- Aggregation-first. All windowing, grouping, percentiles, and limits are expressed in the Flux sent to InfluxDB — the server never pulls raw series into memory to reduce them.
- Hybrid tool surface. Cheap discovery tools (measurements, tags, fields) +
curated selective queries (
aggregate,top_n,count_events,latest) + a guarded raw-Flux escape hatch (mandatory range, auto-injected limit, byte-capped response). - Bounded by construction. Range is mandatory; results are double-capped (max rows AND max bytes); truncation is explicit, never a silent partial dump.
- Read-only. No write/admin tools; runs with a read-only InfluxDB token.
Runtime
Python + the MCP SDK (FastMCP), run as a stdio server. Packaged as a container for the homelab MCP gateway.
License
Установка Influx Timeseries
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/rmaher001/influx-timeseries-mcpFAQ
Influx Timeseries MCP бесплатный?
Да, Influx Timeseries MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Influx Timeseries?
Нет, Influx Timeseries работает без API-ключей и переменных окружения.
Influx Timeseries — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Influx Timeseries в Claude Desktop, Claude Code или Cursor?
Открой Influx Timeseries на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
wenb1n-dev/SmartDB_MCP
A universal database MCP server supporting simultaneous connections to multiple databases. It provides tools for database operations, health analysis, SQL optim
автор: wenb1n-devPostgres Server
This server enables interaction with PostgreSQL databases through the Model Context Protocol, optimized for the AWS Bedrock AgentCore Runtime. It provides tools
автор: madhurprashPostgres
Query your database in natural language
автор: AnthropicPostgreSQL
Read-only database access with schema inspection.
автор: modelcontextprotocolCompare Influx Timeseries with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории data
