Odel
nimbus mcp

nimbus mcp

Local
@nimbus-agentTypeScriptMITUpdated 1w ago

Search your local Nimbus index and run its built-in agents from any MCP client.

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@nimbus-dev/mcpv0.4.1

Run

npx -y @nimbus-dev/mcp

MCP client config

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