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: Interactive Shell MCP
Installation
cd /home/ladwein/netzlaufwerke/prodesk-workspaces/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": ["/home/ladwein/netzlaufwerke/prodesk-workspaces/bob-cursor-mcp/dist/index.js"],
"env": {
"BOBSHELL_API_KEY": "<Ihr-Key>",
"BOB_BIN": "/home/ladwein/.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).
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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