Skip to main content
Learn how to configure and deploy different types of MCP services with NimbleTools Runtime.

Service Types

NimbleTools Runtime supports multiple MCP server types:

NPM Packages

Deploy MCP servers published to npm

Container Images

Use pre-built container images

Stdio Servers

Standard input/output based servers

HTTP Servers

HTTP-based MCP implementations

Basic Service Configuration

apiVersion: nimbletools.ai/v1alpha1
kind: MCPService
metadata:
  name: my-service
spec:
  source:
    type: npm
    package: "@example/mcp-server"
I