Thejosem4/CodeShield-MCP
MCP server that prevents LLM hallucinations before code generation. Detects typos, invalid imports, and wrong methods in Python, JavaScript, and TypeScript code.
Platform-specific configuration:
{
"mcpServers": {
"CodeShield-MCP": {
"command": "npx",
"args": [
"-y",
"CodeShield-MCP"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...