Skip to main content
Glama

MCP Standards

by airmcp-com

generate_ai_standards

Automatically generate AI assistant instruction files from existing project configuration files like .editorconfig, ESLint, and pyproject.toml for Claude, GitHub Copilot, and Cursor.

Instructions

Auto-generate AI assistant instruction files (CLAUDE.md, .github/copilot-instructions.md, .cursor/rules/standards.mdc) from existing project config files (.editorconfig, .prettierrc, ESLint, pyproject.toml, etc.)

Input Schema

NameRequiredDescriptionDefault
formatsNoWhich instruction formats to generate (default: all)
project_pathNoPath to project root (default: current directory)

Input Schema (JSON Schema)

{ "properties": { "formats": { "description": "Which instruction formats to generate (default: all)", "items": { "enum": [ "claude", "copilot", "cursor" ], "type": "string" }, "type": "array" }, "project_path": { "description": "Path to project root (default: current directory)", "type": "string" } }, "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