https://github.com/myyrakle/mcp_template
https://github.com/myyrakle/mcp_template
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/myyrakle/mcp_template
- Owner: myyrakle
- Created: 2025-04-09T15:17:34.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2025-04-09T15:21:24.000Z (7 months ago)
- Last Synced: 2025-04-09T16:32:30.652Z (7 months ago)
- Language: Python
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-mcp-servers - **mcp_template** - MCP Server Example (Python-based) `python` `mcp` `server` `pip install git+https://github.com/myyrakle/mcp_template` (🤖 AI/ML)
- awesome-mcp-servers - **mcp_template** - MCP Server Example (Python-based) `python` `mcp` `server` `pip install git+https://github.com/myyrakle/mcp_template` (AI/ML)
README
# MCP Template
- MCP Simple Example
- using weather api of USA
- Based on Document(https://modelcontextprotocol.io/quickstart)
## Requirements
- uv (Python Package Manager)
## Test Server
just run
```bash
uv run server.py
```
debug
```bash
npx @modelcontextprotocol/inspector uv run server.py
```