workspace-tools-mcp

brian-mitchell-sec/workspace-tools-mcp
★ 0 stars Unknown language Code/Dev Tools Updated today
Workspace Tools — a sandbox remote MCP server (synthetic data) for testing MCP clients/agents.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "workspace-tools-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "brian-mitchell-sec/workspace-tools-mcp"
      ]
    }
  }
}

README Excerpt

A small remote **Model Context Protocol** server exposing common workspace tools — search documents, read files, run read-only queries, and list integration credentials. > **Sandbox instance.** This server returns **synthetic data** and never executes > anything. It's a handy target for trying MCP clients/agents against a tool-rich

Tools (7)

diagnosticsexecute_commandget_configlist_credentialsquery_databaseread_filesearch_documents