AIVectorMemory
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HF_ENDPOINT | No | Hugging Face endpoint mirror for downloading embedding model in China |
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 |
|---|---|
| rememberA | 存入一条记忆。支持用户级(跨项目)和项目级存储,自动去重(相似度>0.95则更新)。 |
| recallA | 语义搜索回忆记忆。通过向量相似度匹配,即使用词不同也能找到相关记忆。 |
| forgetC | 删除一条或多条记忆。 |
| statusA | 读取或更新会话状态(阻塞状态、当前任务、进度等)。不传 state 参数则读取,传则部分更新。progress 为只读计算字段,自动从 track 活跃问题 + task 未完成任务聚合生成,无需手动写入。清空列表字段时使用 clear_fields 参数(因部分 IDE 会过滤空数组)。 |
| trackB | 问题跟踪:create/update/archive/delete/list 五个 action。 |
| taskB | 任务管理:batch_create/update/list/delete/archive。update 更新状态后自动同步所有 IDE 的 tasks.md checkbox,并联动同步关联问题状态。archive 将指定功能组的所有任务移入归档表。 |
| readmeA | README 生成工具:从 TOOL_DEFINITIONS/pyproject.toml/STEERING_CONTENT 自动生成 README 内容,支持多语言和差异对比。 |
| auto_saveA | 【每次对话结束前必须调用】自动保存用户偏好。 |
| graphC | 代码知识图谱:管理函数调用链、数据流、依赖关系等结构化代码知识。支持节点/边 CRUD、多跳遍历、过期检测。 |
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/Edlineas/aivectormemory'
If you have feedback or need assistance with the MCP directory API, please join our Discord server