Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

Β© 2025 TrackMCP. All rights reserved.

Built with ❀️ by Krishna Goyal

    Openhands

    πŸ™Œ OpenHands: Code Less, Make More for the Model Context Protocol. Enhance AI assistants with powerful integrations. Python-based implementation.

    64,677 stars
    Python
    Updated Nov 4, 2025
    agent
    artificial-intelligence
    chatgpt
    claude-ai
    cli
    developer-tools
    gpt
    llm
    openai

    Documentation

    Welcome to OpenHands (formerly OpenDevin), a platform for software development agents powered by AI.

    OpenHands agents can do anything a human developer can: modify code, run commands, browse the web,

    call APIs, and yesβ€”even copy code snippets from StackOverflow.

    Learn more at docs.all-hands.dev, or sign up for OpenHands Cloud to get started.

    [!IMPORTANT]

    Upcoming change: We are renaming our GitHub Org from All-Hands-AI to OpenHands on October 20th, 2025.

    Check the tracking issue for more information.

    [!IMPORTANT]

    Using OpenHands for work? We'd love to chat! Fill out

    this short form

    to join our Design Partner program, where you'll get early access to commercial features and the opportunity to provide input on our product roadmap.

    ☁️ OpenHands Cloud

    The easiest way to get started with OpenHands is on OpenHands Cloud,

    which comes with $10 in free credits for new users.

    πŸ’» Running OpenHands Locally

    Option 1: CLI Launcher (Recommended)

    The easiest way to run OpenHands locally is using the CLI launcher with uv. This provides better isolation from your current project's virtual environment and is required for OpenHands' default MCP servers.

    Install uv (if you haven't already):

    See the uv installation guide for the latest installation instructions for your platform.

    Launch OpenHands:

    bash
    # Launch the GUI server
    uvx --python 3.12 openhands serve
    
    # Or launch the CLI
    uvx --python 3.12 openhands

    You'll find OpenHands running at http://localhost:3000 (for GUI mode)!

    Option 2: Docker

    Click to expand Docker command

    You can also run OpenHands directly with Docker:

    bash
    docker pull docker.openhands.dev/openhands/runtime:0.62-nikolaik
    
    docker run -it --rm --pull=always \
        -e SANDBOX_RUNTIME_CONTAINER_IMAGE=docker.openhands.dev/openhands/runtime:0.62-nikolaik \
        -e LOG_ALL_EVENTS=true \
        -v /var/run/docker.sock:/var/run/docker.sock \
        -v ~/.openhands:/.openhands \
        -p 3000:3000 \
        --add-host host.docker.internal:host-gateway \
        --name openhands-app \
        docker.openhands.dev/openhands/openhands:0.62

    Note: If you used OpenHands before version 0.44, you may want to run mv ~/.openhands-state ~/.openhands to migrate your conversation history to the new location.

    [!WARNING]

    On a public network? See our Hardened Docker Installation Guide

    to secure your deployment by restricting network binding and implementing additional security measures.

    Getting Started

    When you open the application, you'll be asked to choose an LLM provider and add an API key.

    Anthropic's Claude Sonnet 4.5 (anthropic/claude-sonnet-4-5-20250929)

    works best, but you have many options.

    See the Running OpenHands guide for

    system requirements and more information.

    πŸ’‘ Other ways to run OpenHands

    [!WARNING]

    OpenHands is meant to be run by a single user on their local workstation.

    It is not appropriate for multi-tenant deployments where multiple users share the same instance. There is no built-in authentication, isolation, or scalability.

    If you're interested in running OpenHands in a multi-tenant environment, check out the source-available, commercially-licensed

    OpenHands Cloud Helm Chart

    You can connect OpenHands to your local filesystem,

    interact with it via a friendly CLI,

    run OpenHands in a scriptable headless mode,

    or run it on tagged issues with a github action.

    Visit Running OpenHands for more information and setup instructions.

    If you want to modify the OpenHands source code, check out Development.md.

    Having issues? The Troubleshooting Guide can help.

    πŸ“– Documentation

    To learn more about the project, and for tips on using OpenHands,

    check out our documentation.

    There you'll find resources on how to use different LLM providers,

    troubleshooting resources, and advanced configuration options.

    🀝 How to Join the Community

    OpenHands is a community-driven project, and we welcome contributions from everyone. We do most of our communication

    through Slack, so this is the best place to start, but we also are happy to have you contact us on Github:

    • Join our Slack workspace - Here we talk about research, architecture, and future development.
    • Read or post Github Issues - Check out the issues we're working on, or add your own ideas.

    See more about the community in COMMUNITY.md or find details on contributing in CONTRIBUTING.md.

    πŸ“ˆ Progress

    See the monthly OpenHands roadmap here (updated at the maintainer's meeting at the end of each month).

    πŸ“œ License

    Distributed under the MIT License, with the exception of the enterprise/ folder. See [LICENSE](./LICENSE) for more information.

    πŸ™ Acknowledgements

    OpenHands is built by a large number of contributors, and every contribution is greatly appreciated! We also build upon other open source projects, and we are deeply thankful for their work.

    For a list of open source projects and licenses used in OpenHands, please see our CREDITS.md file.

    πŸ“š Cite

    code
    @inproceedings{
      wang2025openhands,
      title={OpenHands: An Open Platform for {AI} Software Developers as Generalist Agents},
      author={Xingyao Wang and Boxuan Li and Yufan Song and Frank F. Xu and Xiangru Tang and Mingchen Zhuge and Jiayi Pan and Yueqi Song and Bowen Li and Jaskirat Singh and Hoang H. Tran and Fuqiang Li and Ren Ma and Mingzhang Zheng and Bill Qian and Yanjun Shao and Niklas Muennighoff and Yizhe Zhang and Binyuan Hui and Junyang Lin and Robert Brennan and Hao Peng and Heng Ji and Graham Neubig},
      booktitle={The Thirteenth International Conference on Learning Representations},
      year={2025},
      url={https://openreview.net/forum?id=OJd3ayDDoF}
    }

    Similar MCP

    Based on tags & features

    • FA

      Fal Mcp Server

      PythonΒ·
      8
    • AL

      Alibaba Cloud Ops Mcp Server

      PythonΒ·
      78
    • SE

      Serena

      PythonΒ·
      14.5k
    • KI

      Kill Process Mcp

      PythonΒ·
      9

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScriptΒ·
      22.1k
    • SE

      Serena

      PythonΒ·
      14.5k
    • MC

      Mcp Playwright

      TypeScriptΒ·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScriptΒ·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • FA

      Fal Mcp Server

      PythonΒ·
      8
    • AL

      Alibaba Cloud Ops Mcp Server

      PythonΒ·
      78
    • SE

      Serena

      PythonΒ·
      14.5k
    • KI

      Kill Process Mcp

      PythonΒ·
      9

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScriptΒ·
      22.1k
    • SE

      Serena

      PythonΒ·
      14.5k
    • MC

      Mcp Playwright

      TypeScriptΒ·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScriptΒ·
      3.0k