mcp-workspace

MarcusJellinghaus/mcp-workspace
★ 47 stars Python 📁 File System Updated 9d ago
MCP Workspace Server: A secure Model Context Protocol server providing file, git, and GitHub tools for AI assistants within a sandboxed project directory.
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": {
    "mcp-workspace": {
      "command": "uvx",
      "args": [
        "mcp-workspace"
      ]
    }
  }
}

Or install with pip: pip install mcp-workspace

README Excerpt

A simple Model Context Protocol (MCP) server providing file system operations. This server offers a clean API for performing file system operations within a specified project directory, following the MCP protocol design. This MCP server enables AI assistants like Claude (via Claude Desktop) or other MCP-compatible systems to interact with your local file system. With these capabilities, AI assistants can:

Tools (13)

append_filecountdelete_this_fileedit_fileget_reference_projectslist_directorylist_reference_directorymove_fileprojectsread_fileread_reference_filesave_fileusage

Topics

claude-codeclaude-desktopfile-operationsfilesystemmcpmcp-servermodel-context-protocolopen-source