obsidian-mcp
Allows interacting with an Obsidian vault, providing tools for searching, reading, creating, and updating notes.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@obsidian-mcpsearch my vault for notes about MCP"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
obsidian-mcp
Servidor MCP que expõe um vault do Obsidian (busca, leitura, criação e atualização de notas) via Streamable HTTP.
Ver a SPEC completa na nota do vault: 01-Projetos/Servidor MCP do Obsidian.md.
Status
Scaffold inicial. config.py, auth.py, sync.py e server.py estão funcionais.
vault.py e tools.py são esqueletos (NotImplementedError) — implementação pendente.
Related MCP server: mcp-obsidian-ek
Setup local
uv sync
cp .env.example .env
# editar .env: VAULT_PATH deve apontar para a subpasta do vault dentro do clone
# (ex: .../SecondBrain/SecondBrain), e MCP_AUTH_TOKEN para um token forte.
uv run uvicorn src.server:app --reloadTestar com o MCP Inspector antes de expor remotamente:
npx @modelcontextprotocol/inspector uv run python -m src.serverVariáveis de ambiente
Ver .env.example para a lista completa (VAULT_PATH, MCP_AUTH_TOKEN, GIT_REMOTE,
GIT_AUTHOR, SYNC_PULL_INTERVAL, ALLOW_DESTRUCTIVE, PORT).
Deploy (EasyPanel)
Build via Dockerfile, expor por trás do Traefik com TLS. O container precisa de uma
deploy key SSH com permissão de push no repo do vault.
Conectar no Claude Code
claude mcp add --transport http obsidian https://SEU-DOMINIO/mcp \
--header "Authorization: Bearer SEU_TOKEN"Depois, /mcp dentro do Claude Code lista as tools disponíveis.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/RonaldoMerussi/obsidian-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server