Architecture guardrails for AI-written code: dependency graph, impact, dead code, CI gate
claude mcp add ovecc -- npx -y ovecc
claude_desktop_config.json
{
"mcpServers": {
"ovecc": {
"command": "npx",
"args": [
"-y",
"ovecc"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"ovecc": {
"command": "npx",
"args": [
"-y",
"ovecc"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"ovecc": {
"command": "npx",
"args": [
"-y",
"ovecc"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"ovecc": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ovecc"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"ovecc": {
"command": "npx",
"args": [
"-y",
"ovecc"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.Ovecc-labs--ovecc/reviews or the review_server meta-tool.
POST /mcp