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: RAG In A Box MCP Server
工具
工具 | 说明 |
| 全库混合检索(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 Servers
- Flicense-qualityDmaintenanceLocal MCP server that provides semantic search (RAG) over code repositories, enabling AI clients like Claude and Gemini to access project context without manual re-upload.Last updated
- Flicense-qualityBmaintenanceEnables 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.Last updated4
- Alicense-qualityDmaintenanceLocal MCP server for indexing personal knowledge into SQLite with hybrid search, chunk-level citations, memory tools, and agent orchestration.Last updated4MIT
- Alicense-qualityDmaintenanceLocal MCP server that indexes folders of documents into a hybrid vector + keyword search index for Claude Desktop, with support for PDFs, Office files, and images via OCR.Last updatedMIT
Related MCP Connectors
Local-first RAG engine with MCP server for AI agent integration.
User-owned memory for AI agents, Copilot, Claude, IDEs, CLIs, and chat apps over remote MCP.
Private-by-default, local-first memory/context/task orchestrator for MCP apps and agents.
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