Axom MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| 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_memoryA | 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_execA | 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_analyzeA | 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_discoverA | Discover available resources, structures, and capabilities. Discovery Domains:
Filter Options:
Chain Support: Use chain parameter to act on discovered resources. |
| axom_mcp_transformA | 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 | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/PugzUI/axom'
If you have feedback or need assistance with the MCP directory API, please join our Discord server