PHPackages                             ishmael/mcp-server - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. ishmael/mcp-server

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

ishmael/mcp-server
==================

Standalone Ishmael MCP (Model Context Protocol) Server

v0.7.69(2mo ago)180↓85.7%1MITPHPPHP &gt;=8.2CI passing

Since Dec 29Pushed 2mo agoCompare

[ Source](https://github.com/domsinclair/ishmaelphp-mcpserver)[ Packagist](https://packagist.org/packages/ishmael/mcp-server)[ RSS](/packages/ishmael-mcp-server/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (10)Dependencies (2)Versions (70)Used By (1)

Ishmael MCP Server
==================

[](#ishmael-mcp-server)

Standalone Ishmael MCP (Model Context Protocol) server for deep integration with IshmaelPHP projects.

Overview
--------

[](#overview)

The Ishmael MCP Server provides a standardised interface for AI models to interact with IshmaelPHP applications. It exposes tools for project analysis, feature pack management, testing, and more.

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

[](#installation)

Install via Composer:

```
composer require ishmael/mcp-server
```

Usage
-----

[](#usage)

Run the server via the provided binary:

```
./vendor/bin/ish-mcp
```

### Transport

[](#transport)

The server uses **JSON-RPC 2.0** over **Standard Input/Output (Stdio)**.

### Tools

[](#tools)

- `health/version`: Get server version and health status.
- `project/info`: Get metadata about the detected Ishmael project.
- `feature-pack/list`: List available and installed feature packs.
- `feature-pack/create`: Scaffold a new feature pack.
- `test/run`: Execute project tests.
- `lint/run`: Run static analysis and linting.
- `log/tail`: Stream application logs.
- `migrate`: Run database migrations.

### Environment Variables

[](#environment-variables)

- `ISH_MCP_DEBUG`: Set to `1` to enable verbose error reporting.
- `ISH_MCP_INSECURE_TLS`: Set to `1` to disable SSL certificate verification for registry requests (dev only).
- `ISH_MCP_NO_BROWSER`: Set to `1` to prevent the server from automatically opening the browser for vendor registration/auth.
- `MCP_RATE_LIMIT`: Configure request rate limiting (default: 100/min).
- `MCP_REQUEST_TIMEOUT_MS`: Set maximum request duration (default: 30000ms).

Development
-----------

[](#development)

### Running Tests

[](#running-tests)

```
composer test
```

### Contributing

[](#contributing)

Please see [CONTRIBUTING.md](CONTRIBUTING.md) for details.

License
-------

[](#license)

MIT License. See [LICENSE](LICENSE) for more information.

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance84

Actively maintained with recent releases

Popularity11

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 67.1% of commits — single point of failure

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 ~1 days

Total

68

Last Release

82d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/eb2f74ee16f52fea9687b286a5410080ff364ec585769f38e002d49e7a8ca342?d=identicon)[Dom Sinclair](/maintainers/Dom%20Sinclair)

---

Top Contributors

[![domsinclair](https://avatars.githubusercontent.com/u/12199442?v=4)](https://github.com/domsinclair "domsinclair (141 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (69 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ishmael-mcp-server/health.svg)

```
[![Health](https://phpackages.com/badges/ishmael-mcp-server/health.svg)](https://phpackages.com/packages/ishmael-mcp-server)
```

PHPackages © 2026

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