obsidian-mcp-server-enhanced
Verified Safeby BoweyLou
Overview
A server implementation for an enhanced Multi-Client Protocol, likely associated with Obsidian.md for data synchronization or plugin interaction.
Installation
docker run -p 3000:3000 obsidian-mcp-server-enhancedSecurity Notes
The project is a server, inherently exposing network ports. Presence of `env.json` and `headers.txt` suggests configuration for secrets and potentially sensitive data, which must be handled securely (e.g., via environment variables, not committed to repo). `monitor-requests.sh` could expose data if not secured. No direct evidence of 'eval' or obfuscation from file names, but cannot be verified without code access.
Similar Servers
mcp-server-typescript
This server acts as a Model Context Protocol (MCP) gateway, enabling AI assistants to interact with DataForSEO APIs for various SEO data, including keyword research, SERP analysis, backlink monitoring, and on-page optimization.
mcp-obsidian
Facilitates LLM interaction with Obsidian vaults via the Local REST API plugin, enabling read/write operations and command execution.
obsidian-http-mcp
Facilitates AI agents, such as Claude Code, to manage Obsidian notes by providing an HTTP-native Model Context Protocol (MCP) server, bypassing stdio transport bugs.
mcp_server_ts
This is a Node.js server implementing a single tool ('create-user') for the Model Context Protocol (MCP), primarily for local integration via standard I/O.