Stash-MCP

dylanturn/Stash-MCP
★ 3 stars Python 🤖 AI/LLM Updated 2d ago
A file-backed content server that exposes documents to AI agents via the Model Context Protocol (MCP).
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": {
    "stash-mcp": {
      "command": "uvx",
      "args": [
        "stash-mcp"
      ]
    }
  }
}

Or install with pip: pip install stash-mcp