Open Issues Need Help
View All on GitHubAI Summary: The task is to fix a critical path traversal vulnerability in the Obsidian MCP plugin. This involves implementing a robust path validator to prevent malicious actors from accessing files outside the Obsidian vault. The solution requires adding input validation to all file operations, potentially including allowlisting, configurable security policies, audit logging, and comprehensive testing.
High-performance Model Context Protocol (MCP) server for Obsidian that provides AI tools with direct vault access through semantic operations and HTTP transport.
AI Summary: Implement robust authentication and authorization mechanisms for the Obsidian MCP plugin to prevent unauthorized access to the user's vault. This involves adding API key authentication, restricting CORS origins, implementing rate limiting, and potentially role-based access control, along with comprehensive logging of authentication attempts.
High-performance Model Context Protocol (MCP) server for Obsidian that provides AI tools with direct vault access through semantic operations and HTTP transport.