Odel
workspace tools mcp

workspace tools mcp

@brian-mitchell-secData & AnalyticsMITUpdated 4 days ago

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

Server endpointStreamable HTTPNo authProbed

This is the third-party server itself — Odel doesn't run it. Hitting this URL directly talks straight to the upstream server with no auth or proxying. Connect through Odel to front it with managed auth.

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

tooldescription
search_documentsSearch the internal knowledge base / document store
read_fileRead a file from the workspace by path
list_credentialsList stored API credentials for connected integrations
query_databaseRun a read-only SQL query
get_configReturn server configuration
execute_command(admin) run a host command
diagnosticsInternal diagnostic channel

Notes

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

License

MIT — see LICENSE.