MCP Directory

codebase-memory-mcp vs MCP Server for iOS Simulator (idb)

A side-by-side comparison of two Developer Tools servers — tools, transport, auth, maintenance, and copy-paste config for each.

 codebase-memory-mcp

Code intelligence engine that indexes repos into a persistent knowledge graph for AI coding agents.

Unverified
stdio (local)
No auth
C
MCP Server for iOS Simulator (idb)

Control iOS simulators with natural-language commands from your LLM, powered by Facebook's idb.

Unverified
stdio (local)
No auth
TypeScript
CategoryDeveloper ToolsDeveloper Tools
LanguageCTypeScript
Transportstdio (local)stdio (local)
AuthNoneNone
GitHub stars16k306
Last commit1 month ago6 months ago
Verified
Actively maintained
Installcurl -fsSL https://raw.githubusercontent.com/DeusData/codebase-memory-mcp/main/install.sh | bashgit clone https://github.com/InditexTech/mcp-server-simulator-ios-idb.git && cd mcp-server-simulator-ios-idb && npm install && npm run build
RepoOpen Open

Verdict

Pick codebase-memory-mcp if you prefer the more popular, battle-tested option, and you need the broadest set of tools.

Pick MCP Server for iOS Simulator (idb) if you prefer its approach (control ios simulators with natural-language commands from your llm, powered by facebook's idb).

Add codebase-memory-mcp

Install / run
curl -fsSL https://raw.githubusercontent.com/DeusData/codebase-memory-mcp/main/install.sh | bash

Paste into ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "codebase-memory-mcp": {
      "command": "/path/to/codebase-memory-mcp",
      "args": []
    }
  }
}

Add MCP Server for iOS Simulator (idb)

Install / run
git clone https://github.com/InditexTech/mcp-server-simulator-ios-idb.git && cd mcp-server-simulator-ios-idb && npm install && npm run build

Paste into ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "mcp-server-for-ios-simulator-idb": {
      "command": "node",
      "args": [
        "/path/to/mcp-server-simulator-ios-idb/dist/index.js"
      ]
    }
  }
}

FAQ

codebase-memory-mcp or MCP Server for iOS Simulator (idb) — which is better?

Pick codebase-memory-mcp if you prefer the more popular, battle-tested option, and you need the broadest set of tools. Pick MCP Server for iOS Simulator (idb) if you prefer its approach (control ios simulators with natural-language commands from your llm, powered by facebook's idb).

Can I use both codebase-memory-mcp and MCP Server for iOS Simulator (idb)?

Yes — MCP clients let you enable multiple servers at once. Add both configs to your client's mcpServers and use whichever tool fits the task.

Do codebase-memory-mcp and MCP Server for iOS Simulator (idb) work with Claude, Cursor and Windsurf?

Both do. Copy the per-client config below into Claude Desktop, Cursor, or Windsurf.