Back to Home
Amri854 icon

obsidian-mcp-server

Verified Safe

by Amri854

Overview

A comprehensive Model Context Protocol (MCP) server for Obsidian that provides powerful vault access, knowledge graph analysis, and advanced integration features, often for AI tools and automation.

Installation

Run Command
node dist/index.js

Environment Variables

  • OBSIDIAN_VAULT_PATH
  • OBSIDIAN_VAULT_NAME
  • OBSIDIAN_REMOTE_URL
  • OBSIDIAN_REMOTE_NAME
  • OBSIDIAN_REMOTE_API_KEY
  • OBSIDIAN_SYNC_INTERVAL
  • OBSIDIAN_API_URL
  • OBSIDIAN_API_KEY

Security Notes

The server's core MCP communication happens over standard I/O (stdio), which limits direct network exposure for the protocol itself. Configuration for vault access and Obsidian API can involve sensitive data (API keys, vault paths). These are handled through environment variables or configuration files, which is good practice. Direct file system access by the LocalConnector requires trusted vault paths. RemoteConnector and ObsidianAPI rely on external HTTP endpoints; the security of these endpoints (e.g., Obsidian's 'Local REST API' plugin or custom servers) is outside the scope of this server's control and must be secured independently by the user. No direct 'eval' or obvious malicious patterns were identified in the provided source code snippets for the server's core logic.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassHigh
Avg Tokens7500
Stars0
Forks0
Last Update2026-01-19

Tags

obsidianmcpknowledge-graphnotesai-integration