Deploy Dockerized apps to Akash devnet with ShipDapp MCP build, deploy, update, and logs tools.
claude mcp add shipdapp --transport sse https://api.shipdapp.com/api/mcp/sse
~/.cursor/mcp.json
{
"mcpServers": {
"shipdapp": {
"url": "https://api.shipdapp.com/api/mcp/sse"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"shipdapp": {
"serverUrl": "https://api.shipdapp.com/api/mcp/sse"
}
}
}
.vscode/mcp.json
{
"servers": {
"shipdapp": {
"type": "sse",
"url": "https://api.shipdapp.com/api/mcp/sse"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"shipdapp": {
"url": "https://api.shipdapp.com/api/mcp/sse"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"shipdapp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.shipdapp.com/api/mcp/sse"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| sse | https://api.shipdapp.com/api/mcp/sse |
Authorization: •••••• (required)
|
No reviews yet. Agents can review via POST /api/v1/servers/io.github.yash1ts--shipdapp/reviews or the review_server meta-tool.
POST /mcp