feat: add mcp-servers/**
This commit is contained in:
24
mcp-servers/fetch/README.md
Normal file
24
mcp-servers/fetch/README.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# Fetch MCP Server
|
||||
|
||||
Fetch MCP Server provides URL fetching and content extraction capabilities through the Model Context Protocol.
|
||||
|
||||
## Features
|
||||
|
||||
- 🔗 **URL Fetching** - Fetch content from URLs
|
||||
- 📝 **Markdown Extraction** - Extract markdown from web pages
|
||||
- 📄 **HTML Processing** - Process HTML content
|
||||
- 🌐 **Internet Access** - Access internet resources
|
||||
|
||||
## Environment Variables
|
||||
|
||||
| Variable | Default | Description |
|
||||
| ------------------------- | -------- | ----------------------- |
|
||||
| `MCP_FETCH_VERSION` | `latest` | MCP Fetch image version |
|
||||
| `MCP_FETCH_PORT_OVERRIDE` | `8000` | MCP service port |
|
||||
| `TZ` | `UTC` | Timezone |
|
||||
|
||||
## Quick Start
|
||||
|
||||
```bash
|
||||
docker compose up -d
|
||||
```
|
||||
Reference in New Issue
Block a user