HTTP MCP server for S3 documentation with RAG using HNSWLib and Ollama
S3 Documentation MCP server exists for a simple reason — assistants are far more useful when they can act on S3 Documentation directly instead of describing what you should do. HTTP MCP server for S3 documentation with RAG using HNSWLib and Ollama.
A lightweight Model Context Protocol (MCP) server that brings RAG (Retrieval-Augmented Generation) capabilities to your LLM over Markdown documentation stored on S3.
It's the sweet spot between simplicity and performance for RAG applications.
Once S3 Documentation is connected, these are the calls the assistant has available:
Cursor — The Cursor tool exposed by this serversearch_documentation — Returns relevant document chunks with similarity scores and sourcesrefresh_index — Synchronizes the documentation index with S3, detecting new, modified, or deleted filesget_full_document — Retrieves the complete content of a Markdown file from S3 along with metadata: - Full S3 key: The document's S3 identifier - **Complete MarkdownSetup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
You will need 5 environment variables: OLLAMA_BASE_URL, S3_ACCESS_KEY_ID, S3_SECRET_ACCESS_KEY, OPENAI_API_KEY, MCP_API_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
nomic-embed-text model - OpenAI API Key (for cloud-based embeddings) - Node.js >= 18 (if running from source) OR Docker (recommended) - S3-compatible storage (AWS S3, MinIO, Scaleway, Cloudflare R2, etc.)This sits in the AI and media services group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. S3 Documentation's toolset — Cursor, search_documentation, refresh_index and 1 more — is a fair guide to whether it matches your workflow. It is maintained by yoanbernabeu; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against S3 Documentation's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Cursor | The Cursor tool exposed by this server. |
| search_documentation | Returns relevant document chunks with similarity scores and sources. |
| refresh_index | Synchronizes the documentation index with S3, detecting new, modified, or deleted files. |
| get_full_document | Retrieves the complete content of a Markdown file from S3 along with metadata: - **Full S3 key**: The document's S3 identifier - **Complete Markdown content**: Entire document (not chunked) - **Metadata**: Size in bytes, |
nomic-embed-text model - OpenAI API Key (for cloud-based embeddings) - Node.js >= 18 (if running from source) OR Docker (recommended) - S3-compatible storage (AWS S3, MinIO, Scaleway, Cloudflare R2, etc.)| Variable | Description | Required |
|---|---|---|
| OLLAMA_BASE_URL | Endpoint or connection string the server talks to. | Yes |
| S3_ACCESS_KEY_ID | Credential the server authenticates with. | Yes |
| S3_SECRET_ACCESS_KEY | Credential the server authenticates with. | Yes |
| OPENAI_API_KEY | Credential the server authenticates with. | Yes |
| MCP_API_KEY | Credential the server authenticates with. | Yes |
Build a programmable telecommunications stack for connecting telephony services with the Internet via a cloud-based utility.
Search built for AI, not humans — semantic web search that returns model-ready content, plus code context.
Answers, not links — delegate questions to Perplexity's search-grounded models and get cited responses back.
Give your assistant a voice — text-to-speech, voice cloning and audio tools from the ElevenLabs API.
Give your assistant a real code sandbox — isolated cloud VMs for actually running the code it writes.
The ML hub in your context window — search models, datasets, papers and run Spaces from the official server.