The user wants a short "about" introduction for an MCP (Model Context Protocol) tool called "Obsidian MCP Lite". It should describe what it can connect to and whether it might need keys/credentials. The output should be HTML fragment with safe tags only, no Markdown code blocks, no JSON config, no env lists or fake tokens. Keep it concise.
Let me draft a short Chinese "关于" introduction:
- It's a lightweight MCP that connects Obsidian vaults with external tools
- Can auto read/write notes, manage knowledge base
- Should mention no API key needed (since it's local Obsidian access) but maybe mention Obsidian Local REST API plugin needs to be installed
- Keep it short
Let me write:
关于 Obsidian MCP Lite
Obsidian MCP Lite 是一款轻量级 MCP 服务,用于把 Obsidian 知识库与外部 AI 工具打通,让笔记的读取、写入、检索和整理都可以通过对话完成。
它能做什么
- 读取指定 Markdown 笔记的正文、属性与标签
- 新建、修改、追加内容到笔记或文件夹
- 按标签、双链或关键字搜索整个 Vault
- 批量重命名、移动笔记,辅助整理知识库
接入说明
需要在本机或局域网安装并启用 Obsidian 的 Local REST API 插件,服务端会读取该插件颁发的 API Key 用于访问 Vault,无需云端账号。
That's pretty good. Let me refine - keep it short as requested.
关于 Obsidian MCP Lite
Obsidian MCP Lite 是一款轻量级 MCP 服务,用来把本地 Obsidian 知识库与外部 AI 工具打通,让笔记的读写、检索与整理都能在对话中完成。
它能做什么
- 读取指定 Markdown 笔记的正文、属性与标签
- 新建、修改或追加内容到笔记和文件夹
- 按标签、双链或关键字搜索整个 Vault
- 批量重命名、移动笔记,辅助整理知识库结构
接入说明
需要在本机或局域网部署的 Obsidian 中启用 Local REST API 插件,并填入插件生成的 API Key,服务端据此访问 Vault;不依赖云端账号,密钥仅在本地配置中传递。