CLIconfig

mcp

Configure the jsrepo MCP server for your environment.

jsrepo config mcp

Usage

Configure the jsrepo MCP server. You will be prompted to select which clients to configure:

jsrepo config mcp

You will be prompted to select which clients you want to configure:

◆  Which clients would you like to configure?
│  ■ Cursor
│  □ Claude Code
│  □ VS Code
│  □ Codex

Configure a specific client:

jsrepo config mcp --client cursor

Configure multiple clients:

jsrepo config mcp --client cursor vscode

Configure all supported MCP clients:

jsrepo config mcp --all

Options

--all

Configure all supported MCP clients:

jsrepo config mcp --all

--client

The MCP client(s) to configure. Supported clients: cursor, claude, vscode, codex:

jsrepo config mcp --client cursor

Configure multiple clients:

jsrepo config mcp --client cursor vscode

--cwd

The current working directory:

jsrepo config mcp --cwd ./my-project