PHPackages                             spryker-sdk/ai-dev - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. spryker-sdk/ai-dev

ActiveLibrary

spryker-sdk/ai-dev
==================

AiDev module

0.3.1(2mo ago)022.4k↓14.9%[1 PRs](https://github.com/spryker-sdk/ai-dev/pulls)1proprietaryPHPPHP &gt;=8.3CI passing

Since Dec 8Pushed 2mo agoCompare

[ Source](https://github.com/spryker-sdk/ai-dev)[ Packagist](https://packagist.org/packages/spryker-sdk/ai-dev)[ RSS](/packages/spryker-sdk-ai-dev/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (7)Dependencies (16)Versions (17)Used By (1)

AiDev Module
============

[](#aidev-module)

[![Latest Stable Version](https://camo.githubusercontent.com/b1b04df3d97cfc90f5784c899677387dac5547139f052daf2a2a110992835190/68747470733a2f2f706f7365722e707567782e6f72672f737072796b65722d73646b2f61692d6465762f762f737461626c652e737667)](https://packagist.org/packages/spryker-sdk/ai-dev)[![Minimum PHP Version](https://camo.githubusercontent.com/9c50dc780fa576f5c39b4feff00c05345c1471be0808881a09e750b91220dc54/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253345253344253230382e332d3838393242462e737667)](https://php.net/)

> **Experimental Module**: This module is experimental and not stable. There is no backward compatibility promise.

Connect your Spryker application to AI assistants through the Model Context Protocol (MCP).

Installation
------------

[](#installation)

```
composer require spryker-sdk/ai-dev --dev
docker/sdk console transfer:generate
```

Register the console commands in your `ConsoleDependencyProvider`:

```
use SprykerSdk\Zed\AiDev\Communication\Console\GeneratePromptsConsole;
use SprykerSdk\Zed\AiDev\Communication\Console\McpServerConsole;

protected function getConsoleCommands(Container $container): array
{
       if (class_exists(GeneratePromptsConsole::class)) {
           $commands[] = new GeneratePromptsConsole();
       }

       if (class_exists(McpServerConsole::class)) {
           $commands[] = new McpServerConsole();
       }
}
```

Quick Start
-----------

[](#quick-start)

Connect to AI assistants:

**Claude Code**

```
claude mcp add spryker-project  -- $(pwd)/docker/sdk console ai-dev:mcp-server -q
```

**Claude Desktop** - Add to `claude_desktop_config.json`:

```
{
  "mcpServers": {
    "spryker-ai-dev": {
      "command": "/path/to/your/project/docker/sdk",
      "args": ["console", "ai-dev:mcp-server", "-q"]
    }
  }
}
```

Prompts
-------

[](#prompts)

Prompts are auto-generated from the [Spryker Prompt Library](https://github.com/spryker-dev/prompt-library) on first run. To regenerate:

```
docker/sdk console ai-dev:generate-prompts
```

Documentation
-------------

[](#documentation)

For detailed setup, configuration, and extension points:

- [AI Dev Overview](https://docs.spryker.com/docs/dg/dev/ai/ai-dev/ai-dev-overview.html)
- [MCP Server Configuration](https://docs.spryker.com/docs/dg/dev/ai/ai-dev/ai-dev-mcp-server.html)

Debugging
---------

[](#debugging)

Use [MCP Inspector](https://modelcontextprotocol.io/docs/tools/inspector) to test your MCP server:

```
npx @modelcontextprotocol/inspector docker/sdk console ai-dev:mcp-server -q
```

Contribution
------------

[](#contribution)

We welcome contributions to improve this experimental module.

### How to Contribute

[](#how-to-contribute)

1. Fork the repository
2. Create a feature branch
3. Make your changes following Spryker coding standards
4. Submit a pull request with a clear description of your changes

### Reporting Issues

[](#reporting-issues)

Please report issues through the GitHub issue tracker with:

- Clear description of the problem
- Steps to reproduce
- Expected vs actual behavior
- Environment details (PHP version, Spryker version, etc.)

### Development

[](#development)

**Prerequisites**

- Docker SDK `^1.71.0`
- PHP `^8.3`

**Setup for Development**

```
composer install
vendor/bin/phpstan analyze
vendor/bin/phpcs --standard=phpcs.xml
```

License
-------

[](#license)

This module is released under the Spryker Evaluation License Agreement. See LICENSE file for details.

###  Health Score

46

—

FairBetter than 93% of packages

Maintenance84

Actively maintained with recent releases

Popularity29

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~10 days

Total

8

Last Release

88d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/10738957?v=4)[Spryker Bot](/maintainers/spryker-bot)[@spryker-bot](https://github.com/spryker-bot)

---

Top Contributors

[![vitaliiivanovspryker](https://avatars.githubusercontent.com/u/70893950?v=4)](https://github.com/vitaliiivanovspryker "vitaliiivanovspryker (12 commits)")[![olhalivitchuk](https://avatars.githubusercontent.com/u/77281282?v=4)](https://github.com/olhalivitchuk "olhalivitchuk (5 commits)")[![vitaliiShveider](https://avatars.githubusercontent.com/u/95642976?v=4)](https://github.com/vitaliiShveider "vitaliiShveider (5 commits)")[![geronica](https://avatars.githubusercontent.com/u/86779768?v=4)](https://github.com/geronica "geronica (3 commits)")[![alex-galych](https://avatars.githubusercontent.com/u/18210425?v=4)](https://github.com/alex-galych "alex-galych (1 commits)")[![gechetspr](https://avatars.githubusercontent.com/u/42143273?v=4)](https://github.com/gechetspr "gechetspr (1 commits)")

###  Code Quality

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/spryker-sdk-ai-dev/health.svg)

```
[![Health](https://phpackages.com/badges/spryker-sdk-ai-dev/health.svg)](https://phpackages.com/packages/spryker-sdk-ai-dev)
```

###  Alternatives

[spryker/search

Search module

152.8M64](/packages/spryker-search)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
