mcp-flightphp-server-skeleton

stribus/mcp-flightphp-server-skeleton
★ 0 stars PHP Code/Dev Tools Updated today
A FlightPHP-based MCP server skeleton supporting HTTP (REST/JSON-RPC) and stdio (JSON-RPC 2.0) modes. Features auto-discovery of tools, prompts, and resources, plus CLI scaffolding for new modules. Easily extendable for VS Code Copilot and other MCP clients.
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-flightphp-server": {
      "command": "npx",
      "args": [
        "-y",
        "stribus/mcp-flightphp-server-skeleton"
      ]
    }
  }
}