← Back to Plugins
MCP Server MCP

Rulemorph MCP Server

github By github 👁 1 views ▲ 0 votes

MCP server for CSV/JSON data transformation using YAML rules

Homepage Verified source GitHub

Install

mcpb:https://github.com/vinhphatfsg/rulemorph/releases/download/v0.3.4/rulemorph-mcp-v0.3.4-aarch64-apple-darwin.mcpb

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/vinhphatfsg/rulemorph/releases/download/v0.3.4/rulemorph-mcp-v0.3.4-aarch64-apple-darwin.mcpb",
      "fileSha256": "020f8438012bfe516acb49d6419cb9b8f963efc94af3657e3604fddc8a92a817",
      "transport": {
        "type": "stdio"
      }
    },
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/vinhphatfsg/rulemorph/releases/download/v0.3.4/rulemorph-mcp-v0.3.4-x86_64-apple-darwin.mcpb",
      "fileSha256": "8c747557424f9c53ac2001ca867dbb759b7f216f3e3ded3e8046d880781847d2",
      "transport": {
        "type": "stdio"
      }
    },
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/vinhphatfsg/rulemorph/releases/download/v0.3.4/rulemorph-mcp-v0.3.4-x86_64-unknown-linux-gnu.mcpb",
      "fileSha256": "cee0b06e491c9a34b89c4ede43d60b61f999fe37c76d63e47791759dae2baa94",
      "transport": {
        "type": "stdio"
      }
    },
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/vinhphatfsg/rulemorph/releases/download/v0.3.4/rulemorph-mcp-v0.3.4-x86_64-pc-windows-msvc.mcpb",
      "fileSha256": "94f56bc5b336e25c4f64fa1be620af4221c2bcb600f7eeb3cbb2c7cd1da9e6d0",
      "transport": {
        "type": "stdio"
      }
    }
  ]
}
mcp model-context-protocol mcpb

Comments

Sign in to leave a comment

Loading comments...