Developer Tools
Trust: 30/100 (Limited)CodeSherlock Guide
AI-powered static and contextual code analysis MCP server
by FGC-Shreyansh-Chachaundiya
Quick Start
Install
npx @codesherlock/codesherlock-mcp-serverClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-fgc-shreyansh-chachaundiya-codesherlock-mcp-server": {
"command": "npx",
"args": [
"@codesherlock/codesherlock-mcp-server"
]
}
}
}