https://github.com/jaygodara45IP/remote-mcp-server
MCP Server using SSE - can be hsoted remotely (build using fastapi, fastmcp, uv)
https://github.com/jaygodara45IP/remote-mcp-server
Last synced: 3 months ago
JSON representation
MCP Server using SSE - can be hsoted remotely (build using fastapi, fastmcp, uv)
- Host: GitHub
- URL: https://github.com/jaygodara45IP/remote-mcp-server
- Owner: jaygodara45IP
- Created: 2025-04-03T07:19:41.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-04-03T07:36:55.000Z (8 months ago)
- Last Synced: 2025-04-03T08:31:44.585Z (8 months ago)
- Language: Python
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-mcp-servers - **remote-mcp-server** - MCP Server using SSE - can be hsoted remotely (build using fastapi, fastmcp, uv) `python` `mcp` `server` `api` `pip install git+https://github.com/jaygodara45IP/remote-mcp-server` (🤖 AI/ML)
README
# Basic MCP Server
## Installation Steps
1. **Clone the repository:**
```sh
git clone https://github.com/jaygodara45IP/remote-mcp-server
cd remote-mcp-server
```
2. **Ensure you have `uv` installed:**
```sh
curl -LsSf https://astral.sh/uv/install.sh | sh
```
3. **Install dependencies:**
```sh
uv pip install
```
4. **Add required environment variables in the `.env` file. **
.env.copy contains the required information
5. **Run the server:**
```sh
uvicorn app.main:app --reload
```