gzlance/vault-mcp-server

Claude Code 内置记忆系统(.claude/projects/)按项目隔离,无法跨项目共享知识。本方案基于 Obsidian Vault 构建统一个人知识库,通过 MCP Server 提供结构化存储、全文索引和代码图谱能力,辅以一份轻量 Skill 做路由指令。工作或生活中解决的问题、学到的知识,一句话就能按 Vault 模板持久化,后续在任何项目中都能检索复用。

1Stars on the repository
24Mods indexed here, across every type
3mo agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

vault-mcp-server

01

gzlance/vault-mcp-server

Skill Claude CodeCodex

A thin routing layer that turns natural-language instructions into calls to Vault MCP tools. MCP is a standard way for an assistant to use external tools.

1 3mo ago A 0 tokens

kb-delete

02

gzlance/vault-mcp-server

Skill Claude CodeCodex

A Chinese-language tool for deleting notes by title and removing related data with them. It calls a vaultdelete function, optionally scoped to a project.

1 3mo ago A 0 tokens

kb-graph-build

03

gzlance/vault-mcp-server

Skill Claude CodeCodex

A skill for building a code graph, a map of relationships among files and code elements in a project.

1 3mo ago A 0 tokens

kb-graph-query

04

gzlance/vault-mcp-server

Skill Claude CodeCodex

A tool for finding named pieces of code, such as functions or classes, in a code graph. It can search for exact or approximate symbol names.

1 3mo ago A 0 tokens

kb-graph-status

05

gzlance/vault-mcp-server

Skill Claude CodeCodex

A code-graph status skill that reports the build status of a project's code graph. A code graph maps relationships between parts of a codebase.

1 3mo ago A 0 tokens

kb-init

06

gzlance/vault-mcp-server

Skill Claude CodeCodex

A skill that initializes a Vault directory structure and SQLite index by calling vaultinit, with an optional project name.

1 3mo ago A 0 tokens

kb-learn

07

gzlance/vault-mcp-server

Skill Claude CodeCodex

A knowledge-saving workflow that extracts general information from conversations and stores it in a permanent directory. It uses `vaultsave` with an empty project field.

1 3mo ago A 0 tokens

kb-list

08

gzlance/vault-mcp-server

Skill Claude CodeCodex

A structured note browser for a knowledge base, with filters and pagination. Pagination means viewing results in smaller pages using a limit and an offset.

1 3mo ago A 0 tokens

kb-log

09

gzlance/vault-mcp-server

Skill Claude CodeCodex

A session-logging skill that writes a conversation summary, decisions, and to-dos to a Vault using the current project directory to identify the project.

1 3mo ago A 0 tokens

kb-orphan

10

gzlance/vault-mcp-server

Skill Claude CodeCodex

A knowledge-base check for notes with no incoming or outgoing links. It calls `vaultorphan()` to find isolated notes.

1 3mo ago A 0 tokens

kb-resume

11

gzlance/vault-mcp-server

Skill Claude CodeCodex

A command for restoring project context from recent session logs, architecture notes, and unfinished tasks. It identifies the project from the folder where it is run.

1 3mo ago A 0 tokens

kb-save

12

gzlance/vault-mcp-server

Skill Claude CodeCodex

A way to save knowledge notes to a Vault. It can extract the title, tags, type, and content from a conversation, and infer the project from the current working folder.

1 3mo ago A 0 tokens

kb-search

13

gzlance/vault-mcp-server

Skill Claude CodeCodex

A skill for searching Vault notes with FTS5, a built-in SQLite system for fast full-text searches.

1 3mo ago A 0 tokens

kb-stats

14

gzlance/vault-mcp-server

Skill Claude CodeCodex

A statistics view for a knowledge base. It calls `vaultstats()` and returns the knowledge-base statistics dashboard.

1 3mo ago A 0 tokens

kb-tags

15

gzlance/vault-mcp-server

Skill Claude CodeCodex

A skill that returns a list of tags and how often each tag is used, with fuzzy search through a vaulttags query.

1 3mo ago A 0 tokens

kb-todo-delete

16

gzlance/vault-mcp-server

Skill Claude CodeCodex

A knowledge-base action that removes a to-do record by its ID. It calls `vaulttododelete(id)`.

1 3mo ago A 0 tokens

kb-todo-list

18

gzlance/vault-mcp-server

Skill Claude CodeCodex

A project to-do listing that can filter items by status. The project is inferred automatically from the current working folder.

1 3mo ago A 0 tokens

kb-todo-progress

20

gzlance/vault-mcp-server

Skill Claude CodeCodex

A knowledge-base action that changes a to-do item's status to in progress by calling `vaulttodoprogress(id)`.

1 3mo ago A 0 tokens

kb-update

21

gzlance/vault-mcp-server

Skill Claude CodeCodex

A note-editing skill for updating the main text of a note, either by replacing it or adding text to it.

1 3mo ago A 0 tokens

kb

22

gzlance/vault-mcp-server

Skill Claude CodeCodex

A knowledge-base skill covering notes, conversations, to-do items, and code relationships through the /kb route.

1 3mo ago A 0 tokens

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: