Skip to content

helebest/my-mcp-lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup Environment

uv init <project_name>
cd <project_name>
uv add "mcp[cli]" httpx

Run MCP Inspector

Option 1

npx @modelcontextprotocol/inspector

Option 2

uv run mcp dev <mcp_sse_server.py>

Start SSE MCP Server

uv run <mcp_sse_server.py>

Config SSE MCP Server

For Trae, Claude Desktop

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

For Cursor, Cherry Studio

http://localhost:8080/sse

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages