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
-
Clone the repository:
git clone https://github.com/jaygodara45IP/remote-mcp-server cd remote-mcp-server
-
Ensure you have
uv
installed:curl -LsSf https://astral.sh/uv/install.sh | sh
-
Install dependencies:
uv pip install
-
**Add required environment variables in the
.env
file. **
.env.copy contains the required information -
Run the server:
uvicorn app.main:app --reload