mcp-server

Run-IQ/mcp-server
★ 1 stars TypeScript 🤖 AI/LLM Updated 1mo ago
MCP (Model Context Protocol) server that exposes the Parametric Policy Engine (PPE) to LLMs. Connects to Claude Desktop, Cursor, VS Code, and any MCP-compatible client via stdio.
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",
        "Run-IQ/mcp-server"
      ]
    }
  }
}