@open-mcp/config
v0.0.3
Published
## Adding a server to your MCP client
Readme
@open-mcp/config
Adding a server to your MCP client
Claude desktop
npx @open-mcp/config add {server-id}\
~/Library/Application\ Support/Claude/claude_desktop_config.json\
--ENV_VAR=abc123Cursor
Run this from the root of your project directory or, to add to all cursor projects, run it from your home directory ~.
npx @open-mcp/config add {server-id}\
.cursor/mcp.json\
--ENV_VAR=abc123Other
npx @open-mcp/config add {server-id}\
/path/to/config.json\
--ENV_VAR=abc123Removing a server from your MCP client
Claude desktop
npx @open-mcp/config remove {server-id}\
~/Library/Application\ Support/Claude/claude_desktop_config.jsonCursor
npx @open-mcp/config remove {server-id}\
.cursor/mcp.jsonOther
npx @open-mcp/config remove {server-id}\
/path/to/config.json