Skip to main content
Glama

MCP Prompt Server

code_review

Enhance code quality by analyzing and improving code snippets in various programming languages. Ideal for developers seeking actionable feedback and optimizations directly within Cursor/Windsurf editors.

Input Schema

NameRequiredDescriptionDefault
codeYes要审查的代码
languageYes编程语言

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "code": { "description": "要审查的代码", "type": "string" }, "language": { "description": "编程语言", "type": "string" } }, "required": [ "language", "code" ], "type": "object" }

Other Tools from MCP Prompt Server

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/gdli6177/mcp-prompt-server'

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