Configuring SushiMCP

The easiest way to get started with SushiMCP is to register with default settings, but you can also customize your registration via registration args.

Registering SushiMCP

Paste the following config into your mcp_config.json file and reload your editor.

mcp_config.json
1{
2  "mcpServers": {
3    "sushimcp": {
4      "command": "npx",
5      "args": [
6        "@chriswhiterocks/sushimcp@latest"
7      ]
8    }
9  }
10}

Registration Arguments

Source Precedence

The server loads and potentially overrides sources in the following order:

  • 1. Defaults

    If --no-defaults is not specified, internal default sources are loaded first.

  • 2. --url arguments

    Sources specified individually via --url are loaded next. If a name matches one from the defaults, the --url source overrides the default.

  • 3. --urls argument

    Sources specified via the --urls string are loaded last. If a name matches one from the defaults or a previous --url argument, the --urls source overrides it.

Specific instructions for the most popular editors and extensions:

Global Rules

Update your global rules:

Use SushiMCP to fetch any available documentation for technologies, packages, or libraries used in this project.

Feature Request

Have a feature idea you want added? Submit a request.

On this page