The agentic loop from finding to validated change
Omniboard turns architecture findings into agent-ready remediation. A lead defines the expected outcome once, agents receive the project-specific context they need, and analyzer validation confirms whether the change resolved the original finding.
- Translate architecture findings into repeatable agent tasks
- Keep agents grounded in project-specific context
- Validate the change with the same check that found the gap
What teams gain
MCP setup
The MCP package uses standard stdio transport. Pass
OMNIBOARD_API_KEY_MCP through the MCP client
configuration. Add OMNIBOARD_API_KEY only when agents
should be allowed to run analyzer validation.
Read the current package README on npm.
[mcp_servers.omniboard]
command = "npx"
args = ["-y", "@omniboard/mcp"]
startup_timeout_sec = 30
[mcp_servers.omniboard.env]
OMNIBOARD_API_KEY_MCP = "your-api-key"
OMNIBOARD_API_KEY = "your-api-key" # optional analyzer validation