mcp-server

app-dev-panel/mcp-server
★ 1 stars PHP 🤖 AI/LLM Updated 9d ago
ADP MCP Server — Model Context Protocol server for AI assistant integration (read-only split from app-dev-panel/app-dev-panel)
View on GitHub →

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-server": {
      "command": "npx",
      "args": [
        "-y",
        "app-dev-panel/mcp-server"
      ]
    }
  }
}