S3 YAML MCP Server

Created By
ander-castiblanco-storia year ago
Overview

What is S3 YAML MCP Server?

The S3 YAML MCP Server is a Model Context Protocol (MCP) server that connects to AWS S3, providing access to YAML files containing Swagger/OpenAPI documentation. It is designed for seamless integration with VS Code and GitHub Copilot.

How to use S3 YAML MCP Server?

To use the S3 YAML MCP Server, install it using one of the provided methods (one-line install, Go install, binary download, or Docker). Configure your AWS credentials and S3 bucket, then set up the VS Code integration to start using it with GitHub Copilot.

Key features of S3 YAML MCP Server?

  • S3 Integration: Connects to any S3-compatible storage service.
  • YAML File Discovery: Automatically lists and discovers YAML/YML files.
  • Content Access: Reads and provides YAML content to AI assistants.
  • Advanced Search: Searches for files and specific API endpoint details.
  • VS Code Native: Built-in integration with VS Code and GitHub Copilot.
  • Secure Authentication: Uses AWS CLI credentials or IAM roles.

Use cases of S3 YAML MCP Server?

  1. Accessing and managing API documentation stored in YAML format.
  2. Integrating with development environments for enhanced productivity.
  3. Facilitating AI-assisted development through GitHub Copilot.

FAQ from S3 YAML MCP Server?

  • What is MCP?

Model Context Protocol (MCP) is an open protocol that standardizes how applications provide context to Large Language Models (LLMs).

  • How do I install the server?

You can install it using a one-line install command, Go install, or Docker.

  • What are the prerequisites?

You need AWS credentials configured, an S3 bucket containing YAML files, and VS Code with GitHub Copilot extension.

Project Info
Created At
a year ago
Updated At
a year ago
Author Name
ander-castiblanco-stori
Star
0
Language
Go
License
-

Recommend Servers

View All
Mnemom

14 hours ago
//beforeyouship — LLM Cost Modeling From Your Editor
@Indiegoing

Query realistic LLM cost models without leaving your editor. beforeyouship models the **true monthly cost** of an LLM app architecture — retries, prompt caching, batch discounts, infra overhead, and 3×/10× growth — across GPT-5.x, Claude, Gemini, DeepSeek, and more. Not a token calculator: a planning tool for the design phase, before you commit to a stack. **No API key needed to try it** — demo mode covers the six free-tier models. A Pro key from [beforeyouship.dev](https://beforeyouship.dev) unlocks the full 18-model catalog. ## What you can ask - "How much will a RAG chatbot cost at 10,000 requests/day?" - "Compare Claude Haiku vs Gemini Flash pricing for my workload" - "What's the cheapest model for a multi-step agent at scale?" - "Show me current per-token prices for Anthropic models" ## Tools ### `estimate_cost` Full cost model for an architecture at a given usage level. Returns Naive / Realistic / Worst Case monthly cost per model, 3×/10× growth scenarios, and an opinionated recommendation with reasoning. ### `get_model_prices` Current per-1M-token pricing — input, output, cached input, batch — with context windows and staleness metadata. ### `list_archetypes` Seven preset architecture patterns (simple chatbot, chatbot with history, RAG pipeline, multi-model router, coding assistant, document processor, multi-step agent) used as starting points for estimates. ## Setup **Claude Code:** ​```bash claude mcp add --transport http beforeyouship https://beforeyouship.dev/api/mcp ​``` **Cursor / other clients** — add a remote server: ​```json { "mcpServers": { "beforeyouship": { "type": "streamable-http", "url": "https://beforeyouship.dev/api/mcp" } } } ​``` Add an `Authorization: Bearer bys_...` header with a Pro key for the full catalog. ## Try it > Estimate the monthly cost of a RAG pipeline at 10,000 requests/day

13 hours ago
Docwand

13 hours ago