★ 1278 Astro sse 更新 10小时前

Vault

A lightweight Model Context Protocol (MCP) server for safe Obsidian vault access

安装配置

{
    "mcpServers": {
        "obsidian": {
            "command": "npx",
            "args": [
                "@bitbonsai/mcpvault@latest",
                "/path/to/your/vault"
            ]
        }
    }
}

README 摘要

# MCPVault A universal AI bridge for Obsidian vaults using the Model Context Protocol (MCP) standard. Connect any MCP-compatible AI assistant to your knowledge base - works with Claude, ChatGPT, and future AI tools. This server provides safe read/write access to your notes while preventing YAML frontmatter corruption. [https://mcpvault.org](https://mcpvault.org) [Changelog](./CHANGELOG.md) [![GitHub Stars](https://img.shields.io/github/stars/bitbonsai/mcpvault?style=flat&logo=github&logoColor=white&color=9065ea&labelColor=262626)](https://github.com/bitbonsai/mcpvault) [![npm version](https://img.shields.io/npm/v/%40bitbonsai%2Fmcpvault?style=flat&logo=npm&logoColor=white&color=9065ea&labelColor=262626)](https://www.npmjs.com/package/@bitbonsai/mcpvault) [![npm downloads](https://img.shields.io/endpoint?url=https%3A%2F%2Fmcpvault.org%2Fapi%2Fdownloads.json&style=flat&logo=npm&logoColor=white&color=9065ea&labelColor=262626)](https://www.npmjs.com/package/@bitbonsai/mcpvault) [![GitHub Sponsors](https://img.shields.io/github/sponsors/BitBonsai?style=flat&logo=github&logoColor=white&color=9065ea&labelColor=262626)](https://github.com/sponsors/bitbonsai) [![Ko-Fi](https://img.shields.io/badge/Ko--fi-Support%20Me-9065ea?style=flat&logo=ko-fi&logoColor=white&labelColor=262626)](https://ko-fi.com/bitbonsai) [![Liberapay](https://img.shields.io/badge/Liberapay-Weekly%20Support-9065ea?style=flat&logo=liberapay&logoColor=white&labelColor=262626)](https://liberapay.com/bitbonsai/) ## Universal Compatibility Works with any MCP-compatible AI assistant including Claude Desktop, Claude Code, ChatGPT Desktop (Enterprise+), OpenCode, Gemini CLI, OpenAI Codex, IntelliJ IDEA 2025.1+, Cursor IDE, Windsurf IDE, and future AI platforms that adopt the MCP standard. https://github.com/user-attachments/assets/657ac4c6-1cd2-4cc3-829f-fd095a32f71c ## Quick Start (5 minutes) 1. **Install Node.js runtime:** ```bash # Download from https://nodejs.org (v18.0.0 or later) # or use a package manager like nvm, brew, apt, etc. ``` 2. **Test the server:** If using the published package: ```bash npx @modelcontextprotocol/inspector npx @bitbonsai/mcpvault@latest /path/to/your/vault ``` 3. **Configure your AI client:** **Claude Desktop** - Copy this to `claude_desktop_config.json`: ```json { "mcpServers": { "obsidian": { "command": "npx", "args": ["@bitbonsai/mcpvault@latest", "/path/to/your/vault"] } } } ``` **Claude Code** - Copy this to `~/.claude.json`: ```json { "mcpServers": { "obsidian": { "command": "npx", "args": ["@bitbonsai/mcpvault@latest", "/path/to/your/vault"], "env": {} } } } ``` **OpenCode** - Copy this to `~/.config/opencode/opencode.json` ```json { "mcp": { "obsidian": { "type": "local", "command": [ "npx", "@bitbonsai/mcpvault@latest", "/path/to/your/vault/" ], "enabled": true } } } ``` Replace `/path/to/your/vault` with your actual Obsidian vault path. For other platforms, see [detailed configuration guides](#ai-client-configuration) below. 4. **Test with your AI:** - "List files in my Obsidian vault" - "Read my note called 'project-ideas.md'" - "Create a new note with today's date" **Success indicators:** Your AI should be able to list files and read...

相关 MCP

Fastapi

Expose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!

★ 11868 Python sse 待补充
mcp Python sse

Chrome

Chrome MCP Server is a Chrome extension-based Model Context Protocol (MCP) server that exposes your Chrome browser funct...

★ 11659 TypeScript sse 有配置
mcp sse TypeScript

Unity

Unity MCP acts as a bridge, allowing AI assistants (like Claude, Cursor) to interact directly with your Unity Editor via...

★ 9756 C# sse 有配置
mcp sse C#

Go

A Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and exte...

★ 8720 Go sse 待补充
mcp sse Go

Agent

Build effective agents using Model Context Protocol and simple workflow patterns

★ 8327 Python sse 待补充
mcp Python sse

Registry

A community driven registry service for Model Context Protocol (MCP) servers.

★ 6836 Go sse 待补充
mcp sse Go