Skip to main content
ClaudeWave

Launcher for the Nimbus MCP server — exposes your local Nimbus index and agents to any MCP client.

MCP ServersOfficial Registry0 stars0 forksTypeScriptMITUpdated today
ClaudeWave Trust Score
87/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Last scanned: 8/21/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/nimbus-agent/nimbus-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "nimbus-mcp": {
      "command": "node",
      "args": ["/path/to/nimbus-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/nimbus-agent/nimbus-mcp and follow its README for install instructions.
Use cases

MCP Servers overview

# @nimbus-dev/mcp

## What this is

A tiny launcher that exposes your local [Nimbus](https://nimbus-agent.dev) index and agents to
any [MCP (Model Context Protocol)](https://modelcontextprotocol.io) client — editors, chat clients,
or other MCP-speaking tools. It does no work itself: it locates the Nimbus CLI binary already
installed on your machine and execs it as `nimbus mcp-server --stdio`, then gets out of the way and
lets stdio pass straight through.

This package is MIT-licensed and does not depend on (or import from) the AGPL-3.0 `packages/cli` or
`packages/gateway` Nimbus source — it only knows how to *find* the installed binary, never how to
run the gateway itself.

**Requires the Nimbus gateway to already be installed.** This launcher does not install or bundle
Nimbus; run the regular Nimbus installer first, and keep the gateway configured the way you
normally use it (the `mcp-server --stdio` command talks to your existing local index).

## Install

> **Not published to npm yet.** `@nimbus-dev/mcp` has no release-please entry and no publish
> workflow — registry submission is deliberately deferred to a release activity. The `npm` / `npx`
> instructions below are what you will use **once it is published**; until then, use
> [Running from a local checkout](#running-from-a-local-checkout).

Run it directly, without a global install, from your MCP client's config (see below), or install it
explicitly:

```bash
npm install -g @nimbus-dev/mcp
```

## Quickstart

Add `nimbus-mcp` as a command in your MCP client's server configuration, for example:

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

### Running from a local checkout

Until the package is published, point your MCP client straight at the launcher's entry point in a
clone of the [Nimbus](https://github.com/nimbus-agent/Nimbus) repository. Use absolute paths — an
editor-spawned MCP server does not inherit your shell's working directory:

```json
{
  "mcpServers": {
    "nimbus": {
      "command": "bun",
      "args": ["/absolute/path/to/nimbus-mcp/src/index.ts"]
    }
  }
}
```

If you already have the Nimbus CLI installed, you can skip the launcher altogether and have your
client run `nimbus mcp-server --stdio` directly — the launcher exists only to find that binary for
you.

### How the binary is found

The launcher looks for the Nimbus binary in this order:

1. `NIMBUS_BIN` — an explicit full path to the binary, if set. A `NIMBUS_BIN` that points at a
   non-existent file is reported as an error, never silently ignored.
2. `PATH` — the first `nimbus` (or `nimbus.exe` on Windows) found on your `PATH`.
3. Known per-platform install directories, the installer's own output directory first:
   `%LOCALAPPDATA%\Programs\Nimbus\bin` on Windows, `~/.local/bin` on macOS and Linux, then
   `/opt/homebrew/bin` and `/usr/local/bin` (macOS) or `/usr/local/bin` and `/usr/bin` (Linux).

Step 3 is what carries a GUI-launched editor on macOS, which typically spawns MCP servers without
your shell's `PATH`. If none of those resolve, the launcher exits with a message naming the fix —
never a bare exit code.

### Environment variables

- `NIMBUS_BIN` — override the resolved binary path. Point it at the exact Nimbus CLI executable.
- `NIMBUS_MCP_TIMEOUT_MS` — how long the Nimbus **CLI's MCP adapter** waits for an agent brief
  before returning a clean timeout error; it defaults to 60 s. Lower it when your editor's own MCP
  transport timeout is shorter, so the tool reports a timeout instead of having the call severed
  underneath it. This is the adapter's own budget — the gateway imposes no such timeout. It is read
  by the underlying `nimbus mcp-server` process, which this launcher execs with your environment
  inherited unchanged.

## See also

- [`docs/architecture.md`](https://github.com/nimbus-agent/Nimbus/blob/main/docs/architecture.md) —
  Nimbus subsystem design and the MCP connector standard.
- The gateway's `mcp-server` command, in the main [Nimbus](https://github.com/nimbus-agent/Nimbus)
  repository (`packages/gateway`, `packages/cli`) — this package launches it, but does not contain
  or license it.

## License

MIT — see [`LICENSE`](./LICENSE). Note that the Nimbus gateway and CLI this launcher execs are
licensed separately under AGPL-3.0.

What people ask about nimbus-mcp

What is nimbus-agent/nimbus-mcp?

+

nimbus-agent/nimbus-mcp is mcp servers for the Claude AI ecosystem. Launcher for the Nimbus MCP server — exposes your local Nimbus index and agents to any MCP client. It has 0 GitHub stars and its last recorded update is dated 2026-08-20.

How do I install nimbus-mcp?

+

You can install nimbus-mcp by cloning the repository (https://github.com/nimbus-agent/nimbus-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is nimbus-agent/nimbus-mcp safe to use?

+

Our security agent has analyzed nimbus-agent/nimbus-mcp and assigned a Trust Score of 87/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.

Who maintains nimbus-agent/nimbus-mcp?

+

nimbus-agent/nimbus-mcp is maintained by nimbus-agent. The last recorded GitHub activity is dated 2026-08-20, with 1 open issues.

Are there alternatives to nimbus-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy nimbus-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: nimbus-agent/nimbus-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/nimbus-agent-nimbus-mcp)](https://claudewave.com/repo/nimbus-agent-nimbus-mcp)
<a href="https://claudewave.com/repo/nimbus-agent-nimbus-mcp"><img src="https://claudewave.com/api/badge/nimbus-agent-nimbus-mcp" alt="Featured on ClaudeWave: nimbus-agent/nimbus-mcp" width="320" height="64" /></a>

More MCP Servers

nimbus-mcp alternatives