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 |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| add_episode | Add knowledge episode to memory |
| search_episodes | Search knowledge episodes |
| list_recent | List recent episodes |
| log_tool_execution | Log tool execution for learning |
| export_to_markdown | Export knowledge base to markdown files |
| generate_ai_standards | 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_preferences | Get all learned preferences with confidence scores (automatically learned from corrections) |
| suggest_claudemd_update | Get suggestions for CLAUDE.md updates based on learned patterns (does not apply them) |
| update_claudemd | Update CLAUDE.md file with learned preferences (creates backup first) |