Light Obsidian Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Light Obsidian Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
MCP server for working with your Obsidian vault via Claude Desktop and other MCP-compatible clients.
Unlike other Obsidian integrations, this server works directly with the vault folder on your file system:
| Tool | Description |
|---|---|
read_note | Read a note by relative path |
write_note | Create or overwrite a note |
move_note | Move or rename a note within the vault |
list_notes | List .md files in a folder |
search_notes | Full-text search across notes |
delete_note | Delete a note by relative path |
get_frontmatter | Read YAML metadata from a note |
1. Install uv
pip install uvOr see other installation options.
2. Add to your Claude Desktop config
The example below shows setup for Claude Desktop, but the server works with any MCP-compatible client: Cursor, Windsurf, Zed, Continue, and others — the config format is the same.
Config file location:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.json or %LOCALAPPDATA%\Packages\Claude_*\LocalCache\Roaming\Claude\claude_desktop_config.json{
"mcpServers": {
"obsidian": {
"command": "uvx",
"args": ["--python", "3.13", "light-obsidian-mcp"],
"env": {
"OBSIDIAN_VAULT": "C:\\path\\to\\your\\obsidian\\vault"
}
}
}
}Replace OBSIDIAN_VAULT with the path to your vault and restart your client.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.