Stats
Actions
Tags
From RexyMCP
Custom MCP server that loads configuration from a local TOML file. Runs as a local Node.js subprocess via the rexymcp CLI tool.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"rexymcp": {
"command": "rexymcp",
"args": [
"serve",
"--config",
"./rexymcp.toml"
]
}
}
}Server configuration and connection parameters
rexymcpCommand-line arguments passed to the server process
npx claudepluginhub ryanczak/rexymcp --plugin rexymcp