mcp-devkit

stevecoug/mcp-devkit
★ 0 stars PHP Code/Dev Tools Updated today
Developer tooling for PHP MCP servers built on mcp/sdk — hot-reload tools without restarting the client, and call or inspect them straight from the shell
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-devkit": {
      "command": "npx",
      "args": [
        "-y",
        "stevecoug/mcp-devkit"
      ]
    }
  }
}

README Excerpt

**Developer tooling for PHP MCP servers built on [`mcp/sdk`](https://packagist.org/packages/mcp/sdk) — hot-reload your tools without restarting the client, and call or inspect them straight from the shell.** --- Writing an MCP server in PHP with `mcp/sdk` is pleasant — attribute-discovered tool classes, a clean stdio transport. But two things slow the inner dev loop to a crawl:

Tools (5)

addarrayenumlist_issuesobject