the-briefcase

tatmanblue/the-briefcase
★ 0 stars C# 🤖 AI/LLM Updated today
An MCP server allowing agents to access files
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "the-briefcase": {
      "command": "npx",
      "args": [
        "-y",
        "tatmanblue/the-briefcase"
      ]
    }
  }
}

README Excerpt

An MCP server that gives AI agents controlled access to files outside their working directory. AI agents — such as Claude Code, GitHub Copilot, or any MCP-compatible client — typically only see files inside their current working directory. The Briefcase solves this by acting as a secure file courier: it exposes a curated set of directories to agents through a structured API, without ever revealing the underlying file origins.

Topics

ai-agentai-agentsai-toolscsharpdotnetmcpmcp-servermcp-servers