Skip to main content
Glama
dewtech-technologies

obsidian-mcp-secure

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOG_DIRNoDirectory for the audit log files./logs
OBSIDIAN_HOSTNoHost (only 127.0.0.1 and localhost are accepted)http://127.0.0.1
OBSIDIAN_PORTNoPort of the plugin's HTTP server27123
OBSIDIAN_API_KEYYesAPI key from the Local REST API plugin

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
read_noteB

Lê o conteúdo de uma nota do Obsidian pelo caminho

list_notesA

Lista arquivos e pastas do vault ou de um diretório específico

create_noteB

Cria uma nova nota no Obsidian

edit_noteA

Edita o conteúdo de uma nota existente (substitui o conteúdo inteiro)

delete_noteA

Deleta uma nota do vault. ATENÇÃO: ação irreversível.

search_notesA

Busca notas por conteúdo ou tag no vault

find_note_by_nameA

Encontra notas pelo nome (busca parcial, insensível a maiúsculas). Útil quando o caminho exato não é conhecido.

list_tagsA

Lista todas as tags usadas no vault com contagem de ocorrências

create_backlinksA

Adiciona wikilinks [[NomeDaNota]] na seção '## Relacionadas' da nota source. Cria a seção se não existir.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/dewtech-technologies/obsidian-mcp-secure'

If you have feedback or need assistance with the MCP directory API, please join our Discord server