@governmyai/setup
v0.1.3
Published
GovernMy.ai MCP setup wizard — one command to configure Claude Desktop, Cursor, and the Claude Code CLI
Downloads
548
Maintainers
Readme
@governmyai/setup
One-command MCP setup for GovernMy.ai. Configures Claude Desktop, Cursor, and the Claude Code CLI to query the regulatory rules engine.
Usage
npx @governmyai/setupThe wizard:
- Asks for your GovernMy API key (get one at https://governmy.ai/developers). You can skip this and fill in the placeholder later.
- Detects which MCP clients are installed on this machine (Claude Desktop, Cursor, Claude Code CLI).
- Writes a
governmyentry into each client'smcpServersconfig — preserving every other server you already have configured. - Prints a restart hint and a sample prompt.
Non-interactive flags
npx @governmyai/setup --api-key=ooa_live_xxx --clients=claude_desktop --yes
npx @governmyai/setup --skip-key --yes
npx @governmyai/setup --api-url=https://api.governmy.ai --api-key=ooa_live_xxxSupported config locations
| Client | Path |
|---|---|
| Claude Desktop (macOS) | ~/Library/Application Support/Claude/claude_desktop_config.json |
| Claude Desktop (Windows) | %APPDATA%\Claude\claude_desktop_config.json |
| Claude Desktop (Linux) | ~/.config/Claude/claude_desktop_config.json |
| Cursor | Cursor/User/mcp.json under the standard user-config dir |
| Claude Code CLI | ~/.claude/mcp.json |
What it doesn't do
This wizard is deliberately minimal:
- No browser redirect. No OAuth. No backend handshake.
- No telemetry.
- No auto-install of other npm packages.
- No rewrite of existing MCP server entries.
It's pure config injection.
Try it out
After restart, ask your client:
What EU AI Act obligations apply to a high-risk hiring AI deployed in the EU?
License
MIT
