Skip to main content
Glama

xcode-mcp-server (drewster99)

by drewster99
pyproject.toml1.19 kB
[build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "xcode-mcp-server" dynamic = ["version"] description = "Drew's MCP server for Xcode integration" readme = "README.md" requires-python = ">=3.8" license = {text = "MIT"} authors = [ {name = "Andrew Benson", email = "db@nuclearcyborg.com"}, ] keywords = ["mcp", "xcode", "server"] classifiers = [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", ] dependencies = [ "mcp[cli]>=1.2.0", ] [project.scripts] xcode-mcp-server = "xcode_mcp_server:main" [tool.hatch.version] path = "xcode_mcp_server/__init__.py" [tool.uv] dev-dependencies = [] [project.urls] Homepage = "https://github.com/drewster99/xcode-mcp-server" Repository = "https://github.com/drewster99/xcode-mcp-server" Issues = "https://github.com/drewster99/xcode-mcp-server/issues"

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/drewster99/xcode-mcp-server'

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