CLIconfig
mcp
Configure the jsrepo MCP server for your environment.
jsrepo config mcpUsage
Configure the jsrepo MCP server. You will be prompted to select which clients to configure:
jsrepo config mcpYou 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 cursorConfigure multiple clients:
jsrepo config mcp --client cursor vscodeConfigure all supported MCP clients:
jsrepo config mcp --allOptions
--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 cursorConfigure multiple clients:
jsrepo config mcp --client cursor vscode--cwd
The current working directory:
jsrepo config mcp --cwd ./my-project