AI Material Cabinet MCP
Click on "Deploy 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 deployed
Maintenance
Related MCP Connectors
Shared memory and actions for Claude, Kiro, OpenAI, Cursor, and other MCP-compatible AI clients.
- ContexelOAuthai.contexel
Shared AI memory. ChatGPT, Claude, Cursor and any MCP app read and write the same memory.
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.
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.12 npmMIT
- 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.-