mcpbeat Sign in

Obsidian MCP Secure MCP Server

local only

Obsidian MCP Secure runs on your own machine — the client starts it, so there is no endpoint to ping. 40 installs a week from npm. Last commit 3 May 2026.

Secure MCP server for Obsidian with OWASP Top 10 controls and full audit logging.

Installs per day peak 25 · avg 9 · -30% w/w
a month agotoday
40
Installs / week
npm · obsidian-mcp-secure
0
Stars
0 open issues
3 May 2026
Last commit
0 releases in 90 days
License
JavaScript

Nothing serious here today

Today is the operative word: we check Obsidian MCP Secure every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add obsidian-mcp-secure -- npx -y obsidian-mcp-secure
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "obsidian-mcp-secure": {
      "args": [
        "-y",
        "obsidian-mcp-secure"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.obsidian-mcp-secure]
command = "npx"
args = ["-y", "obsidian-mcp-secure"]
.cursor/mcp.json
{
  "mcpServers": {
    "obsidian-mcp-secure": {
      "args": [
        "-y",
        "obsidian-mcp-secure"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "obsidian-mcp-secure": {
      "args": [
        "-y",
        "obsidian-mcp-secure"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: OBSIDIAN_API_KEY (API Key generated by Obsidian's Local REST API plugin (Settings -> Local REST API -> API Key)), OBSIDIAN_HOST (Host of the Local REST API (default: http://127.0.0.1)), OBSIDIAN_PORT (Port of the Local REST API (default: 27123)), LOG_DIR (Directory for audit logs (default: ./logs)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Obsidian MCP Secure

same job, measured the same way
ssh-mcp
by gelse

MCP gateway for controlled SSH access with per-client auth, command policies, and audit logging.

local only
Firebase MCP Server
by dasasian

MCP server for Firebase — Firestore, Storage, Auth, and Cloud Logging, with schema validation.

32 installs/wk local only
K8scortex MCP
by apatilgtn

Kubernetes MCP server: 75 tools for GKE, AKS, EKS, RBAC, audit logging, GitOps, multi-cluster.

35 installs/wk local only
lu
by adelaidasofia

lu.ma events MCP server with draft+confirm safety, audit logging, and prompt-injection scrubbing.…

local only
mcp-audit
by firatmio

Transparent audit proxy for MCP servers: logs every tool call, flags poisoning and rug pulls.

33 installs/wk local only
mcp-gatehouse
by nickgeorgeseo

Permission tiers, approval gates, and audit logging for MCP servers - the server is the gatekeeper

58 installs/wk local only
MikroMCP
by alikarami

MCP server for MikroTik RouterOS: typed tools, dry-run, RBAC, audit logs, and rollback.

210 installs/wk local only
MCP Observability Server
by gagandeeppra

MCP server for querying logs from observability platforms with unified search and tracing

76 installs/wk local only

Obsidian MCP Secure — questions

Answers built from our own checks of this server.

Why is there no uptime for Obsidian MCP Secure?
Obsidian MCP Secure runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package obsidian-mcp-secure was installed 40 times last week.
How do I connect Obsidian MCP Secure?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls obsidian-mcp-secure straight from npm; nothing to host, nothing to sign up for.
How many people use Obsidian MCP Secure?
The npm package obsidian-mcp-secure was installed 40 times in the last week. Week over week that is -30%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Obsidian MCP Secure open source?
We cannot say either way: written in JavaScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.