ibm-bob-cursor-bridge
Related Servers
Alternatives to ibm-bob-cursor-bridge
No user-submitted related servers found.
Related Servers
- AlicenseAqualityDmaintenanceProvides workspace-scoped file operations and command execution tools for building Cursor-style agents, along with system prompts and tool definitions for LLM integration.544 PyPIMIT
- FlicenseNot gradedqualityDmaintenanceEnables shell command execution on macOS with session management, background processes, caching, and semantic search via Voyage AI.2-
- AlicenseNot gradedqualityDmaintenanceFacilitates integration with the Cursor code editor by enabling real-time code indexing, analysis, and bi-directional communication with Claude, supporting concurrent sessions and automatic reconnection.7 npm39MIT
- AlicenseNot gradedqualityDmaintenanceEnables Claude.ai to interact with the Cursor editor to read files, write code, get selections, and more.14 npm1MIT
- AlicenseBqualityCmaintenanceEnables Cursor IDE to interact with Tealfabric platform, allowing management of webapps, processes, and documents through natural language.262Apache 2.0
- AlicenseNot gradedqualityBmaintenanceEnables local file editing, terminal commands, and durable session management for ChatGPT.MIT
TDQS
Scored across 4 tools
Each tool has a clear, distinct purpose: running a new prompt, resuming an existing session, listing sessions, and checking version. The overlap between bob_prompt and bob_resume_session is resolved by the explicit new-vs-resume distinction.
All tools share the 'bob_' prefix, but the second part mixes noun forms (prompt, version) with verb_noun forms (list_sessions, resume_session). The pattern is readable and predictable, though not uniformly verb_noun.
With 4 tools, the server is well-scoped for its purpose, covering the core operations without unnecessary complexity or bloat.
The set covers running a prompt, resuming a session, listing sessions, and checking version. Minor gaps exist, such as no explicit session termination or detailed session inspection, but the core lifecycle is represented.