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 |
|---|---|
| axom_mcp_memory | Store, retrieve, search, and manage persistent memories in the Axom database. Memory Types:
Naming Convention: [type][descriptor][YYYYMMDD] Example: bugfix_auth_timeout_20260203 Content Format (recommended): TASK|APPROACH|OUTCOME|GOTCHAS|RELATED Actions:
|
| axom_mcp_exec | Execute file operations and shell commands with chain-reaction support. Operations:
Chain Reactions: Chain multiple operations together using the chain parameter. Each step can reference the previous result using ${_result} variable substitution. Example: { "operation": "read", "target": "/file.txt", "chain": [ { "tool": "axom_mcp_transform", "args": {"input": "${_result.content}", "output_format": "json"} } ] } Security:
|
| axom_mcp_analyze | Analyze code and data with configurable depth and scope. Analysis Types:
Focus Areas:
Depth Levels:
Chain Support: Use chain parameter to automatically act on analysis results. |
| axom_mcp_discover | Discover available resources, structures, and capabilities. Discovery Domains:
Filter Options:
Chain Support: Use chain parameter to act on discovered resources. |
| axom_mcp_transform | Transform data between formats and structures. Supported Formats:
Transformation Rules:
Template Support: Use Jinja2 templates for custom output formatting. Chain Support: Use chain parameter to continue processing transformed data. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| memory-workflow | Standard workflow for memory-driven task execution. Use at the start of every task. |
| debug-session | Start a structured debugging session with memory persistence. |
| code-review | Perform a comprehensive code review and store findings. |
| store-pattern | Store a discovered pattern or best practice for future reference. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |