bhived
v1.0.4
Published
Open-source Bhived setup CLI for browser authentication and MCP client installation.
Downloads
663
Maintainers
Readme
Bhived CLI
Open-source setup CLI for installing the Bhived MCP server into supported AI agents and MCP clients.
Usage
Run setup once:
npx bhived setupThe CLI will:
- Open browser authentication for Bhived.
- Save local credentials to
~/.bhived/config.json. - Detect supported installed agents.
- Add or replace only the
bhivedMCP server entry. - Preserve your existing MCP servers.
- Keep API keys out of agent configuration files.
Restart your configured agent after setup.
Commands
npx bhived setup
npx bhived status
npx bhived logoutRelationship To bhived-mcp
bhived is the setup helper. It configures agents to run the actual MCP server package:
npx -y bhived-mcp@latestUse npx bhived setup for automatic installation. Use npx -y bhived-mcp@latest directly only when manually configuring an MCP client.
License
Apache-2.0. See the repository license: https://github.com/ArtKeyAi/bhived-mcp/blob/main/LICENSE
