Project Overview

by WillChangeThisLater

2 stars
235 downloads
Not rated
GitHub

About

Project Overview combines MCP (Model Context Protocol) servers with OpenAI agents, enabling automated research and file system tasks. It is intended for developers who want to run configurable, multi-server AI agents from the command line.

Details

Author
WillChangeThisLater
GitHub stars
2
Downloads
235
Categories
Other, AI

- Integrates multiple MCP servers (fs, lynx, puppeteer, github)
- Command-line agent with configurable server selection
- Debug mode to verify server configuration
- Supports custom MCP servers in mcp-servers directory
- Environment setup via automated shell script
- Server configuration via YAML file

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 Project Overview
    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

Set up the environment with the provided setup.sh script (Python 3.13 virtual environment + dependencies), install required external tools (Lynx for web search, Docker for puppeteer/GitHub, Node.js for file system server), configure servers in servers.yaml, then run python agent.py with optional --servers flags (e.g., python agent.py --servers fs lynx) or --debug for testing setup.

Claude Desktop / Cursor

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

{
    "mcpServers": {
        "project overview": {
            "easy-mcp": {
                "command": "python",
                "args": [
                    "agent.py"
                ]
            }
        }
    }
}

McpServers

{
    "easy-mcp": {
        "command": "python",
        "args": [
            "agent.py"
        ]
    }
}

Project Overview

MCP servers + OpenAI agents.

Setting up the Environment

1. Create and Activate a Virtual Environment:
- Run the provided setup.sh script to establish a virtual environment using Python 3.13.

     ./setup.sh

- The script creates a virtual environment and installs all required Python packages from requirements.txt.

2. Install Project Dependencies:
- Ensure you have the necessary external tools and services for the MCP servers you intend to run:
- Lynx: Required for the lynx server, which interfaces with the Lynx terminal web search tool.
- Docker: Required for the puppeteer and github servers, enabling Chrome control and GitHub interactions, respectively.
- Node.js: Required for the fs server, using the npx command.

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.