Skip to content

Add a stdio MCP

  1. Open Configure → Add MCP

Add MCP dialog with name, command or URL, Test, and Save

  1. Set a name
  2. In Command or MCP URL, paste the command (for example npx or a full binary path)
  3. Add extra args one per line if needed
  4. Put secrets as KEY=value lines under env — values go in the OS keychain
  5. Click Test, then Save

Sumeru starts the process with argv only (no shell). PATH and HOME are passed through; other env vars must be listed explicitly.