MCP.so
登录

Servidor MCP para Smart Cities

@wesleyribeirobarbosa

关于 Servidor MCP para Smart Cities

暂无概览

基本信息

分类

其他

许可证

MIT

运行时

node

传输方式

stdio

发布者

wesleyribeirobarbosa

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "mcp-server-wesleyribeirobarbosa": {
      "command": "node",
      "args": [
        "populate_mongodb.js"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Servidor MCP para Smart Cities?

Servidor MCP para Smart Cities is an MCP server that enables AI assistants to interact with IoT device data from a smart city, including public lighting, water meters, and gas meters. It currently supports only Stdio transport and has been tested with Cursor and GitHub Copilot in VSCode.

How to use Servidor MCP para Smart Cities?

Install dependencies with npm install, configure MongoDB (e.g., via Docker with docker-compose up --build -d), compile with npm run build, and start the server with npm start. For VSCode with GitHub Copilot, open the project and the server is automatically configured via .vscode/mcp.json. Alternatively, use Cursor by setting the MONGO_URI environment variable.

Key features of Servidor MCP para Smart Cities

  • Provides 13 MCP tools for querying IoT device data.
  • Supports filtering lighting devices by region, status, and GeoJSON.
  • Logs are saved to files in the logs/ directory to avoid Stdio interference.
  • Includes structured documentation: QUICKSTART.md, DEVELOPMENT.md, AI_CONTEXT.md, etc.
  • Uses MongoDB as the data store (Docker setup provided).
  • Validated with Cursor and GitHub Copilot in VSCode.

Use cases of Servidor MCP para Smart Cities

  • An AI assistant lists public lighting devices filtered by a specific region.
  • Query energy efficiency by

评论

其他 分类下的更多 MCP 服务器