Skip to main content
Glama

CodeAnalysis MCP Server

by 0xjcf

update-codebase-insight

Update codebase insights by modifying an insight's content, type, related files, or tags within the CodeAnalysis MCP Server to enhance development workflows and maintain accurate project documentation.

Input Schema

NameRequiredDescriptionDefault
insightContentNo
insightIdYes
insightTypeNo
relatedFilesNo
tagsNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "insightContent": { "type": "string" }, "insightId": { "type": "number" }, "insightType": { "type": "string" }, "relatedFiles": { "items": { "type": "string" }, "type": "array" }, "tags": { "items": { "type": "string" }, "type": "array" } }, "required": [ "insightId" ], "type": "object" }

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/0xjcf/MCP_CodeAnalysis'

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