Model Context Protocol server for Sopro (Process OS). Exposes service blueprints over stdio so MCP-aware clients (Claude Code, Claude Desktop, etc.) can drive Sopro via natural language.
{
"mcpServers": {
"sopro": {
"command": "npx",
"args": [
"-y",
"sopro-mcp"
]
}
}
}