Skip to main content
Glama

XcodeBuildMCP

launch.json1.45 kB
{ "version": "0.2.0", "configurations": [ { "type": "node", "request": "attach", "name": "Wait for MCP Server to Start", "port": 9999, "address": "localhost", "restart": true, "skipFiles": [ "<node_internals>/**" ], "sourceMaps": true, "outFiles": [ "${workspaceFolder}/build/**/*.js" ], "cwd": "${workspaceFolder}", "sourceMapPathOverrides": { "/*": "${workspaceFolder}/src/*" }, "timeout": 60000, "localRoot": "${workspaceFolder}", "remoteRoot": "${workspaceFolder}" }, { "type": "node", "request": "launch", "name": "Launch MCP Server Dev", "program": "${workspaceFolder}/build/index.js", "cwd": "${workspaceFolder}", "runtimeArgs": [ "--inspect=9999" ], "env": { "XCODEBUILDMCP_DEBUG": "true", "XCODEBUILDMCP_DYNAMIC_TOOLS": "true", "INCREMENTAL_BUILDS_ENABLED": "false", "XCODEBUILDMCP_IOS_TEMPLATE_PATH": "/Volumes/Developer/XcodeBuildMCP-iOS-Template", "XCODEBUILDMCP_MACOS_TEMPLATE_PATH": "/Volumes/Developer/XcodeBuildMCP-macOS-Template" }, "sourceMaps": true, "outFiles": [ "${workspaceFolder}/build/**/*.js" ], "skipFiles": [ "<node_internals>/**" ], "sourceMapPathOverrides": { "/*": "${workspaceFolder}/src/*" } } ] }

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/cameroncooke/XcodeBuildMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server