Obsidian Mcp
@orvice
关于 Obsidian Mcp
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"experimental": {
"modelContextProtocol": true
},
"mcpServers": {
"obsidian-mcp": {
"command": "obsidian-mcp",
"args": [],
"env": {
"OBSIDIAN_BASE_URL": "http://localhost:27123",
"OBSIDIAN_API_KEY": "your-obsidian-api-key"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Obsidian Mcp?
Obsidian Mcp is a Go-based Model Context Protocol server that connects MCP-compatible clients to Obsidian through the Obsidian Local REST API plugin. It is built for users who want to interact programmatically with their Obsidian notes from tools like Claude Desktop.
How to use Obsidian Mcp?
Install via go install or build from source, then set the OBSIDIAN_BASE_URL and OBSIDIAN_API_KEY environment variables. Start the server and use it with any MCP-compatible client, such as Claude Desktop or Continue, by adding it to the client’s MCP configuration.
Key features of Obsidian Mcp
- Interacts with Obsidian through the MCP protocol
- Supports the Obsidian Local REST API plugin
- Provides tools and prompts functionality
- Supports both stdio and SSE server modes
- Written in Go for fast startup and low memory use
Use cases of Obsidian Mcp
- Query, create, or update Obsidian notes from an AI assistant
- Automate note-taking workflows via MCP-compatible tools
- Integrate Obsidian with other applications through the MCP ecosystem
FAQ from Obsidian Mcp
What is required to use Obsidian Mcp?
You must have Obsidian installed with the Obsidian Local REST API plugin enabled and configured, plus an API key for that plugin.
Which transport modes does Obsidian Mcp support?
The server supports both stdio (default) and SSE server mode. Enable SSE by setting the SSE_SERVER environment variable to "true".
Where does my data live?
All data stays in your local Obsidian vault; the server acts as a bridge to the Obsidian REST API plugin, which runs locally on your machine.
Can I use Obsidian Mcp with any MCP client?
Yes, the README provides configuration examples for Claude Desktop and Continue, and it should work with any MCP-compatible client that supports the stdio or SSE transports.
记忆与知识 分类下的更多 MCP 服务器
minutes
silversteinEvery meeting, every idea, every voice note — searchable by your AI. Open-source, privacy-first conversation memory layer.
MCP server for Obsidian
MarkusPfundsteinMCP server that interacts with Obsidian via the Obsidian rest API community plugin
mcp-local-rag
nkapila6"primitive" RAG-like web search model context protocol (MCP) server that runs locally. ✨ no APIs ✨
Solomd
zhitongblogA markdown editor — and the bridge to your LLM. Local-first, MIT, ~15 MB. Bundled MCP server lets Claude Code / Codex / Cursor drive your vault directly. 14 AI providers BYOK.
Mcp Knowledge Graph
shanehollomanMCP server enabling persistent memory for Claude through a local knowledge graph - fork focused on local development
评论