Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From vault-pkm
Runs locally to provide access to an Obsidian PKM vault for note search, retrieval, editing, and knowledge management. Requires VAULT_PATH to the vault directory.
npx claudepluginhub adrianv101/obsidian-pkm-plugin --plugin obsidian-pkmCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"vault-pkm": {
"command": "npx",
"args": [
"-y",
"obsidian-pkm@^3"
],
"env": {
"VAULT_PATH": "${VAULT_PATH}"
}
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
VAULT_PATH=${VAULT_PATH}Share bugs, ideas, or general feedback.