asmemory
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ASMEMORY_DB_PATH | No | Path to the SQLite database file. Defaults to ~/.asmemory/memory.db if not set. | |
| ASMEMORY_MCP_PATH | No | Absolute path to the asmemory-mcp command, used instead of installing the command. |
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 | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| memory_store_stateC | 存一条状态事件到记忆库:某实体(entity)在某个指标(metric)上的数值(value),可带单位与标签。 |
| memory_store_actionA | 存一条动作事件:actor 对 object 执行了 verb,可带控制量 amount 与元数据。 |
| memory_trendB | 分析某指标的时间趋势(rising/falling/flat + 斜率)。 |
| memory_anomalyB | 检测某指标的异常点(z-score,|z|>threshold 视为异常)。 |
| memory_causalA | 因果关联:某动作(verb)对某指标(entity.metric)的影响,返回动作前后均值变化量。 |
| memory_summaryB | 记忆库统计摘要:状态数/动作数/实体列表/动作类型列表。 |
| memory_export_datalensA | 导出 DataLens 格式(监控指标+控制手段+红线)的 CSV 与 config,用于可视化优化分析。 |
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
- 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/Xplore-LAB/dsh-plugin-asmemory'
If you have feedback or need assistance with the MCP directory API, please join our Discord server