Skip to main content
Glama

Xcode Index MCP

by block
Package.swift644 B
// swift-tools-version:5.5 import PackageDescription let package = Package( name: "IndexStoreMCPService", platforms: [ .macOS(.v12) ], dependencies: [ .package(url: "https://github.com/apple/indexstore-db.git", branch: "main"), ], targets: [ .executableTarget( name: "IndexStoreMCPService", dependencies: [ .product(name: "IndexStoreDB", package: "indexstore-db"), ], path: "Sources" ), .testTarget( name: "IndexStoreMCPServiceTests", dependencies: ["IndexStoreMCPService"] ) ] )

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/block/xcode-index-mcp'

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