INDIVIDUAL MCP TOOL
get_workspace
What a workspace resumes from: its head snapshot, how far its log had got, and its fork tree.
LIVE ENDPOINT
https://reachpad.dev/mcp
Connect to this endpoint to inspect the live schema for get_workspace and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.reachpad]
url = "https://reachpad.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"reachpad": {
"type": "http",
"url": "https://reachpad.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: reachpad
Remote MCP URL: https://reachpad.dev/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"reachpad": {
"url": "https://reachpad.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"reachpad": {
"type": "http",
"url": "https://reachpad.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "reachpad",
"transport": "streamable-http",
"url": "https://reachpad.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_credit_balance— Show this account's remaining compute credits.create_workspace— Create a persistent development workspace: a filesystem and processes that survive between calls.list_workspaces— List this account's workspaces, with how many forks each has.run_command— Run one command in a workspace and get its exit code and output.checkpoint_workspace— Fork a workspace from its last sealed snapshot into a new one.expose_port— Open a port inside a workspace and get back a link that reaches it.list_ports— The ports this workspace has open to the web, oldest first, with their links.revoke_port— Close one port to the web.