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
- Setup environment:
uv init <project_name> && cd <project_name> && uv add "mcp[cli]" httpx - Start SSE server:
uv run <mcp_sse_server.py> - 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.
Recommend MCP Servers 💡
sandbox-mcp
An MCP server enabling LLMs to run code safely in isolated Docker containers.
jira-mcp
A Go-based MCP (Model Control Protocol) connector for Jira that enables AI assistants like Claude to interact with Atlassian Jira. This tool provides a seamless interface for AI models to perform common Jira operations including issue management, sprint planning, and workflow transitions.
ynab-mcp
A Model Context Protocol (MCP) server built with mcp-framework.
@yodablocks/mcp-installer
A MCP Server that installs other MCP servers hosted on npm or PyPi via Claude
quarkus-mcp-servers
Model Context Protocol Servers in Quarkus
deepsource-mcp-server
An MCP server that integrates with DeepSource to provide AI assistants with access to code quality metrics, issues, and analysis results