Stats
Actions
Tags
Runs a local MCP server for interacting with Obsidian vaults, enabling note creation, reading, and search. No external credentials needed.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"obsidian-second-brain": {
"command": "uv",
"args": [
"run",
"--with",
"mcp",
"python",
"${CLAUDE_PLUGIN_ROOT}/integrations/obsidian-mcp-server/server.py"
]
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
uvCommand-line arguments passed to the server process
First indexed Jul 18, 2026
First indexed Jul 18, 2026
npx claudepluginhub eugeniughelbur/obsidian-second-brain --plugin obsidian-second-brain