eddmann/obsidian-mcp
MCP server for git-backed Obsidian vaults. Access and manage notes through Claude, ChatGPT, and other LLMs with automatic git sync. Supports local (stdio/HTTP) and remote (AWS Lambda) deployment.
Platform-specific configuration:
{
"mcpServers": {
"obsidian-mcp": {
"command": "npx",
"args": [
"-y",
"obsidian-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...