From ralph-starter
Local stdio MCP server run via npx ralph-starter mcp. Appears to be a starter or template for MCP servers; specific tools, resources, or capabilities unclear from configuration.
npx claudepluginhub multivmlabs/ralph-starter --plugin ralph-starterAdd to your .mcp.json:
{
"mcpServers": {
"ralph-starter": {
"command": "npx",
"args": [
"ralph-starter",
"mcp"
]
}
}
}npx