Observation-only CI/CD validation for AI coding agents.
claude mcp add diffci -- npx -y @diffci.com/diffci
claude_desktop_config.json
{
"mcpServers": {
"diffci": {
"command": "npx",
"args": [
"-y",
"@diffci.com/diffci"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"diffci": {
"command": "npx",
"args": [
"-y",
"@diffci.com/diffci"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"diffci": {
"command": "npx",
"args": [
"-y",
"@diffci.com/diffci"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"diffci": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@diffci.com/diffci"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"diffci": {
"command": "npx",
"args": [
"-y",
"@diffci.com/diffci"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.DiffCI--diffci/reviews or the review_server meta-tool.
POST /mcp