About spm-mcp
spm-mcp is an MCP server published by simpleswift in the Developer Tools category: iOS Swift Package Manager server written in Swift. It has been installed 0 times through Conduid.
Install
npx spm-mcpThis server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.
Ask AI
Ask AI about spm-mcp
Powered by Claude · Grounded in docs
Security checks
- ·README presentNot checked yet.
- ·License declaredNot checked yet.
- ·Tests presentNot checked yet.
- ·Dependencies pinnedNot checked yet.
- ·No dynamic code executionNot checked yet.
- !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.
Releases
README
SPM-MCP
A Model Context Protocol (MCP) server that provides automation capabilities using Swift Package Manager (SPM).
Config
Mise
{
"mcpServers": {
"spm": {
"command": "mise",
"args": ["x", "ubi:simpleswift/spm-mcp@latest", "--", "spm-mcp"]
}
}
}
Development
Swift Package Manager
swift package resolve
swift build
swift run
Generate .xcworkspace
- Install Tuist
mise install tuist
- Generate the workspace
tuist generate
License
MIT License. See LICENSE for details.
README mirrored from the source repository 2 days ago. The original is authoritative.