MCP.so
登录

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.

基本信息

分类

其他

许可证

ISC license

运行时

node

传输方式

stdio

发布者

jussikin

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 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 服务器