INDIVIDUAL MCP TOOL
create_workspace
Create a persistent development workspace: a filesystem and processes that survive between calls.
LIVE ENDPOINT
https://reachpad.dev/mcp
Connect to this endpoint to inspect the live schema for create_workspace and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
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.list_workspaces— List this account's workspaces, with how many forks each has.get_workspace— What a workspace resumes from: its head snapshot, how far its log had got, and its fork tree.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.