Install
$ agentstack add mcp-computerlovetech-umbod ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Umbod
Manage agent access. On your own infrastructure.
Website · Documentation · Discord
Connect your internal APIs and MCP servers to the agents your teams use. Umbod gives you one place to configure connectors, publish tools, and control access by group—all running on your own infrastructure.
- Connect once. Bring OpenAPI services and downstream MCP servers together, or build a custom connector.
- Control access. Decide which groups can use which tools through a shared administration interface.
- Keep your choice of agent. Keep connectors and access rules independent of your agent vendor.
Get started
Try Umbod on a local Kubernetes cluster. You’ll need Docker, kind, kubectl, and Helm 3.
Create the cluster and install Umbod:
kind create cluster --name umbod --wait 2m
helm upgrade --install umbod \
oci://ghcr.io/computerlovetech/charts/umbod \
--version 0.0.1-beta.4 \
--kube-context kind-umbod \
--set config.profile=local \
--set config.authentication.mode=dev \
--set-string config.publicOrigins.site=http://localhost:3000 \
--wait --timeout 5m
kubectl --context kind-umbod port-forward \
service/umbod-frontend 3000:3000
Open localhost:3000. Keep the port-forward running while you explore.
This local setup uses development authentication. For a shared cluster, follow the installation guide to configure identity, ingress, and storage.
Give your agents something to work with
- Add a connector. Connect an internal API through its OpenAPI specification, or register an existing MCP server.
- Publish its tools. Configure the connector and choose the tools to make available.
- Grant access. Set group permissions, then connect a compatible MCP client.
Need a custom integration? Build a connector →
Explore the docs
| | | | --- | --- | | Installation | Install locally or configure a shared cluster. | | Architecture | Understand the services, data flow, and storage. | | Configuration | Configure authentication, public origins, and persistence. | | Helm reference | Find chart settings and defaults. | | Endpoints and ports | Connect clients and configure routing. |
Project status
Umbod is in early beta. Connector administration, tool publication, group permissions, and Helm installation are available today. The current chart runs a single core replica backed by SQLite and is intended for development and evaluation.
Try it with an integration your team actually needs. Report an issue or join the conversation on Discord.
Contributing
See the [development guide](umbod/README.md) for local setup and checks.
- [
umbod/](umbod/) — API, MCP server, admin interface, and Helm chart. - [
packages/umbod-sdk/](packages/umbod-sdk/) — Python SDK for connector authors. - [
website/](website/) — Landing page and documentation publishing.
Built at Computerlove.
Umbod takes its name from Old Norse umboð: a mandate to act on another’s behalf.
Our theme song: MMMBop by Hanson.
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: computerlovetech
- Source: computerlovetech/umbod
- License: MIT
- Homepage: https://umbod.ai
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.