Deploy web apps via AI agents with sota.io. 9 tools for deploy, logs, env, and more.
claude mcp add sota -- npx -y @sota-io/mcp
claude_desktop_config.json
{
"mcpServers": {
"sota": {
"command": "npx",
"args": [
"-y",
"@sota-io/mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"sota": {
"command": "npx",
"args": [
"-y",
"@sota-io/mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"sota": {
"command": "npx",
"args": [
"-y",
"@sota-io/mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"sota": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@sota-io/mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"sota": {
"command": "npx",
"args": [
"-y",
"@sota-io/mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.sota-deploy--sota/reviews or the review_server meta-tool.
POST /mcp