What is NimbleTools Runtime?
NimbleTools Runtime provides a Kubernetes-native platform for deploying and managing MCP services. It automatically handles scaling, networking, and service discovery, allowing you to focus on building great AI tools.Universal Deployment
Deploy any MCP tool - Python, Go, stdio, or HTTP
Auto-Scaling
Automatically scale replicas based on demand
Production Ready
Built for production workloads
Production Ready
Built-in security, monitoring, and multi-tenancy
Key Features
60-Second Deployment
Deploy command-line MCP tools as HTTP services with a single command:Kubernetes-Native
Built on Kubernetes with custom resource definitions (CRDs) for MCP services:- MCPService CRD: Define and manage MCP services declaratively
- Operator Pattern: Automated reconciliation and health management
- Service Registry: Built-in discovery and routing
Automatic Scaling
Automatically scale services based on demand:- Horizontal pod autoscaling based on CPU/memory
- Configure min and max replicas
- Scale up during high load, scale down when idle
Multi-Workspace Support
Isolate services and resources by workspace:- Separate namespaces per workspace
- Resource quotas and limits
- Team-based access control
Architecture
Use Cases
Share AI Tools Across Teams
Share AI Tools Across Teams
Production MCP Services
Production MCP Services
Run MCP tools in production with automatic scaling, monitoring, and high availability.
Local Development
Local Development
Test and develop MCP services locally with k3d before deploying to production.
Self-Hosted MCP Platform
Self-Hosted MCP Platform
Run your own MCP platform on-premises or in your cloud account with full control.
Runtime vs Studio vs CLI
Feature | Runtime | Studio | CLI |
---|---|---|---|
Deployment | Self-hosted | Cloud-hosted | Local client |
Open Source | ✅ Yes | ❌ No | ✅ Yes |
UI | ❌ No | ✅ Yes | ❌ No |
Auto-scaling | ✅ Yes | ✅ Yes | ❌ N/A |
Kubernetes | Required | Managed | Not required |
Best For | Self-hosting | Quick start | Development |
Studio uses Runtime under the hood: NimbleBrain Studio is powered by NimbleTools Runtime, providing a managed experience with UI, playbooks, and additional features.
Getting Started
Ready to deploy your first MCP service?Installation
Install NimbleTools Runtime on your Kubernetes cluster
Quick Start
Deploy your first MCP service in 60 seconds
Architecture
Learn how NimbleTools Runtime works
GitHub Repository
View the source code and contribute
Community & Support
Discord Community
Join our Discord for help and discussions
GitHub Issues
Report bugs or request features