@wtt-solutions/cursor
v1.0.9
Published
CLI to copy bundled .cursor rules and run Context7 setup.
Readme
@wtt-solutions/cursor
CLI to bootstrap Cursor project setup.
How it works
- Copies package
.cursor/*into<project-root>/.cursor/*. - Ensures
<project-root>/.cursorignoreincludes.cursorand.env. - Runs
npx --yes ctx7 setup --cursor --mcp --oauth.
Usage
Run in the target project root:
npx --yes --package @wtt-solutions/cursor wtt-cursor initOr with pnpm:
pnpm dlx @wtt-solutions/cursor initThis form avoids command name collisions with local cursor executables.
After install, check:
ls -la .cursorContext7 notes
- API key recommended: get a free key at https://context7.com/dashboard for higher rate limits.
- Manual MCP endpoint (if needed):
https://mcp.context7.com/mcp
