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 CLI setup
The MCP CLI package uses the MCP stdio transport. Pass
OMNIBOARD_API_KEY_MCP_CLI through the coding client's
MCP server 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_CLI = "your-api-key"
OMNIBOARD_API_KEY = "your-api-key" # optional analyzer validation