An open API service indexing awesome lists of open source software.

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)

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