← Back to Plugins
MCP Server MCP

Transform Rules 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/transform-rules-rs/releases/download/v0.1.5/transform-rules-mcp-v0.1.5-aarch64-apple-darwin.mcpb

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/vinhphatfsg/transform-rules-rs/releases/download/v0.1.5/transform-rules-mcp-v0.1.5-aarch64-apple-darwin.mcpb",
      "fileSha256": "d4fd32789f63ddc4ad96dd2df6e4cc42e1e9597951f83f35cf283a91d74baad3",
      "transport": {
        "type": "stdio"
      }
    },
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/vinhphatfsg/transform-rules-rs/releases/download/v0.1.5/transform-rules-mcp-v0.1.5-x86_64-apple-darwin.mcpb",
      "fileSha256": "9cd94bc1276a37c74ce8981c27cbcac8934c135887594553c5c4b56ac2e3a17b",
      "transport": {
        "type": "stdio"
      }
    },
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/vinhphatfsg/transform-rules-rs/releases/download/v0.1.5/transform-rules-mcp-v0.1.5-x86_64-unknown-linux-gnu.mcpb",
      "fileSha256": "cdf61289b33725f884fa489dbbc0951fd02a47c3dc641ef26e57ab305ac96760",
      "transport": {
        "type": "stdio"
      }
    },
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/vinhphatfsg/transform-rules-rs/releases/download/v0.1.5/transform-rules-mcp-v0.1.5-x86_64-pc-windows-msvc.mcpb",
      "fileSha256": "60a075b191285d8bae6c63985393808407efc89dce32ce7fc408071df02c6ec9",
      "transport": {
        "type": "stdio"
      }
    }
  ]
}
mcp model-context-protocol mcpb

Comments

Sign in to leave a comment

Loading comments...