indusmcp
v0.1.7
Published
IndusMCP CLI — search and install MCP servers locally. Credentials stay on your machine.
Maintainers
Readme
indusmcp
Search and install MCP servers locally. Credentials stay on your machine.
npx indusmcp search filesystem
npx indusmcp install io.github.modelcontextprotocol/memory --client claude
npx indusmcp list --client claude
npx indusmcp doctorOr install globally and call the binary directly:
npm install -g indusmcp
indusmcp search filesystemSupported clients: claude (Claude Desktop), claude-code, cursor, vscode, indusagi.
How it works
- Searches and reads server records from the IndusMCP registry (
https://www.indusmcp.com/api/v0) over plain HTTP. - For an
npmserver: writes{ command: "npx", args: ["-y", <package>, ...args] }into the client's config. - For a
pypiserver: writes{ command: "uvx", args: [<package>, ...args] }. - Prompts for any required
environmentVariablesandpackageArgumentsdeclared in the server record. - Existing config files are backed up to
~/.indusmcp/backups/before write.
No telemetry. No login. No secrets sent to the registry.
Point at a different registry
Set INDUSMCP_REGISTRY to override (e.g. for self-hosted mirrors or local development):
INDUSMCP_REGISTRY=http://localhost:3000/api/v0 npx indusmcp search memoryLocal development
pnpm install
pnpm dev -- search filesystem
pnpm build && node dist/index.js doctorLicense
MIT.
