Skip to main content
Glama

Claude Code MCP

by auchenberg

codeReview

Analyze code for bugs, security vulnerabilities, and adherence to best practices using the Claude Code MCP server. Submit your code for comprehensive review to improve quality and reliability.

Instructions

Review code for bugs, security issues, and best practices

Input Schema

NameRequiredDescriptionDefault
codeYesThe code to review

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "code": { "description": "The code to review", "type": "string" } }, "required": [ "code" ], "type": "object" }

Other Tools from Claude Code MCP

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/auchenberg/claude-code-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server