Skip to content

RFC: Migrating AWS Docs MCP to use Rag endpoint #339

@artcerna

Description

@artcerna

Is this related to an existing feature request or issue?

aws-documentation-mcp-server: https://github.com/awslabs/mcp/blob/main/src/aws-documentation-mcp-server/awslabs/aws_documentation_mcp_server

Summary

Currently, the aws-documentation_mcp_server usese the AWS Docs Search Endpoint. The ask here is to migrate to a new endpoint that uses a Retrieval-Augmented Generation model(RAG) instead of the current AWS Docs Search

Use case

  • Better integration with Agentic workflows
  • Allows for the addition of features that allow more control to agentic models on what parameters they can use to tweak results based on use case

Proposal

This change should be simply be changing the Search API endpoint to use an existing RAG endpoint. Details on this RAG endpoint should be already implemented/out of scope

Out of scope

Creation/Maintenance of the RAG backend we will use. This change should solely focus on updating the endpoint to use the new API

Potential challenges

Changing endpoints would require some work to ensure the new endpoint works as expected and does not introduce any regressions for the server itself.

Dependencies and Integrations

This change should change dependencies from the AWS Docs Search Endpoint to a new endpoint

Alternative solutions

Metadata

Metadata

Assignees

No one assigned

    Labels

    RFC-proposalA Request for Comments to announce intentions and get early feedback (mainly for new MCP servers)needs-triageThis needs to be handled, it is the first automatically assigned label to issues.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions