ibm-bob-cursor-bridge
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ibm-bob-cursor-bridgeAsk Bob to help me implement a new feature for user authentication."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
IBM Bob → Cursor MCP Bridge
MCP-Server, der IBM Bob Shell als Tools für Cursor bereitstellt.
Ausführliche Dokumentation: docs/README.md — Einrichtung, IBM-i-MCP-Integration, Beispiele (TASA001F01, DDSHOPBES.CSV).
Voraussetzungen
Node.js 18+
Bob Shell (
bob --version, aktuell 1.0.6 auf vm88)BOBSHELL_API_KEYfür non-interactive Aufrufe
Related MCP server: macOS Shell MCP Server
Installation
git clone
cd ./bob-cursor-mcp
npm install
npm run buildCursor einrichten
Die Projekt-Konfiguration liegt in .cursor/mcp.json. Ergänzen Sie dort den API-Key:
{
"mcpServers": {
"ibm-bob": {
"command": "node",
"args": ["./bob-cursor-mcp/dist/index.js"],
"env": {
"BOBSHELL_API_KEY": "<Ihr-Key>",
"BOB_BIN": "~/.local/bin/bob"
}
}
}
}Danach in Cursor: Settings → Tools & MCP → Server ibm-bob aktivieren.
Alternativ können Sie .env.example nach .env kopieren und den Key dort setzen — für Cursor MCP muss der Key jedoch in mcp.json oder der globalen MCP-Konfiguration stehen.
MCP-Tools
Tool | Beschreibung |
| Healthcheck: installierte Bob-Version |
| Aufgabe an Bob delegieren (Modi: plan, code, advanced, ask) |
| Bob-Sessions des Projekts auflisten |
| Session fortsetzen und Follow-up-Prompt senden |
bob_prompt und bob_resume_session nutzen standardmäßig den Modus advanced (MCP-Tools inkl. IBM i). Über BOB_DEFAULT_CHAT_MODE oder das Tool-Argument mode änderbar.
bob_prompt und bob_resume_session nutzen --approval-mode=auto_edit: Datei-Edits werden automatisch genehmigt, Shell-Befehle weiterhin von Bob bestätigt.
Beispiel (Agent-Chat)
Nutze
bob_version, dannbob_promptim Modusask: Was ist 2+2?
Umgebungsvariablen
Variable | Default | Beschreibung |
| — | Pflicht für Prompt/Resume |
|
| Pfad zur Bob-CLI |
|
| Standard-Modus für |
| Cursor-Projekt / | Standard-Arbeitsverzeichnis |
|
| Timeout pro Bob-Aufruf |
Smoke-Test
npm run build
node scripts/smoke-test.mjsArchitektur
Cursor Agent → MCP (stdio) → dieser Server → bob CLI → IBM Bob Shell
Bob bleibt MCP-Client; dieser Server ist die Brücke in die andere Richtung (Cursor → Bob).
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceFacilitates 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.Last updated2139MIT
- Flicense-qualityDmaintenanceEnables shell command execution on macOS with session management, background processes, caching, and semantic search via Voyage AI.Last updated2
- Alicense-qualityCmaintenanceEnables Cursor IDE to interact with Tealfabric platform, allowing management of webapps, processes, and documents through natural language.Last updated2Apache 2.0
- Alicense-qualityDmaintenanceEnables Claude.ai to interact with the Cursor editor to read files, write code, get selections, and more.Last updated121MIT
Related MCP Connectors
The team layer for AI coding agents: shared contracts, collision alerts, E2EE sessions.
Run AI customer support from your terminal: conversations, knowledge base, and chat widget.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dtrywets/bob-cursor-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server