ppm-mcp-tools

gustavoeenriquez/ppm-mcp-tools
★ 2 stars Pascal 🤖 AI/LLM Updated 18d ago
Source code for PPM MCP tools — Pascal/Delphi MCP servers for Claude Code
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": {
    "ppm-mcp-tools": {
      "command": "npx",
      "args": [
        "-y",
        "gustavoeenriquez/ppm-mcp-tools"
      ]
    }
  }
}