MCP.so
ログイン

SPM-MCP

@simpleswift

SPM-MCP について

Swift Package Manager MCP Server written in Swift

基本情報

カテゴリ

その他

ライセンス

MIT

ランタイム

swift

トランスポート

stdio

公開者

simpleswift

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "spm": {
      "command": "mise",
      "args": [
        "x",
        "ubi:simpleswift/spm-mcp@latest",
        "--",
        "spm-mcp"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is SPM-MCP?

SPM-MCP is a Model Context Protocol (MCP) server that provides automation capabilities using Swift Package Manager (SPM).

How to use SPM-MCP?

Configure SPM-MCP in your MCP client by adding the provided JSON configuration, which uses mise to run the server via the ubi:simpleswift/spm-mcp@latest tool.

Key features of SPM-MCP

  • MCP server for Swift Package Manager automation.
  • Runs via mise and ubi for easy installation.
  • MIT licensed.

Use cases of SPM-MCP

FAQ from SPM-MCP

コメント

「その他」の他のコンテンツ