We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mattt/iMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
Info.plist•833 B
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>LSMultipleInstancesProhibited</key>
<true/>
<key>NSBonjourServices</key>
<array>
<string>_mcp._tcp</string>
</array>
<key>NSCalendarsFullAccessUsageDescription</key>
<string>${PRODUCT_NAME} needs access to provide event information to the MCP server.</string>
<key>NSRemindersFullAccessUsageDescription</key>
<string>${PRODUCT_NAME} needs access to provide reminders information to the MCP server.</string>
<key>SUEnableInstallerLauncherService</key>
<true/>
<key>SUFeedURL</key>
<string>https://downloads.imcp.app/appcast.xml</string>
<key>SUPublicEDKey</key>
<string>+2ibtYfPSNKpUJsn1R9Ywc1GnjQA5vemVN95d0EzGxg=</string>
</dict>
</plist>