AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified MIT Self-run

Umbod

mcp-computerlovetech-umbod · by computerlovetech

Agent access on your own infrastructure. Connect internal APIs and MCP servers, manage permissions by group, and let teams choose their agents.

— No reviews yet
0 installs
1 views
0.0% view→install

Install

$ agentstack add mcp-computerlovetech-umbod

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-computerlovetech-umbod)

Reliability & compatibility

✓ Security review passed
0 installs to date
— no reviews yet
● yesterday

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Umbod? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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

  1. Add a connector. Connect an internal API through its OpenAPI specification, or register an existing MCP server.
  2. Publish its tools. Configure the connector and choose the tools to make available.
  3. 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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.