GPTBase-MCP

by Hann-Fu

306 downloads
Not rated
GitHub

About

GPTBase-MCP is the MCP server component of Gbase, an AI-powered platform providing scalable and flexible AI solutions.

Details

Author
Hann-Fu
Downloads
306
Categories
Other

- Robust MCP server for Gbase
- Easy configuration and setup
- MIT Licensed for open-source use

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 GPTBase-MCP
    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

Clone the repository, set up a .env file with your GBASE_KEY, install dependencies with pip install requirements.txt, and run python gbase_server.py.

Claude Desktop / Cursor

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

{
    "mcpServers": {
        "gptbase-mcp": {
            "gbase": {
                "command": "python",
                "args": [
                    "gbase_server.py"
                ],
                "env": {
                    "GPTBASE_API_KEY": "value"
                }
            }
        }
    }
}

McpServers

{
    "gbase": {
        "command": "python",
        "args": [
            "gbase_server.py"
        ],
        "env": {
            "GPTBASE_API_KEY": "value"
        }
    }
}

GPTBase-MCP

GPTBase-MCP is the MCP (Master Control Program) server component of Gbase, an AI-powered platform.

What is GPTBase (Gbase)?

Gbase is an advanced AI platform that provides powerful, scalable, and flexible AI solutions for a wide range of applications. Visit the official website to learn more about its features, use cases, and latest updates.

Features

- Robust MCP server for Gbase
- Easy configuration and setup
- MIT Licensed for open-source use

Configuration

1. Clone the repository:

   git clone https://github.com/yourusername/gptbase-mcp.git
cd gptbase-mcp

2. Set up your environment:
- Copy .env.example to .env (if available) or create a .env file.
- Add your Gbase API key to the .env file:

     GBASE_KEY=your_gbase_api_key_here

3. Install dependencies:

   pip install requirements.txt

4. Run the server:

   python gbase_server.py

πŸ“„ License

This project is licensed under the MIT License. See the LICENSE file for details.

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.