obsidian-filesystem-mcp

natesena/obsidian-filesystem-mcp
★ 0 stars Dockerfile File System Updated 15d ago
Docker-based MCP server providing filesystem access to your Obsidian vault over HTTP. Zero custom code.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "obsidian-filesystem-": {
      "command": "npx",
      "args": [
        "-y",
        "natesena/obsidian-filesystem-mcp"
      ]
    }
  }
}

README Excerpt

A Docker-based MCP server that provides filesystem access to your Obsidian vault over HTTP. Uses the official [`@modelcontextprotocol/server-filesystem`](https://github.com/modelcontextprotocol/servers/tree/main/src/filesystem) with [`supergateway`](https://github.com/supercorp-ai/supergateway) for HTTP transport.

Tools (15)

MCP_PORTVAULT_PATHcreate_directorydirectory_treeedit_fileget_file_infolist_allowed_directorieslist_directorylist_directory_with_sizesmove_fileread_media_fileread_multiple_filesread_text_filesearch_fileswrite_file