What is the Reelier MCP server?
Snapshot tests and CI for agent workflows: record a run, replay it at 0 tokens, diff for drift.
How to install Reelier
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": {
"reelier": {
"command": "npx",
"args": [
"-y",
"reelier",
"serve"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"reelier": {
"command": "npx",
"args": [
"-y",
"reelier",
"serve"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"reelier": {
"command": "npx",
"args": [
"-y",
"reelier",
"serve"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"reelier": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"reelier",
"serve"
]
}
}
}Claude Code
claude mcp add reelier -- npx -y reelier serveRelated MCP servers
Build, deploy, and sell AI agents for local-service businesses - from your IDE.
28
View repository →TypeScript
AGPL-3.0