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

Obot

mcp-obot-platform-obot · by obot-platform

Complete MCP Platform -- Hosting, Registry, Gateway, and Chat Client

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

Install

$ agentstack add mcp-obot-platform-obot

✓ 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-obot-platform-obot)

Reliability & compatibility

✓ Security review passed
0 installs to date
— no reviews yet
● 3mo ago

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

About

Obot

Obot is an open-source platform that provides everything an organization needs to implement MCP technologies. It enables you to host MCP servers for internal and external users, set up MCP registries, manage and monitor MCP usage, and build feature-rich agents and chatbots that leverage MCP servers.

Getting Started

To run Obot locally, start it with Docker:

docker run -d --name obot -p 8080:8080 \
  -v /var/run/docker.sock:/var/run/docker.sock \
  -e OPENAI_API_KEY= \
  -e OBOT_SERVER_ENABLE_AUTHENTICATION=true \
  -e OBOT_BOOTSTRAP_TOKEN= \
  ghcr.io/obot-platform/obot:latest

Note: Replace ` with your OpenAI API key. You can also set ANTHROPICAPIKEY` or configure model providers through the admin UI.

The OBOT_BOOTSTRAP_TOKEN value can be anything you want, at least eight characters long. This is the value you will provide for initial authentication to begin configuring Obot.

Open http://localhost:8080 in your browser to access the Obot UI. Check the container logs (docker logs obot) to see your bootstrap token for the initial setup.

You can also leave out the OBOT_SERVER_ENABLE_AUTHENTICATION environment variable to disable authentication, but this means that anyone with access to make requests to port 8080 on your system will be able to manage and launch MCP servers, so it is recommended to keep authentication enabled.

For additional installation options, see the Installation Guide at https://docs.obot.ai/installation/general.

Platform Concepts

Organizations face several challenges when implementing MCP technologies:

  • Build: While MCP servers can be developed using SDKs of choice, IT teams need a reliable way to host these servers for both private and public use.
  • Discover: With tens of thousands of MCP servers available, users need a clear and trusted way to discover servers that have been approved by IT administrators.
  • Secure: MCP servers must be authenticated, access must be controlled, and all activity should be auditable.
  • Use: MCP protocol support varies widely across chat clients. A standardized chat client that provides consistent MCP support across the organization is highly desirable.

Obot addresses these challenges by offering MCP hosting, an MCP registry, an MCP gateway, and an MCP-standards-compliant chat client. Popular workflow and agent frameworks such as n8n and LangGraph can interact with MCP servers managed by Obot. In addition, clients like ChatGPT, Claude Desktop, and GitHub Copilot can also leverage MCP servers managed by Obot.

MCP Hosting

Run and manage MCP servers directly within Obot:

  • Run MCP servers locally with Docker or deploy them to Kubernetes
  • Support for Node.js, Python, and container-based servers
  • Support for both single-user STDIO servers and multi-user HTTP servers
  • Controls for who can deploy servers, publish them to the catalog, or share them
  • Built-in OAuth 2.1 and token handling for authentication

MCP Registry

A central place to list and discover MCP servers:

  • Curated catalog of available MCP servers
  • Shared credentials and authentication handled by the platform
  • Conformance with the MCP registry specification
  • Server visibility based on user access

MCP Gateway

A single entry point for accessing MCP servers:

  • Access rules for users and groups
  • Logging of MCP requests and responses
  • Usage visibility to understand which servers are being used
  • Request inspection and filtering before requests reach servers

Obot Chat

A chat client built to work directly with MCP:

  • Support for multiple model providers including OpenAI and Anthropic
  • Add domain-specific information to conversations with built-in RAG
  • Project-wide memory to maintain important context across conversations for personalized interactions
  • Create and share reusable project configurations with other users
  • Scheduled tasks for recurring workflow automations

Technical Advantages

  • Self-Hosted: Deploy on your own infrastructure for complete control over data and security
  • MCP Standard: Built on the open Model Context Protocol for maximum interoperability
  • Security-First Design: OAuth 2.1, encryption at rest and in transit, comprehensive audit logging
  • Extensible: Easy integration with custom tools, services, and existing systems
  • GitOps Ready: Manage catalog and configuration as code

Documentation

Documentation is available at https://docs.obot.ai.

Community

License

Obot is open-source software. See the LICENSE file for details.

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.