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,24 @@
# Text to GraphQL MCP Server
Text to GraphQL MCP Server converts natural language text descriptions into GraphQL queries through the Model Context Protocol.
## Features
- 📝 **Text Parsing** - Parse text descriptions
- 🔄 **Query Generation** - Generate GraphQL queries from text
- 🔗 **API Integration** - Integrate with GraphQL APIs
- 🎯 **Query Optimization** - Optimize generated queries
## Environment Variables
| Variable | Default | Description |
| ----------------------------------- | -------- | --------------------------------- |
| `MCP_TEXT_TO_GRAPHQL_VERSION` | `latest` | MCP Text to GraphQL image version |
| `MCP_TEXT_TO_GRAPHQL_PORT_OVERRIDE` | `8000` | MCP service port |
| `TZ` | `UTC` | Timezone |
## Quick Start
```bash
docker compose up -d
```