meshcore-mcp
by ipnet-mesh
Overview
Enables AI assistants and web-based tools to control and communicate with MeshCore mesh network devices via an HTTP MCP server.
Installation
docker run -d --name meshcore-mcp -p 8000:8000 --device=/dev/ttyUSB0 ghcr.io/ipnet-mesh/meshcore-mcp:main --serial-port /dev/ttyUSB0 --sync-clock-on-startupSecurity Notes
The server explicitly states that it does not include authentication by default and binds to 0.0.0.0. For production use, it critically requires external security measures like a reverse proxy with authentication, HTTPS/TLS, and firewall rules. Without these, direct exposure to the network poses a significant security risk.
Similar Servers
sub-agents-mcp
Provides a Model Context Protocol (MCP) server to enable Claude Code–style sub-agent workflows in any MCP-compatible tool, executing agents via various AI CLI backends.
company-docs-mcp
Transforms organizational documentation into an AI-powered knowledge base for semantic search, Q&A via chat interface, Claude Desktop, and Slack integration.
karma
A modern, dark-themed chat interface demonstrating the Karma Memory system for AI agents, enabling context-aware conversations and dynamic switching of memory retrieval and caching strategies.
fastmcp
Build fast, declarative, and type-safe servers implementing the Model Context Protocol (MCP) in Dart.