micrOSMCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Host address for the UI server. Default: 127.0.0.1 | |
| PORT | No | Port for the UI server. Default: 3333 | |
| MICROS_DEVICE_CACHE_PATH | No | Path to the device_conn_cache.json file. Default: data/device_conn_cache.json |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| discover_commandsA | Learn which modules and command signatures are available on live micrOS devices. Use this after discovering a device, after its firmware or modules change, or when |
| discover_devicesA | Find live micrOS devices on a local IPv4 |
| list_devicesA | Show a quick inventory of known micrOS devices, including each device's UID, name, address, note, and module names. Use this to see what devices are known without checking whether they are currently online. Use |
| run_commandA | Run a micrOS command or a sequential command pipeline on one live device. Before using this tool, call Command syntax examples:
For a string pipeline, Commands act on a real device and may change its state. Configuration reads such as |
| search_devicesA | Find the right micrOS device and command syntax before |
| set_device_noteA | Read or save helpful context about one micrOS device, such as its location, attached hardware, purpose, or how its readings should be interpreted. Target the device by UID, IP address, or an unambiguous name fragment. Omit |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/BxNxM/micrOSMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server