Skip to main content
Glama
Lithial

obsidian-vault-mcp

by Lithial

obsidian-vault-mcp

A stdio MCP server for managing feature documentation and bug tracking inside an Obsidian vault, organised by project.

Setup

npm install
npm run build

Related MCP server: Obsidian MCP Server

Configuration

Set VAULT_PATH to the root of your Obsidian vault:

VAULT_PATH=/path/to/vault node dist/index.js

omp Registration

Add to ~/.omp/agent/mcp.json:

"obsidian-vault": {
  "command": "node",
  "args": ["/absolute/path/to/obsidian-vault-mcp/dist/index.js"],
  "env": { "VAULT_PATH": "/path/to/your/obsidian/vault" }
}

Tools

Tool

Description

list_projects

List all projects in the vault

write_feature_doc

Write a feature doc under a project

write_bug

File a new bug under a project

get_next_bug

Get the highest-priority open bug

update_bug_status

Mark a bug open / in-progress / resolved

list_bugs

List bugs filtered by project and/or status

Vault Layout

<vault>/
  Projects/
    <ProjectName>/
      Features/<slug>.md
      Bugs/<slug>.md
A
license - permissive license
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

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/Lithial/obsidian-vault-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server