https://github.com/noahwillcrow/roblox-engine-api-docs-mcp
A containerized application that fetches the official public documentation from Roblox's Creator Hub and indexes it into a vector database, then provides an API for LLMs to utilize for better understanding and utilization of the Roblox API.
https://github.com/noahwillcrow/roblox-engine-api-docs-mcp
Last synced: 8 months ago
JSON representation
A containerized application that fetches the official public documentation from Roblox's Creator Hub and indexes it into a vector database, then provides an API for LLMs to utilize for better understanding and utilization of the Roblox API.
- Host: GitHub
- URL: https://github.com/noahwillcrow/roblox-engine-api-docs-mcp
- Owner: noahwillcrow
- Created: 2025-07-20T17:57:45.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2025-08-15T18:39:10.000Z (10 months ago)
- Last Synced: 2025-09-08T01:12:43.794Z (9 months ago)
- Language: Python
- Size: 190 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Roblox Engine API Docs MCP
This project provides a Retrieval-Augmented Generation (RAG) API for the Roblox engine, packaged as a convenient Docker image and exposed via [MCP](https://modelcontextprotocol.io/).
For a detailed overview of the project's architecture and components, see [PROJECT_OVERVIEW.md](PROJECT_OVERVIEW.md).
For a quick guide on using the pre-built Docker container, refer to [QUICKSTART.md](QUICKSTART.md).
## Published Images
Published, pre-built images can be found at https://hub.docker.com/r/noahwillcrowdocker/roblox-engine-api-docs-mcp-server.