Obsidian-brain is an MCP server designed to connect Claude to your Obsidian vault, streamlining access and enhancing productivity. With straightforward setup and robust debugging tools, it allows users to build, publish, and manage their note-taking effectively. Whether on Mac or Windows, make the most of your Obsidian experience.
Obsidian-Brain MCP Server
Unlock the powerful capabilities of your Obsidian Brain with the MCP (Model Context Protocol) server. This project enables seamless integration and interaction with your Obsidian vault, providing a robust framework for managing your knowledge and boosting productivity.
To configure an unpublished server, use the following command setup:
"mcpServers": {
"obsidian-brain": {
"command": "uv",
"args": [
"--directory",
"/Users/shubhaankar/github.com/Shubhaankar-Sharma/obsidian_brain",
"run",
"obsidian-brain"
],
"env": {
"OBSIDIAN_MIND_PATH": "/path/to/obsidian/vault"
}
}
}
For published servers, your configuration will look like:
"mcpServers": {
"obsidian-brain": {
"command": "uvx",
"args": [
"obsidian-brain"
],
"env": {
"OBSIDIAN_MIND_PATH": "/path/to/obsidian/vault"
}
}
}
Easily prepare your application for distribution with these simple commands:
uv sync
uv build
dist/ directory.uv publish
Debugging MCP servers can be tricky. For optimal results, utilize the MCP Inspector to streamline the debugging process:
npx @modelcontextprotocol/inspector uv --directory /Users/shubhaankar/github.com/Shubhaankar-Sharma/obsidian_brain run obsidian-brain
Launch the Inspector to view a dedicated URL for debugging in your browser.
Leverage the capabilities of your Obsidian Brain today with the MCP server, transforming how you organize and access your knowledge!
No comments yet.
Sign in to be the first to comment.