AI & ML
Trust: 34/100 (Limited)Code Assistant Guide
Gemini-powered MCP server for code analysis.
by j0hanz
Quick Start
Install
npx @j0hanz/code-assistantClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-j0hanz-code-assistant": {
"command": "npx",
"args": [
"@j0hanz/code-assistant"
]
}
}
}