mcp-config
Version:
CLI client to edit MCP server configurations
17 lines (16 loc) • 416 B
JSON
{
"name": "xcode-mcp-server",
"url": "https://github.com/r-huijts/xcode-mcp-server",
"description": "Xcode integration for project management, file operations, and build automation",
"command": "npx",
"args": {
"fixed": ["-y", "xcode-mcp-server"],
"configurable": []
},
"env": [
{
"name": "PROJECTS_BASE_DIR",
"description": "Path to the Xcode project or workspace"
}
]
}