11111111111

by mannaandpoem

522 stars
263 downloads
Not rated
GitHub

About

11111111111 is an open-source framework for building general AI agents, developed by contributors from MetaGPT. It allows users to run agent tasks via terminal without needing an invite code, supporting multiple LLM backends.

Details

Author
mannaandpoem
GitHub stars
522
Downloads
263
Categories
Other, AI

- Open-source, no invite code required.
- Supports multiple LLMs (e.g., GPT-4o) with vision model.
- Optional browser automation via Playwright.
- MCP tool version and multi-agent flow version.
- Simple terminal-based interaction.

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name 11111111111
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install via conda or the recommended uv tool, configure API keys in config/config.toml, and run the agent with python main.py. Additional commands include python run_mcp.py for the MCP tool version and python run_flow.py for the unstable multi-agent version.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "11111111111": {
            "OpenManus": {
                "command": "uv",
                "args": [
                    "venv",
                    "--python",
                    "3.12"
                ]
            }
        }
    }
}

McpServers

{
    "OpenManus": {
        "command": "uv",
        "args": [
            "venv",
            "--python",
            "3.12"
        ]
    }
}
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.