meshcore-mcp
by dpup
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MESHCORE_HOST | No | Home node TCP host — the companion_radio_wifi path. Set this or MESHCORE_SERIAL_PATH, not both. | |
| MESHCORE_PORT | No | TCP port for MESHCORE_HOST (default '5000'). | 5000 |
| MESHCORE_SERIAL_PATH | No | USB serial device path (e.g. /dev/ttyACM0) — the serial alternative to MESHCORE_HOST. | |
| MESHCORE_LOGIN_PASSWORD | No | Default login/admin password for remote nodes (default '' — the guest password). | |
| MESHCORE_NODE_PASSWORDS | No | JSON object of per-node overrides: { "rocky-ridge": "secret" } (keyed by node id or name). | |
| MESHCORE_TRAFFIC_CAPACITY | No | Recent-traffic ring-buffer size (default the buffer's own default). | |
| MESHCORE_REQUEST_TIMEOUT_MS | No | Device request timeout, ms (default '10000'). | 10000 |
| MESHCORE_LOGIN_PASSWORD_FILE | No | Read the default password from a file instead (its trailing newline is stripped). Set this or MESHCORE_LOGIN_PASSWORD, not both. | |
| MESHCORE_NODE_PASSWORDS_FILE | No | Read that same JSON map from a file instead — keeps node secrets out of the environment and your MCP config (chmod 600 it). Set this or MESHCORE_NODE_PASSWORDS, not both. | |
| MESHCORE_ADMIN_REPLY_TIMEOUT_MS | No | How long the remote-admin path waits for a CLI reply, ms (default '15000'). | 15000 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dpup/meshcore-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server