GraphQL MCP Server

by ctkadvisors
Verified
# Resources and References ## Model Context Protocol (MCP) - [MCP Homepage](https://modelcontextprotocol.io/) - [MCP Specification](https://github.com/modelcontextprotocol/specification) - [Remote MCP Discussion](https://github.com/modelcontextprotocol/specification/discussions/102) - [MCP Reference Implementations](https://modelcontextprotocol.io/examples) ## AWS Lambda & API Gateway - [AWS Lambda Documentation](https://docs.aws.amazon.com/lambda/) - [API Gateway Integration](https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop-integrations-lambda.html) - [AWS Lambda Function URLs](https://docs.aws.amazon.com/lambda/latest/dg/lambda-urls.html) ## Related Implementations - [Cloudflare Workers MCP](https://github.com/cloudflare/workers-mcp) ## Example Tool Implementations ### GraphQL Resources - [GraphQL Request Library](https://github.com/jasonkuhrt/graphql-request) - [GraphQL Security](https://cheatsheetseries.owasp.org/cheatsheets/GraphQL_Cheat_Sheet.html) ### Elasticsearch Resources - [Elasticsearch JavaScript Client](https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/introduction.html) - [Elasticsearch Query DSL](https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html) ## Development Resources - [TypeScript Documentation](https://www.typescriptlang.org/docs/) - [AWS SDK for JavaScript v3](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/) - [AWS CDK Documentation](https://docs.aws.amazon.com/cdk/v2/guide/home.html)