Stats
Actions
Tags
From Ratel Local
Runs a local Ratel AI agent that provides autonomous task execution, code generation, and file system operations. Auto-configures itself on startup.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"ratel-local": {
"command": "npx",
"args": [
"-y",
"@ratel-ai/[email protected]",
"serve",
"--auto-config"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
npx claudepluginhub ratel-ai/ratel-local --plugin ratel-local