{
"mcpServers": {
"spm": {
"args": [
"x",
"ubi:simpleswift/spm-mcp@latest",
"--",
"spm-mcp"
],
"command": "mise"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A Model Context Protocol (MCP) server that provides automation capabilities using Swift Package Manager (SPM).
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
MIT. View license →
Is it maintained?
Last commit 337 days ago. 6 stars.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.
An open-source AI agent that brings the power of Gemini directly into your terminal.
The full-stack TypeScript framework to build, test, and deploy production-ready MCP servers and AI-native apps.
Open-source persistent memory for AI agent pipelines (LangGraph, CrewAI, AutoGen) and Claude. REST API + knowledge graph + autonomous consolidation.
MCP Security Weekly
Get CVE alerts and security updates for Spm Mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
# SPM-MCP
A Model Context Protocol (MCP) server that provides automation capabilities using Swift Package Manager (SPM).
## Config
### Mise
```json
{
"mcpServers": {
"spm": {
"command": "mise",
"args": ["x", "ubi:simpleswift/spm-mcp@latest", "--", "spm-mcp"]
}
}
}
```
## Development
### Swift Package Manager
```bash
swift package resolve
swift build
swift run
```
### Generate `.xcworkspace`
1. Install Tuist
```bash
mise install tuist
```
2. Generate the workspace
```bash
tuist generate
```
## License
MIT License. See [LICENSE](https://github.com/KeithBird/spm-mcp?tab=MIT-1-ov-file#readme) for details.