mcp-workspace

mcp-workspace (MCP Workspace Server) is an MCP server that exposes file-system operations—scoped to a specified project directory—for AI assistants. It supports listing, reading, writing (atomic save/append), editing (exact-string matching), deleting, moving/renaming, and provides additional read-only “reference projects” for browsing extra codebases/directories.

Evaluated Mar 30, 2026 (0d ago)
Repo ↗ DevTools mcp filesystem claude-desktop file-operations local-dev code-assistants sandbox
⚙ Agent Friendliness
71
/ 100
Can an agent use this?
🔒 Security
49
/ 100
Is it safe for agents?
⚡ Reliability
34
/ 100
Does it work consistently?

Score Breakdown

⚙ Agent Friendliness

MCP Quality
78
Documentation
70
Error Messages
80
Auth Simplicity
95
Rate Limits
10

🔒 Security

TLS Enforcement
30
Auth Strength
30
Scope Granularity
75
Dep. Hygiene
55
Secret Handling
60

Strongest described control is directory scoping via --project-dir with path validation to prevent traversal, plus gitignore filtering and read-only reference projects. No explicit authentication/authorization is described (likely relies on local/trusted usage). Writes include atomic save and append/edit/move/delete, so compromise of the MCP client/agent could cause damaging filesystem changes. TLS/auth/rate limiting for remote exposure are not addressed in the provided materials.

⚡ Reliability

Uptime/SLA
0
Version Stability
45
Breaking Changes
35
Error Recovery
55
AF Security Reliability

Best When

Used locally (e.g., Claude Desktop MCP) or in a trusted environment where the project directory is known and access is constrained to that directory.

Avoid When

Avoid running it as a network-exposed service to untrusted users, or using it without strong host-level isolation, because it can perform powerful write/delete/move operations.

Use Cases

  • Let an MCP-capable coding assistant inspect and modify a local project within a sandboxed directory
  • Generate and update code files using deterministic edit operations
  • Browse supplementary documentation or example repositories via read-only reference projects
  • Perform controlled file operations (create/overwrite, append, delete, move/rename) from an AI agent
  • Reduce manual context switching by giving an assistant direct access to project files

Not For

  • Serving as a public, unauthenticated remote file server
  • Use where users cannot fully control the project directory path passed at startup
  • High-safety environments that require auditable human approval for every write/delete action
  • Operations requiring fine-grained per-user authentication/authorization

Interface

REST API
No
GraphQL
No
gRPC
No
MCP Server
Yes
SDK
No
Webhooks
No

Authentication

OAuth: No Scopes: No

No user-facing auth mechanism is described in the provided README/manifest. Security model appears to rely on local execution + path restriction via --project-dir and read-only enforcement for reference projects.

Pricing

Free tier: No
Requires CC: No

Open-source (MIT) package; costs depend on your hosting/usage of the MCP client (e.g., Claude Desktop) rather than an API billing model.

Agent Metadata

Pagination
none
Idempotent
False
Retry Guidance
Not documented

Known Gotchas

  • save_file overwrites; append_file requires the file to already exist
  • edit_file uses exact string matching (case/whitespace sensitive) and replaces only the first occurrence per old_text
  • delete_this_file is irreversible
  • move_file may fail if destination exists or for security-invalid paths
  • Reference projects are read-only; tools that modify files should not be used against them

Alternatives

Full Evaluation Report

Comprehensive deep-dive: security analysis, reliability audit, agent experience review, cost modeling, competitive positioning, and improvement roadmap for mcp-workspace.

AI-powered analysis · PDF + markdown · Delivered within 30 minutes

$99

Package Brief

Quick verdict, integration guide, cost projections, gotchas with workarounds, and alternatives comparison.

Delivered within 10 minutes

$3

Score Monitoring

Get alerted when this package's AF, security, or reliability scores change significantly. Stay ahead of regressions.

Continuous monitoring

$3/mo

Scores are editorial opinions as of 2026-03-30.

6533
Packages Evaluated
19870
Need Evaluation
586
Need Re-evaluation
Community Powered