1) Verify local setup
swift run agentglass doctor
swift run agentglass setup --boot-first-available
swift run agentglass license-status
Use this page for copy-paste setup with Claude Desktop, Cursor, and Windsurf. Run doctor/setup first, then attach the MCP server in your client.
swift run agentglass doctor
swift run agentglass setup --boot-first-available
swift run agentglass license-status
export AGENTGLASS_LICENSE_VERIFY_URL="https://license-api.example.com/v1/license/verify" export AGENTGLASS_LICENSE_PUBLIC_KEY_BASE64="<ed25519-public-key-base64>" export AGENTGLASS_TELEMETRY_URL="https://license-api.example.com/v1/telemetry/events" export AGENTGLASS_TELEMETRY_WRITE_KEY="<optional-write-key>" swift run agentglass license-activate --key AG-XXXX-XXXX
swift run agentglass-mcp
Claude Desktop
Config path: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"agentglass": {
"command": "swift",
"args": [
"run",
"--package-path",
"/Users/you/Github/AgentGlass",
"agentglass-mcp"
]
}
}
}
Cursor / Windsurf
Open MCP settings JSON, then paste/merge:
{
"mcpServers": {
"agentglass": {
"command": "swift",
"args": [
"run",
"--package-path",
"/Users/you/Github/AgentGlass",
"agentglass-mcp"
]
}
}
}
tools/listtools/call with name: health_checktools/call with name: list_simulatorsstructuredContent.error.code and structuredContent.error.contractVersion