Loading languages...
HE

helebest/my-mcp-lab

@helebest

A lab project for setting up an SSE-based Model Context Protocol (MCP) server.

mcp
sse
lab
python

my-mcp-lab

A lab project for setting up an SSE-based MCP server.

What

This project provides instructions and configuration to run an SSE MCP server for integrating with MCP clients.

How

  1. Setup environment: uv init <project_name> && cd <project_name> && uv add "mcp[cli]" httpx
  2. Start SSE server: uv run <mcp_sse_server.py>
  3. Configure clients (e.g., Trae, Claude Desktop) with the provided JSON config or endpoint URL.

Note

Replace <mcp_sse_server.py> with your actual server script file.

# mcpServer Config

{
  "mcpServers": {
    "<mcp_sse_server>": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "http://localhost:8080/sse"
      ]
    }
  }
}

# sseURL

http://localhost:8080/sse
Transport:
sse
Language:
Python
Created: 4/26/2025
Updated: 4/28/2025