Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Swift Package Manager Dependencies

БесплатноНе проверен

Provides access to Swift Package Manager dependencies in Xcode and SPM projects with tools to search dependency source code, browse files, and list packages wit

GitHubEmbed

Описание

Provides access to Swift Package Manager dependencies in Xcode and SPM projects with tools to search dependency source code, browse files, and list packages with their versions and locations.

README

An MCP server for searching and exploring SPM dependencies in your Xcode and SPM projects.

The code of your SPM dependencies is located in hidden folders, often in other directories (DerivedData etc). Coding agents cannot easily access it, were they to need it. This MCP solves this gap.

Configuration

{
  "mcpServers": {
    "spm-dependencies": {
      "command": "npx",
      "args": ["-y", "@getcmd/spm-dependencies-mcp"]
    }
  }
}

Tools

  • list_dependencies lists the dependencies used by a project/package, which version they resolve to, and where to find them on disk
  • search search over dependencies with ripgrep. Arbitrary parameters can be forwarded to ripgrep.
  • list-files list within dependencies
  • read search a file within the dependencies with sed. Arbitrary parameters can be forwarded to sed.

CLI Usage

The tools made available through the MCP server can be directly access in a CLI:

$ npx -y @getcmd/spm-dependencies-mcp --help

Search Swift Package Manager dependencies

Usage: spm-dependencies-mcp [COMMAND]

Commands:
  list-dependencies  List all dependencies for a Swift project
  search             Search through dependencies using ripgrep
  list-files         List files in a dependency
  read               Read a file from a dependency using sed
  help               Print this message or the help of the given subcommand(s)

Options:
  -h, --help     Print help
  -V, --version  Print version

from github.com/getcmd-dev/spm-dependencies-mcp

Установка Swift Package Manager Dependencies

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/getcmd-dev/spm-dependencies-mcp

FAQ

Swift Package Manager Dependencies MCP бесплатный?

Да, Swift Package Manager Dependencies MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Swift Package Manager Dependencies?

Нет, Swift Package Manager Dependencies работает без API-ключей и переменных окружения.

Swift Package Manager Dependencies — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Swift Package Manager Dependencies в Claude Desktop, Claude Code или Cursor?

Открой Swift Package Manager Dependencies на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Swift Package Manager Dependencies with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development