pi-cursor-bridge
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.2- Published
- Sep 13, 2026
- Downloads
- 2,598/mo · 656/wk
- Author
- flyingmoonc
- License
- MIT
- Types
- extension, skill
- Size
- 1.2 MB
- Dependencies
- 1 dependency · 0 peers
Pi manifest JSON
{
"extensions": [
"./extensions/index.ts"
],
"skills": [
"./skills/cce-routing",
"./skills/cursor-delegate"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
Cursor Bridge for Pi
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.2 embeds Cursor Bridge 6.0.2, including explicit request provenance for CCE and delegated tasks. 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.