fuel-mcp-server

fuel-mcp-server

6

The project is an MCP server for the Fuel Network and Sway Language that supports IDE integration for streamlined documentation search and development. It features hybrid search capabilities using a Qdrant vector database and integrates with remote large language models.

Fuel Network & Sway Language MCP Server

This project is a Model Context Protocol server designed for the Fuel Network and Sway Language ecosystem. It enables integrated development environments (such as VS Code) to interact seamlessly with Fuel documentation. The server indexes Fuel and Sway documentation using a Qdrant vector database, facilitating hybrid search capabilities. It includes scripts for indexing new documents and supports remote large language models.

Features

  • Locally searchable Fuel Network documentation
  • Hybrid search with relevance and keyword matching
  • Remote hosting capability for Qdrant database

Development Prerequisites

  • Install Bun and QdrantDB

Installation

  1. Clone the repository.
  2. Install dependencies.
  3. Configure optional environment variables.
  4. Add and index documents.

MCP Server (for IDE Integration)

  • Provides Fuel documentation search as a tool for IDE integration.
  • Start the server with configuration via environment variables.