Skip to main content
Glama

MCP Standards

by airmcp-com

update_claudemd

Update CLAUDE.md file with learned user preferences by creating a backup first, then applying detected patterns from repeated corrections to maintain consistent AI configuration standards.

Instructions

Update CLAUDE.md file with learned preferences (creates backup first)

Input Schema

NameRequiredDescriptionDefault
file_pathYesPath to CLAUDE.md file
min_confidenceNoMinimum confidence threshold
project_pathNoProject path for project-specific content (optional)

Input Schema (JSON Schema)

{ "properties": { "file_path": { "description": "Path to CLAUDE.md file", "type": "string" }, "min_confidence": { "default": 0.7, "description": "Minimum confidence threshold", "type": "number" }, "project_path": { "description": "Project path for project-specific content (optional)", "type": "string" } }, "required": [ "file_path" ], "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/airmcp-com/mcp-standards'

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