remote-mcp-server

remote-mcp-server

0

Basic MCP Server is a project aimed at simplifying the setup of a Model Context Protocol (MCP) server. It provides clear instructions for installation and configuration, allowing users to run the server efficiently.

Basic MCP Server

Installation Steps

  1. Clone the repository:

    git clone https://github.com/jaygodara45IP/remote-mcp-server
    cd remote-mcp-server
    
  2. Ensure you have uv installed:

    curl -LsSf https://astral.sh/uv/install.sh | sh
    
  3. Install dependencies:

    uv pip install
    
  4. **Add required environment variables in the .env file. **
    .env.copy contains the required information

  5. Run the server:

    uvicorn app.main:app --reload