Odel
mcp server

mcp server

Local
@extentos2MITUpdated 2 days ago

Build smart-glasses apps with AI agents: scaffold, validate, and simulate before real hardware.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@extentos/mcp-serverv0.11.63

Run

npx -y @extentos/mcp-server

MCP client config

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@extentos/mcp-server"
      ]
    }
  }
}