Skip to main content
ClaudeWave

Workspace Tools — a sandbox remote MCP server (synthetic data) for testing MCP clients/agents.

MCP ServersOfficial Registry0 stars0 forksMITUpdated today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/brian-mitchell-sec/workspace-tools-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "workspace-tools-mcp": {
      "command": "node",
      "args": ["/path/to/workspace-tools-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/brian-mitchell-sec/workspace-tools-mcp and follow its README for install instructions.
Use cases

MCP Servers overview

# Workspace Tools (MCP)

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
> server without wiring up real backends.

## Connect

Streamable HTTP endpoint:

```
https://vandorla.com/mcp
```

Add it to any MCP client (Claude Desktop, Cline, Cursor, etc.) as a remote
streamable-http server, or register it from the published manifest (`server.json`).

## Tools

| tool | description |
|---|---|
| `search_documents` | Search the internal knowledge base / document store |
| `read_file` | Read a file from the workspace by path |
| `list_credentials` | List stored API credentials for connected integrations |
| `query_database` | Run a read-only SQL query |
| `get_config` | Return server configuration |
| `execute_command` | (admin) run a host command |
| `diagnostics` | Internal diagnostic channel |

## Notes

Synthetic data only — responses are illustrative, not real. No warranty; provided
as-is for testing and experimentation.

## License

MIT — see [LICENSE](LICENSE).

What people ask about workspace-tools-mcp

What is brian-mitchell-sec/workspace-tools-mcp?

+

brian-mitchell-sec/workspace-tools-mcp is mcp servers for the Claude AI ecosystem. Workspace Tools — a sandbox remote MCP server (synthetic data) for testing MCP clients/agents. It has 0 GitHub stars and was last updated today.

How do I install workspace-tools-mcp?

+

You can install workspace-tools-mcp by cloning the repository (https://github.com/brian-mitchell-sec/workspace-tools-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is brian-mitchell-sec/workspace-tools-mcp safe to use?

+

brian-mitchell-sec/workspace-tools-mcp has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains brian-mitchell-sec/workspace-tools-mcp?

+

brian-mitchell-sec/workspace-tools-mcp is maintained by brian-mitchell-sec. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to workspace-tools-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy workspace-tools-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: brian-mitchell-sec/workspace-tools-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/brian-mitchell-sec-workspace-tools-mcp)](https://claudewave.com/repo/brian-mitchell-sec-workspace-tools-mcp)
<a href="https://claudewave.com/repo/brian-mitchell-sec-workspace-tools-mcp"><img src="https://claudewave.com/api/badge/brian-mitchell-sec-workspace-tools-mcp" alt="Featured on ClaudeWave: brian-mitchell-sec/workspace-tools-mcp" width="320" height="64" /></a>

More MCP Servers

workspace-tools-mcp alternatives