Kimi Memory MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CHROMA_URL | No | ChromaDB 地址 | http://localhost:8000 |
| OLLAMA_HOST | No | Ollama 地址 | http://localhost:11434 |
| ANTHROPIC_MODEL | No | 使用的模型 | deepseek-chat |
| ANTHROPIC_BASE_URL | No | DeepSeek API 地址 | https://api.deepseek.com/anthropic |
| ANTHROPIC_AUTH_TOKEN | Yes | DeepSeek API Key (required) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| embed_fileA | 当用户需要保存文件内容、学习新知识、记住某个文件、将文件加入知识库、存储代码或文档时,调用此工具。触发场景包括:用户说"学习这个文件"、"记住这个文件"、"保存到记忆"、"加入知识库"、"存储这个文档"、"把这个代码记下来"等。支持DeepSeek自动预处理复杂内容。 |
| search_memoryA | 在已学习的知识库中搜索相关内容。当用户需要查找之前的内容、寻找历史信息、查询已保存的文件、回顾之前的讨论、找之前的代码或文档、查看学习过的资料、检索记忆时,使用此工具。触发词包括:回忆、找、查、搜索、看看、之前、以前、上次、有没有、记得、说过、讨论过等。 |
| list_memoriesA | 列出所有已学习的文件及其统计信息。当用户问"查看已学习的文件"、"显示记忆列表"、"都有什么文件"、"知识库里有什么"、"列出所有内容"、"查看记忆"时,使用此工具。 |
| forget_fileA | 删除指定文件的所有记忆。当用户说"忘记这个文件"、"删除记忆"、"清除这个文件"、"移除知识库中的文件"、"删掉这个记录"时,使用此工具清除相关记忆。 |
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/SARPixelPioneer/kimi-memory-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server