We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mariotaddeucci/template-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
README.md•477 B
# Template MCP Examples
This directory contains example scripts and configurations for the Template MCP server.
## Examples
- `basic_client.py` - Basic MCP client example
- `docker-compose.yml` - Docker Compose setup for development
- `policy_examples.json` - Additional policy examples
## Usage
Run examples from the project root:
```bash
uv run python examples/basic_client.py
```
For Docker Compose setup:
```bash
docker-compose -f examples/docker-compose.yml up
```