@gitwork/gw
v0.1.0
Published
Gitwork CLI: login and setup managed Memgrep + Career Ops agents
Readme
@gitwork/gw
Gitwork CLI for managed Memgrep + Career Ops.
Requires Pro (or Pro waitlist) and an API key with scope memgrep:manage.
One-liner
npx @gitwork/gw login --key gw_live_...
npx @gitwork/gw setup agentsAfter a global install, the bin is gw:
npm i -g @gitwork/gw
gw setup agentsNode 20+.
The unscoped npm name
gwis already taken by an unrelated package, so use@gitwork/gw.
Commands
npx @gitwork/gw login --key gw_live_...
npx @gitwork/gw whoami
npx @gitwork/gw setup agents
npx @gitwork/gw setup agents --printEnv overrides: GITWORK_API_KEY, GITWORK_API_BASE (default https://gitwork.dev).
What setup writes
Project-local .cursor/mcp.json:
{
"mcpServers": {
"gitwork-memgrep": {
"url": "https://memgrep-hub.uigen.cloud/ws/...",
"headers": { "Authorization": "Bearer ..." }
}
}
}Other MCP servers in that file are left alone.
Publish (maintainers)
- Create the free npm org gitwork while logged in as an owner:
https://www.npmjs.com/org/create
Organization name:gitwork(scope becomes@gitwork). - Add teammates as needed:
npm org set member USERNAME gitwork - From this package:
cd packages/gw
npm run build
npm publish --access publicLater releases: npm version patch && npm publish --access public.
