obsidian-mcp-secure
Rank #40,070io.github.dewtech-technologies/obsidian-mcp-secure
Secure MCP server for Obsidian with OWASP Top 10 controls and full audit logging.
obsidian-mcp-secure is a Model Context Protocol (MCP) server published by dewtech-technologies. It ranks #40,070 of 115,591 servers tracked on MCP Toplist. obsidian-mcp-secure is listed across 3 registries — Official MCP, PulseMCP and Glama, with 3 tracked versions. It was first listed on Apr 24, 2026 and most recently updated on Apr 24, 2026.
Ranks ahead of 75,521 of 115,591 servers on MCP Toplist.
Use obsidian-mcp-secure
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add obsidian-mcp-secure -e "OBSIDIAN_API_KEY=<your OBSIDIAN_API_KEY>" -e "OBSIDIAN_HOST=<your OBSIDIAN_HOST>" -e "OBSIDIAN_PORT=<your OBSIDIAN_PORT>" -e "LOG_DIR=<your LOG_DIR>" -- npx -y obsidian-mcp-secureReplace each placeholder with your own value before saving.
[mcp_servers.obsidian-mcp-secure]
command = "npx"
args = ["-y", "obsidian-mcp-secure"]
[mcp_servers.obsidian-mcp-secure.env]
OBSIDIAN_API_KEY = "<your OBSIDIAN_API_KEY>"
OBSIDIAN_HOST = "<your OBSIDIAN_HOST>"
OBSIDIAN_PORT = "<your OBSIDIAN_PORT>"
LOG_DIR = "<your LOG_DIR>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"obsidian-mcp-secure": {
"command": "npx",
"args": [
"-y",
"obsidian-mcp-secure"
],
"env": {
"OBSIDIAN_API_KEY": "<your OBSIDIAN_API_KEY>",
"OBSIDIAN_HOST": "<your OBSIDIAN_HOST>",
"OBSIDIAN_PORT": "<your OBSIDIAN_PORT>",
"LOG_DIR": "<your LOG_DIR>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"obsidian-mcp-secure": {
"command": "npx",
"args": [
"-y",
"obsidian-mcp-secure"
],
"env": {
"OBSIDIAN_API_KEY": "<your OBSIDIAN_API_KEY>",
"OBSIDIAN_HOST": "<your OBSIDIAN_HOST>",
"OBSIDIAN_PORT": "<your OBSIDIAN_PORT>",
"LOG_DIR": "<your LOG_DIR>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"obsidian-mcp-secure": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"obsidian-mcp-secure"
],
"env": {
"OBSIDIAN_API_KEY": "<your OBSIDIAN_API_KEY>",
"OBSIDIAN_HOST": "<your OBSIDIAN_HOST>",
"OBSIDIAN_PORT": "<your OBSIDIAN_PORT>",
"LOG_DIR": "<your LOG_DIR>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"obsidian-mcp-secure": {
"command": "npx",
"args": [
"-y",
"obsidian-mcp-secure"
],
"env": {
"OBSIDIAN_API_KEY": "<your OBSIDIAN_API_KEY>",
"OBSIDIAN_HOST": "<your OBSIDIAN_HOST>",
"OBSIDIAN_PORT": "<your OBSIDIAN_PORT>",
"LOG_DIR": "<your LOG_DIR>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"obsidian-mcp-secure": {
"command": "npx",
"args": [
"-y",
"obsidian-mcp-secure"
],
"env": {
"OBSIDIAN_API_KEY": "<your OBSIDIAN_API_KEY>",
"OBSIDIAN_HOST": "<your OBSIDIAN_HOST>",
"OBSIDIAN_PORT": "<your OBSIDIAN_PORT>",
"LOG_DIR": "<your LOG_DIR>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.dewtech-technologies%2Fobsidian-mcp-secure)<a href="https://mcptoplist.com/server/io.github.dewtech-technologies%2Fobsidian-mcp-secure"><img src="https://mcptoplist.com/badge/io.github.dewtech-technologies%2Fobsidian-mcp-secure.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
dewtech-technologies
Other servers by dewtech-technologies
View all dewtech-technologies servers →Available versions (3)
| Version | Published |
|---|---|
| 1.0.4 | Apr 24, 2026 |
| 1.0.3 | Apr 24, 2026 |
| 1.0.1 | Apr 24, 2026 |
Frequently asked questions
- Who maintains obsidian-mcp-secure?
- obsidian-mcp-secure is maintained by dewtech-technologies, which publishes 2 MCP servers (4 total versions) tracked on MCP Toplist.
- Is obsidian-mcp-secure listed on the Official MCP Registry?
- Yes — obsidian-mcp-secure is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does obsidian-mcp-secure have?
- MCP Toplist tracks 3 versions of obsidian-mcp-secure, most recently published on Apr 24, 2026.
- Where can I find the source code for obsidian-mcp-secure?
- The source code for obsidian-mcp-secure is hosted at github.com/dewtech-technologies/obsidian-mcp-secure.