MCP Directory
Back

obot

by obot-platform · Go · ★ 863

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

#ai#chat#mcp#modelcontextprotocol

Install

go install github.com/obot-platform/obot@latest

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "obot": {
      "command": "npx",
      "args": [
        "-y",
        "github:obot-platform/obot"
      ]
    }
  }
}

From the README

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. To run Obot locally, start it with Docker: **Note**: Replace with your OpenAI API key. You can also set or configure model providers through the admin UI. The value can be anything you want, at least eight characters long. This is the value you will provide for initial authentication to begin…
Read full README on GitHub →

Related other servers