O
Obsidian MCP Sb
by @CoMfUcIoS
An MCP (Model Context Protocol) server that provides intelligent read-only access to your Obsidian vault, enabling it to function as a "second brain" for LLMs.
Created 10/4/2025
Updated 2 months ago
README
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server
Install Package (if required)
npx @modelcontextprotocol/server-obsidian-mcp-sb
Cursor configuration (mcp.json)
{
"mcpServers": {
"comfucios-obsidian-mcp-sb": {
"command": "npx",
"args": [
"comfucios-obsidian-mcp-sb"
]
}
}
}