Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_memory_session | - |
| store_memory | - |
| revise_memory | - |
| create_collection | - |
| merge_collection | - |
| analyze_memories | - |
| export_session_to_file | - |
| export_memories_to_file | - |
| create_project_structure | - |
| load_project_context | - |
| update_project_index | Update specific section in project_knowledge_index.md |
| discover_packages | Discover available packages and their APIs |
| validate_package_usage | Validate if code uses existing packages appropriately |
| explore_existing_apis | Explore existing APIs that might provide the needed functionality |
| store_codebase_pattern | Store a codebase pattern for future reference |
| load_codebase_context | Load existing codebase structure and patterns into memory |
| prevent_reinvention_check | Check if functionality might already exist in known packages |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| memory_guide |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| get_memory_tree | |
| get_analysis | |
| get_patterns | |
| get_discovered_packages | Get discovered packages in the current session |
| get_codebase_patterns | Get stored codebase patterns |
| get_validation_checks | Get validation checks for the current session |