MCP Standards
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GEMINI_API_KEY | No | Your Gemini API key for cost optimization routing simple operations to cheaper models |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| add_episodeC | Add knowledge episode to memory |
| search_episodesC | Search knowledge episodes |
| list_recentC | List recent episodes |
| log_tool_executionC | Log tool execution for learning |
| export_to_markdownC | Export knowledge base to markdown files |
| generate_ai_standardsB | 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.) |
| get_learned_preferencesB | Get all learned preferences with confidence scores (automatically learned from corrections) |
| suggest_claudemd_updateA | Get suggestions for CLAUDE.md updates based on learned patterns (does not apply them) |
| update_claudemdB | Update CLAUDE.md file with learned preferences (creates backup first) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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