pi-cursor-bridge
Windows only. Use Cursor Context Engine and bounded, explicitly continuous Cursor Agent execution from the Pi coding agent.
Package details
Install pi-cursor-bridge from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:pi-cursor-bridge- Package
pi-cursor-bridge- Version
0.2.5- Published
- Sep 22, 2026
- Downloads
- 3,191/mo · 390/wk
- Author
- flyingmoonc
- License
- MIT
- Types
- extension, skill
- Size
- 1.3 MB
- Dependencies
- 1 dependency · 0 peers
Pi manifest JSON
{
"skills": [
"./skills/cce-routing",
"./skills/cursor-delegate"
],
"extensions": [
"./extensions/index.ts"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
Cursor Bridge for Pi
Windows only: Cursor Bridge currently supports Windows only. macOS and Linux are not supported or covered by end-to-end acceptance.
Use Cursor's project index and Agent search from Pi, with compact path:line evidence and optional bounded Cursor task execution.
⭐ If Cursor Bridge helps you, please consider giving it a Star on GitHub—it helps others discover the project.
pi install npm:pi-cursor-bridge
Restart Pi after installation. Initialize the current project by asking Pi to initialize Cursor Bridge for the absolute project path, then use it normally. The package includes the cce-routing and cursor-delegate Skills and registers the native Cursor Bridge MCP tools directly in Pi.
Pi wrapper 0.2.5 embeds Cursor Bridge 6.0.5, including Cursor 3.21 model-provider alias matching and reasoning_effort verification for Grok 4.7/high. Its result contract returns a compact receipt for background cursor_do work: poll cursor_status(task_id) normally, retrieve the terminal raw reply with cursor_status(task_id, detail="result"), check isError before using its content, and use detail="full" only when diagnostics are needed. Cursor must be installed and signed in. Current end-to-end compatibility claims remain scoped to the environments documented in the main repository.