MCP Server
MCP
culprit
Deterministic, offline root-cause analysis and pre-commit fix verification for coding agents.
Install
uvx culprit
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "culprit",
"version": "0.4.0",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"value": "culprit[mcp]",
"type": "named",
"name": "--from"
},
{
"value": "culprit-mcp",
"type": "positional"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment