mcp

omniboard-dev/mcp
★ 0 stars Unknown language 🤖 AI/LLM Updated 1d ago
Omniboard.dev MCP server that turns actionable checks triggered for the current project into agent-driven fixes, refactors, and improvements that happen automatically.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "omniboard-dev/mcp"
      ]
    }
  }
}