MCPHub LabRegistrysympozium-ai/sympozium
sympozium-ai

sympozium ai/sympozium

Built by sympozium-ai 378 stars

What is sympozium ai/sympozium?

Run a fleet of AI agents on Kubernetes. Administer your cluster agentically

How to use sympozium ai/sympozium?

1. Install a compatible MCP client (like Claude Desktop). 2. Open your configuration settings. 3. Add sympozium ai/sympozium using the following command: npx @modelcontextprotocol/sympozium-ai-sympozium 4. Restart the client and verify the new tools are active.
🛡️ Scoped (Restricted)
npx @modelcontextprotocol/sympozium-ai-sympozium --scope restricted
🔓 Unrestricted Access
npx @modelcontextprotocol/sympozium-ai-sympozium

Key Features

Native MCP Protocol Support
Real-time Tool Activation & Execution
Verified High-performance Implementation
Secure Resource & Context Handling

Optimized Use Cases

Extending AI models with custom local capabilities
Automating system workflows via natural language
Connecting external data sources to LLM context windows

sympozium ai/sympozium FAQ

Q

Is sympozium ai/sympozium safe?

Yes, sympozium ai/sympozium follows the standardized Model Context Protocol security patterns and only executes tools with explicit user-granted permissions.

Q

Is sympozium ai/sympozium up to date?

sympozium ai/sympozium is currently active in the registry with 378 stars on GitHub, indicating its reliability and community support.

Q

Are there any limits for sympozium ai/sympozium?

Usage limits depend on the specific implementation of the MCP server and your system resources. Refer to the official documentation below for technical details.

Official Documentation

View on GitHub
<p align="center"> <img src="logo.png" alt="sympozium.ai logo" width="600px;"> </p> <p align="center"> <em> Every agent is an ephemeral Pod.<br>Every policy is a CRD. Every execution is a Job.<br> Orchestrate multi-agent workflows <b>and</b> let agents diagnose, scale, and remediate your infrastructure.<br> Multi-tenant. Horizontally scalable. Safe by design.</em><br><br> From the creator of <a href="https://github.com/k8sgpt-ai/k8sgpt">k8sgpt</a> and <a href="https://github.com/AlexsJones/llmfit">llmfit</a> </p> <p align="center"> <b> This project is under active development. API's will change, things will be break. Be brave. <b /> </p> <p align="center"> <a href="https://github.com/sympozium-ai/sympozium/actions"><img src="https://github.com/sympozium-ai/sympozium/actions/workflows/build.yaml/badge.svg" alt="Build"></a> <a href="https://github.com/sympozium-ai/sympozium/releases/latest"><img src="https://img.shields.io/github/v/release/sympozium-ai/sympozium" alt="Release"></a> <a href="LICENSE"><img src="https://img.shields.io/badge/license-Apache%202.0-blue" alt="License"></a> </p> <p align="center"> <img src="demo.gif" alt="Sympozium TUI demo" width="800px;"> </p>

Full documentation: deploy.sympozium.ai/docs


Quick Install (macOS / Linux)

Homebrew:

brew tap sympozium-ai/sympozium
brew install sympozium

Shell installer:

curl -fsSL https://deploy.sympozium.ai/install.sh | sh

Then deploy to your cluster and activate your first agents:

sympozium install          # deploys CRDs, controllers, and built-in PersonaPacks
sympozium                  # launch the TUI — go to Personas tab, press Enter to onboard
sympozium serve            # open the web dashboard (port-forwards to the in-cluster UI)

Advanced: Helm Chart

Prerequisites: cert-manager (for webhook TLS):

kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.17.1/cert-manager.yaml

Deploy the Sympozium control plane:

helm repo add sympozium https://deploy.sympozium.ai/charts
helm repo update
helm install sympozium sympozium/sympozium

See charts/sympozium/values.yaml for configuration options.


Why Sympozium?

Sympozium serves two powerful use cases on one Kubernetes-native platform:

  1. Orchestrate fleets of AI agents — customer support, code review, data pipelines, or any domain-specific workflow. Each agent gets its own pod, RBAC, and network policy with proper tenant isolation.
  2. Administer the cluster itself agentically — point agents inward to diagnose failures, scale deployments, triage alerts, and remediate issues, all with Kubernetes-native isolation, RBAC, and audit trails.

Key Features

PersonaPacksHelm-like bundles for AI agents — activate a pack and the controller stamps out a full agent team
Skill SidecarsEvery skill runs in its own sidecar with ephemeral least-privilege RBAC, garbage-collected on completion
Multi-ChannelTelegram, Slack, Discord, WhatsApp — each channel is a dedicated Deployment backed by NATS JetStream
Persistent MemorySQLite + FTS5 on a PersistentVolume — memories survive across ephemeral pod runs
Scheduled HeartbeatsCron-based recurring agent runs for health checks, alert triage, and resource right-sizing
Agent SandboxKernel-level isolation via kubernetes-sigs/agent-sandbox — gVisor or Kata with warm pools for instant starts
MCP ServersExternal tool providers via Model Context Protocol with auto-discovery and allow/deny filtering
TUI & Web UITerminal and browser dashboards, or skip the UI entirely with Helm and kubectl
Any AI ProviderOpenAI, Anthropic, Azure, Ollama, or any compatible endpoint — no vendor lock-in

Documentation

TopicLink
Getting Starteddeploy.sympozium.ai/docs/getting-started
Architecturedeploy.sympozium.ai/docs/architecture
Custom Resourcesdeploy.sympozium.ai/docs/concepts/custom-resources
PersonaPacksdeploy.sympozium.ai/docs/concepts/personapacks
Skills & Sidecarsdeploy.sympozium.ai/docs/concepts/skills
Persistent Memorydeploy.sympozium.ai/docs/concepts/persistent-memory
Channelsdeploy.sympozium.ai/docs/concepts/channels
Agent Sandboxingdeploy.sympozium.ai/docs/concepts/agent-sandbox
Securitydeploy.sympozium.ai/docs/concepts/security
CLI & TUI Referencedeploy.sympozium.ai/docs/reference/cli
Helm Chartdeploy.sympozium.ai/docs/reference/helm
Ollama & Local Inferencedeploy.sympozium.ai/docs/guides/ollama
Writing Skillsdeploy.sympozium.ai/docs/guides/writing-skills
Writing Toolsdeploy.sympozium.ai/docs/guides/writing-tools
LM Studio & Local Inferencedeploy.sympozium.ai/docs/guides/lm-studio
Writing PersonaPacksdeploy.sympozium.ai/docs/guides/writing-personapacks
Your First AgentRundeploy.sympozium.ai/docs/guides/first-agentrun

Development

make test        # run tests
make lint        # run linter
make manifests   # generate CRD manifests
make run         # run controller locally (needs kubeconfig)

License

Apache License 2.0

Global Ranking

8.5
Trust ScoreMCPHub Index

Based on codebase health & activity.

Manual Config

{ "mcpServers": { "sympozium-ai-sympozium": { "command": "npx", "args": ["sympozium-ai-sympozium"] } } }