CLI tool to install Heurist SSE MCP tools
npm install heurist-mcp-cliCLI tool to install Heurist MCP tools into compatible clients.
``bash`
npx -y heurist-mcp-clior
bunx heurist-mcp-clior
pnpm dlx heurist-mcp-cli
`bash`
npx -y heurist-mcp-cli
- : The full URL of the Heurist MCP tool, or just the short tool ID (e.g., 0f1234de).
- : Your API key for verification.[client]
- (optional): Specify a client (claude, windsurf, cursor, vscode, vscode-insiders). If omitted, you will be prompted to select one from the detected clients.
Example:
`bash`
npx -y heurist-mcp-cli 0f1234de your_api_key_here cursor
`bash`
npx -y heurist-mcp-cli list
Lists clients where the tool can be installed.
- Claude Desktop
- Windsurf (Codeium)
- Cursor
- VS Code
- VS Code Insiders
1. Clone the repo.
2. npm install or bun install or pnpm installnpm run start
3. or bun run start or pnpm run start`