Back to Browse

WorkspaceGuard MCP Server

Developer ToolsUse Caution4.8MCP RegistryLocal
Free

Server data from the Official MCP Registry

Wraps the WorkspaceGuard CLI as a single generic MCP tool for workspace usage checks.

About

Wraps the WorkspaceGuard CLI as a single generic MCP tool for workspace usage checks.

Security Report

4.8
Use Caution4.8High Risk

WorkspaceGuard is a well-architected usage-metering and quota-enforcement sidecar for self-hosted AI deployments. The codebase demonstrates strong security practices: fail-closed quota enforcement, cryptographic isolation via AES-256-GCM vaults with proper key rotation, comprehensive test coverage for cross-workspace isolation, and path-traversal protections. Permissions are appropriate for the stated purpose (local file I/O for configuration and usage tracking, subprocess execution for CLI). Minor code-quality findings around error handling and input validation do not materially impact security. Supply chain analysis found 6 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.

6 files analyzed · 12 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

env_vars

Check that this permission is expected for this type of plugin.

process_spawn

Check that this permission is expected for this type of plugin.

Shell Command Execution

Runs commands on your machine. Be cautious — only use if you trust this plugin.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-rudrendupaul-workspaceguard": {
      "args": [
        "-y",
        "workspaceguard-cli"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!