Vaultforge
Freeby MCP Community
Blazing-fast local MCP server for Obsidian vault operations via stdio
v1.0.3Added Apr 12, 2026
obsidianmcpmodel-context-protocoltypescriptbm25
Vaultforge MCP Server
Blazing-fast local MCP server for Obsidian vault operations via stdio
Installation
npx -y @blacksmithers/vaultforge
Reviews
Installation
Quick install
npx -y @blacksmithers/vaultforge
Add to claude_desktop_config.json
{
"mcpServers": {
"vaultforge": {
"command": "npx",
"args": ["-y", "@blacksmithers/vaultforge"]
}
}
}