
MCP Workspace
by marcusjellinghaus
Securely provide AI assistants with file, git, and GitHub tools within a sandboxed project directory.
What it does
MCP Workspace provides a secure, sandboxed environment for AI assistants to interact with local project files. It allows LLMs to read, write, edit, and manage files and directories, enabling a seamless transition from manual coding to natural language project orchestration.
Tools
list_directory: List files and directories in the project directoryread_file: Read file contents with optional line rangessave_file: Create or overwrite files atomicallyappend_file: Add content to existing filesdelete_this_file: Permanently remove a fileedit_file: Precise edits using exact string matchingmove_file: Rename or move files and directories (preserves git history)get_reference_projects: Discover read-only reference projectslist_reference_directory: List files in a reference projectread_reference_file: Read content from a reference project
Installation
{
"mcpServers": {
"filesystem": {
"command": "mcp-workspace",
"args": [
"--project-dir",
"/path/to/your/project"
]
}
}
}
Supported hosts
- Claude Desktop
- Cline (VS Code)
Quick install
pip install -e .Information
- Pricing
- free
- Published
- 4/25/2026






