Loading MCP server directory, please wait...
Persistent cloud development environments that coding agents create, run and test software in.
npx @getmcp/cli add io.github.Reachpad/reachpad-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
REACHPAD_ENDPOINTYour reachpad host, e.g. m1.reachpad.dev
REACHPAD_IDENTITY_CREDENTIALYour per-user credential from reachpad.dev/connect. Names one account and can act for no other.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.Reachpad/reachpad-mcp": {
"command": "npx",
"args": [
"-y",
"@reachpad/mcp"
],
"env": {
"REACHPAD_ENDPOINT": "",
"REACHPAD_IDENTITY_CREDENTIAL": ""
}
}
}
}