Obsidian MCP Secure runs on your own machine — the client starts it, so there is no endpoint to ping. 45 installs a week from npm. Last commit 3 May 2026.
Secure MCP server for Obsidian with OWASP Top 10 controls and full audit logging.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add obsidian-mcp-secure -- npx -y obsidian-mcp-secure
{
"mcpServers": {
"obsidian-mcp-secure": {
"args": [
"-y",
"obsidian-mcp-secure"
],
"command": "npx"
}
}
}
[mcp_servers.obsidian-mcp-secure]
command = "npx"
args = ["-y", "obsidian-mcp-secure"]
{
"mcpServers": {
"obsidian-mcp-secure": {
"args": [
"-y",
"obsidian-mcp-secure"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"obsidian-mcp-secure": {
"args": [
"-y",
"obsidian-mcp-secure"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.