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
PRIVACY.md•580 B
# Privacy
XcodeBuildMCP uses Sentry for error monitoring and diagnostics. This helps track crashes and unexpected errors to improve reliability.
## What is sent to Sentry
- Error-level logs and diagnostic information only.
- Error logs may include error messages, stack traces, and in some cases file paths or project names.
## Opting out
To disable error telemetry, set:
```json
"env": {
"XCODEBUILDMCP_SENTRY_DISABLED": "true"
}
```
## Related docs
- Configuration options: [CONFIGURATION.md](CONFIGURATION.md)
- Troubleshooting: [TROUBLESHOOTING.md](TROUBLESHOOTING.md)