MCP Directory
Back

personal-server-filesystem

by dotnetdavid · Makefile · ★ 0

A clean reference implementation for building vault-scoped filesystem servers using @modelcontextprotocol/server-filesystem. Features deterministic Docker build, strict Obsidian vault isolation, and TOML configuration for LM Studio and PyCharm clients. Licensed under Apache License 2.0.

Install

git clone https://github.com/dotnetdavid/personal-server-filesystem.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "personal-server-filesystem": {
      "command": "npx",
      "args": [
        "-y",
        "github:dotnetdavid/personal-server-filesystem"
      ]
    }
  }
}

From the README

A minimal, isolated, Dockerized Model Context Protocol (MCP) filesystem server that exposes a single Obsidian vault () to MCP‑compatible clients such as LM Studio and JetBrains IDEs. This project serves as a clean, professional reference implementation for building vault‑scoped filesystem servers using the official package. The design emphasizes determinism, portability, and strict Obsidian vault isolation, making it suitable as a template for future multi‑vault MCP server ecosystems. The container runs the MCP filesystem server with as its root. All filesystem operations a…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related filesystem servers