What is the Rulemorph MCP Server MCP server?
MCP server for CSV/JSON data transformation using YAML rules
How to install Rulemorph MCP Server
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"rulemorph-mcp": {
"command": "https://github.com/vinhphatfsg/rulemorph/releases/download/v0.3.4/rulemorph-mcp-v0.3.4-aarch64-apple-darwin.mcpb",
"args": []
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"rulemorph-mcp": {
"command": "https://github.com/vinhphatfsg/rulemorph/releases/download/v0.3.4/rulemorph-mcp-v0.3.4-aarch64-apple-darwin.mcpb",
"args": []
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"rulemorph-mcp": {
"command": "https://github.com/vinhphatfsg/rulemorph/releases/download/v0.3.4/rulemorph-mcp-v0.3.4-aarch64-apple-darwin.mcpb",
"args": []
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"rulemorph-mcp": {
"type": "stdio",
"command": "https://github.com/vinhphatfsg/rulemorph/releases/download/v0.3.4/rulemorph-mcp-v0.3.4-aarch64-apple-darwin.mcpb",
"args": []
}
}
}Claude Code
claude mcp add rulemorph-mcp -- https://github.com/vinhphatfsg/rulemorph/releases/download/v0.3.4/rulemorph-mcp-v0.3.4-aarch64-apple-darwin.mcpbRelated MCP servers
MCP server for CSV/JSON data transformation using YAML rules
View repository →