https://github.com/pilarcode/mcp_lab
👩💻 Learning about Mcp (model context protocol)
https://github.com/pilarcode/mcp_lab
fastapi fastmcp lab mcp mcp-client mcp-server prompts resources tools
Last synced: 5 months ago
JSON representation
👩💻 Learning about Mcp (model context protocol)
- Host: GitHub
- URL: https://github.com/pilarcode/mcp_lab
- Owner: pilarcode
- Created: 2025-07-23T08:18:18.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-08-03T10:11:39.000Z (5 months ago)
- Last Synced: 2025-08-03T11:29:38.672Z (5 months ago)
- Topics: fastapi, fastmcp, lab, mcp, mcp-client, mcp-server, prompts, resources, tools
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Model Context Protocol Lab
A project to keep learning about mcp servers and mpc clients.
## Get started
Create your environment
```
python -m venv venv
```
Activate the environment
```
venv\Scripts\activate
```
Install dependencies
```
pip install -r requirements.txt
```
## Usage
Run the mcp server
```
fastmcp run
```
## Resources
- https://gofastmcp.com/
- https://modelcontextprotocol.io/overview