★ 0 stars
JavaScript
📦 Other
Updated today
Open-source platform for building and operating distributed systems — explicit 4-layer state model, gRPC-native, AI-operated via 129-tool MCP server
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"services": {
"command": "npx",
"args": [
"-y",
"globulario/services"
]
}
}
}
Run in terminal:
claude mcp add services npx -y globulario/services
Add to .cursor/mcp.json:
{
"mcpServers": {
"services": {
"command": "npx",
"args": [
"-y",
"globulario/services"
]
}
}
}
Topics
aidevopsdistributed-systemsetcdgolanggrpcmcpmicroservicesplatform-engineeringself-hosted