workspace-tools-mcp logo

workspace-tools-mcp

brian-mitchell-sec/workspace-tools-mcp
0 starsMITUpdated 2026-06-17Community

Is this your server?

Add your score badge to your README and get your server in front of 45k+ builders a month.

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

Sandbox workspace tools: search, file read, DB queries, integrations. Returns synthetic data.

README.md

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.

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Search servers.