LocalDude
@jussikin
关于 LocalDude
MCP server that allows accessing influxdb to read sensor from there in. Perhaps later some more active functionalities like sending mqtt messages.
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is LocalDude?
LocalDude is a Node.js/TypeScript project built with the Model Context Protocol (MCP) SDK that provides an MCP server with InfluxDB integration for time-series data storage and querying. It is intended for developers who need to interact with InfluxDB through MCP tools.
How to use LocalDude?
Install dependencies with npm install, configure InfluxDB environment variables in a .env file (INFLUXDB_URL, INFLUXDB_TOKEN, INFLUXDB_ORG, INFLUXDB_BUCKET), then use npm run dev for development with auto-rebuild or npm run server to build and start the server. The server exposes MCP tools such as influxdb-query, influxdb-latest, and influxdb-range for querying and retrieving data.
Key features of LocalDude
- MCP server for interacting with InfluxDB
- Execute custom Flux queries via
influxdb-query - Retrieve latest data point with
influxdb-latest - Query data within time ranges via
influxdb-range - Auto-rebuild on TypeScript file changes during development
- Configuration via environment variables
Use cases of LocalDude
—
FAQ from LocalDude
What dependencies does LocalDude require?
LocalDude requires Node.js and npm. It uses the MCP SDK, InfluxDB client, and development tools like nodemon and ts-node.
How do I configure the InfluxDB connection?
Set the environment variables INFLUXDB_URL, INFLUXDB_TOKEN, INFLUXDB_ORG, and INFLUXDB_BUCKET in a .env file. An .env.example file is provided with placeholder values.
How do I run LocalDude in development mode?
Use npm run dev to start the application with auto-rebuild on file changes, or npm run dev:server to start only the server in development mode.
Can I contribute to LocalDude?
Yes, contributions are welcome. See the CONTRIBUTING.md file for details on how to contribute to the project.
What transport does the MCP server use?
—
其他 分类下的更多 MCP 服务器
Nginx UI
0xJackyYet another WebUI for Nginx
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
评论