feat: add mcp-servers/**

This commit is contained in:
Sun-ZhenXing
2025-10-23 09:21:44 +08:00
parent f603ed5db9
commit 5c3fc0f844
94 changed files with 2211 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
# ArXiv MCP Server
ArXiv MCP Server provides a comprehensive bridge between AI assistants and arXiv's research repository through the Model Context Protocol.
## Features
- 🔍 **Paper Search** - Search arXiv papers with advanced filtering
- 📥 **Paper Download** - Download and convert papers to markdown
- 📖 **Paper Reading** - Read and analyze paper content
- 🔬 **Research Analysis** - Deep research analysis capabilities
- 💾 **Local Storage** - Local paper management and storage
## Environment Variables
| Variable | Default | Description |
| ------------------------- | -------------- | ----------------------- |
| `MCP_ARXIV_VERSION` | `latest` | MCP ArXiv image version |
| `MCP_ARXIV_PORT_OVERRIDE` | `8000` | MCP service port |
| `ARXIV_STORAGE_PATH` | `/data/papers` | Papers storage path |
| `TZ` | `UTC` | Timezone |
## Quick Start
```bash
docker compose up -d
```