PHPackages                             hubleto/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. hubleto/mcp-server

ActiveLibrary

hubleto/mcp-server
==================

MCP Server for Hubleto

011PHP

Since Mar 6Pushed 2mo agoCompare

[ Source](https://github.com/hubleto/mcp-server)[ Packagist](https://packagist.org/packages/hubleto/mcp-server)[ RSS](/packages/hubleto-mcp-server/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Hubleto MCP Server
==================

[](#hubleto-mcp-server)

MCP Server for Hubleto.

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

[](#installation)

```
composer require hubleto/mcp-server

```

How to use
----------

[](#how-to-use)

1. Create your Hubleto project `composer create-project hubleto/erp-project .`
2. Add Hubleto MCP server to your project `composer require hubleto/mcp-server`
3. Run the server `php mcp-server.php`

Integration with an IDE AI agent
--------------------------------

[](#integration-with-an-ide-ai-agent)

Different IDEs use different methods to register MCP servers. If you're using Visual Studio Code, add the following record under servers in `.vscode/mcp.json`

```
		"hubleto mcp server": {
			"type": "stdio",
			"command": "php",
			"args": [
				"mcp-server.php"
			]
		}
```

How to test
-----------

[](#how-to-test)

**Option 1: `npx @modelcontextprotocol/inspector`**

In this test, you will connect to the Hubleto MCP server using an inspector, which will allow you to run any tool provided by the server. This is an analogy to unit testing.

1. Run `npx @modelcontextprotocol/inspector php mcp-server.php` in your project folder.
2. Click `Connect` in the web browser (the browser should start automatically).
3. Check the list of tools.
4. Run a specific tool.

*Note: There are some tools already available in Hubleto's community apps. Search for `getMcpTools()` method in the  for more details.*

**Option 2: `mcp-cli`**

Testing with `mcp-cli` provides you an option to use LLMs like Claude or ChatGPT to test the Hubleto MCP server using natural language queries. This is an analogy to integration tests.

1. Install *mcp-cli* with `pip install mcp-cli`
2. Run `mcp-cli chat --server hubleto-mcp-server` in your project folder.

*Note: The `mcp-cli` uses the `server_config.json` file in your project folder. Take a look on it.*

You might need to configure your LLM provider's API key (e.g., ANTHROPIC\_API\_KEY or OPENAI\_API\_KEY) in your environment variables.

There are some other modes of operation for the *mcp-cli*, e.g. `interaction` or `command` modes. For more information refer to mcp-cli's documentation.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance57

Moderate activity, may be stable

Popularity2

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity11

Early-stage or recently created project

 Bus Factor1

Top contributor holds 75% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/394c74eefe13d2cf99097d4f4a80c2c8dd1e69e311ffa43175164efbdcc77cd0?d=identicon)[wai-blue](/maintainers/wai-blue)

---

Top Contributors

[![wai-blue](https://avatars.githubusercontent.com/u/88132073?v=4)](https://github.com/wai-blue "wai-blue (3 commits)")[![mibarnas](https://avatars.githubusercontent.com/u/29520229?v=4)](https://github.com/mibarnas "mibarnas (1 commits)")

### Embed Badge

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

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

PHPackages © 2026

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