Visor
Freeby MCP Community
AI workflow engine for code review, assistants, and automation — orchestrate checks, MCP tools, and AI providers with YAML-driven pipelines
v0.1.185Added Apr 12, 2026
code-reviewaigithub-actionclipr-review
Visor MCP Server
AI workflow engine for code review, assistants, and automation — orchestrate checks, MCP tools, and AI providers with YAML-driven pipelines
Installation
Reviews
Installation
Quick install
npx -y @probelabs/visor
Add to claude_desktop_config.json
{
"mcpServers": {
"visor": {
"command": "npx",
"args": ["-y", "@probelabs/visor"]
}
}
}