AI Material Cabinet MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@AI Material Cabinet MCPsearch my materials for articles about climate change"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
AI材料柜 MCP(stdio)
通过 MCP 让 Cursor / Claude Desktop 等 AI 助手访问本机 AI 材料柜:检索、读写正文、创建文档等。
产品主站:https://cailiaogui.leanmtech.cn
安装与 Windows 发行包:https://cailiaogui.leanmtech.cn/download/mcp
相关开源:剪藏油猴脚本 ai-cailiaogui-clip
依赖
须先安装并启动材料柜(本机 HTTP API,默认
http://127.0.0.1:9000/app/desktop)Python ≥ 3.10(源码运行);或使用官网 Windows zip(内含
local-app-mcp.exe)
Related MCP server: Cairn
工具
工具 | 说明 |
| 全库混合检索(FTS + 向量) |
| 目录范围内检索 |
| 浏览虚拟目录 |
| 材料元信息 |
| 读写正文 |
| 新建文档 |
| 按 chunk_id 批量拉块正文 |
环境变量
变量 | 默认 | 说明 |
|
| 材料柜 API 根(须含 |
|
| HTTP 超时(秒) |
Host 配置里的 env 优先于本地 .env。示例见 .env.example。
源码安装与运行
pip install -e .
# 另开终端启动材料柜后:
python -m local_app_mcpMCP Host 配置示例
见 examples/mcp-host.example.json。开发态也可:
{
"mcpServers": {
"local-app-cabinet-mcp": {
"command": "python",
"args": ["-m", "local_app_mcp"],
"env": {
"LOCAL_APP_BASE_URL": "http://127.0.0.1:9000/app/desktop"
}
}
}
}许可
本仓库自有代码:Unlicense(见 LICENSE)
「AI 材料柜」「材料柜」等产品名与商标归产品方所有;本开源仓库不授予商标使用权
相关链接
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Private-by-default, local-first memory/context/task orchestrator for MCP apps and agents.
Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.
Private persistent memory for Claude, ChatGPT & Gemini via MCP - semantic search, zero-code setup.
Persistent memory for AI assistants. Save once; recall from Claude, ChatGPT, or any MCP client.
Related MCP Servers
- FlicenseNot gradedqualityBmaintenanceEnables any MCP-compatible AI assistant to search, filter, and retrieve information from a local document collection using a hybrid search pipeline with vector, BM25, reranking, and LLM enrichment.4
- AlicenseNot gradedqualityBmaintenanceEnables AI tools to query a user's private, locally stored memories (notes, documents) with source citations, using the MCP protocol.15MIT
- AlicenseNot gradedqualityBmaintenanceEnables fully local retrieval over a personal document corpus via hybrid search, cross-encoder reranking, RAPTOR summaries, and knowledge graph queries, served to AI agents over MCP.MIT
- FlicenseNot gradedqualityCmaintenanceAn MCP server that enables Claude Desktop or Claude Code to ingest and search local documents using vector embeddings, returning relevant chunks as tool results for the model to reason over.
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/eblics/ai-cailiaogui-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server