knowledge-wiki-mcp
Provides tools for managing an Obsidian personal knowledge base: note retrieval, template reading, MOC list, note generation, and writing to the vault.
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., "@knowledge-wiki-mcpco-build a learning note about test-driven development"
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.
Knowledge Wiki MCP
本项目是一个本地优先的 Obsidian 个人知识库。它的核心用途是:在和 LLM 交谈时,如果出现值得长期保留的知识、方法、判断、例子或排错模式,就调用 co-build-learning-note,把内容整理成可填空的 Markdown note。
这些 note 不是聊天归档,而是个人知识库中的原子知识单元。默认通过 MOC、Obsidian 双链和 underline-fill 填空来帮助主动输出。
包含内容
vault/:可直接用 Obsidian 打开的知识库。skills/co-build-learning-note/:记录笔记的 skill。obsidian-plugins/underline-fill/:实时渲染下划线填空内容的 Obsidian 插件。mcp-server.js:笔记类 MCP server,提供 note 检索、模板读取、MOC 列表、note 生成和写入工具。
Related MCP server: brain-mcp
Vault 结构
路径 | 用途 |
| note 模板。 |
| 知识库首页。 |
| 默认新 note 收件箱。 |
| 概念类原子 note。 |
| 方法、流程、判断抓手。 |
| 可复用提示词和交互策略。 |
| 决策理由和取舍记录。 |
| 排错模式、症状、修复路径。 |
| 来源摘要和可引用材料。 |
| Maps of Content,用来组织双链网络。 |
| 外部来源原文、论文、博客摘录。 |
| 图片、PDF、附件。 |
| 兼容已有长期知识笔记。 |
| 导入材料暂存。 |
Note 约定
每篇 note 聚焦一个可复用知识单元,并尽量包含:
type、status、tags、aliasesup:: [[MOC - ...]]related::、contrast::、source::核心判断
适用信号
失效边界
例子或对照
至少一个
underline-fill主动输出题与 blank 分离的
Answer Key
Underline Fill
新笔记只使用 underline-fill。
块形式:
```underline-fill
latex: \text{核心判断:} {{core_blank_1}}
```行内形式:
`underline-fill latex: \text{迁移前先检查:} {{transfer_blank_1}}`每个 {{field_name}} 应在 frontmatter 中有同名字段,默认值为空字符串。
验证
pnpm install
pnpm test
pnpm check
pnpm mcpThis 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.
Latest Blog Posts
- 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/pongs1/knowledge-wiki-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server