flame_mcp_server

salihgueler/flame_mcp_server

3.4

If you are the rightful owner of flame_mcp_server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Flame MCP Server provides comprehensive access to Flame game engine documentation for AI assistants like Claude Desktop and Amazon Q Developer.

The Flame MCP Server is a specialized Model Context Protocol (MCP) server designed to facilitate seamless access to the Flame game engine's extensive documentation. It serves as a bridge between the Flame documentation and AI assistants, enabling developers to efficiently search and retrieve information necessary for game development. The server supports local caching of documentation, ensuring quick access even when offline, and integrates smoothly with popular MCP clients such as Claude Desktop and Amazon Q CLI. By offering intelligent search capabilities and step-by-step tutorials, the Flame MCP Server empowers developers to enhance their productivity and streamline the game development process.

Features

  • Documentation Access: Provides searchable access to the complete Flame engine documentation.
  • Tutorial System: Offers step-by-step game development tutorials for various game types.
  • Local Caching: Stores documentation locally for fast, offline access.
  • MCP Integration: Works seamlessly with Claude Desktop and Amazon Q CLI.
  • Search Tools: Intelligent search across all documentation and tutorials.

Usages

usage with amazon q developer

{
  "mcpServers": {
    "flame-docs": {
      "command": "/absolute/path/to/flame_mcp_server/build/flame_mcp_live"
    }
  }
}

usage with claude desktop

{
  "mcpServers": {
    "flame-docs": {
      "command": "/absolute/path/to/flame_mcp_server/build/flame_mcp_live"
    }
  }
}

Tools

  1. search_documentation

    Search through all Flame documentation for specific topics.

  2. tutorial

    Get complete step-by-step game development tutorials.