ragie-mcp-server

ragie-mcp-server

3.5

The Ragie Model Context Protocol Server allows AI models to retrieve information from a Ragie knowledge base using the MCP protocol, featuring a retrieval tool to search and query the knowledge base effectively. It requires Node.js and a Ragie API key to operate.

Top Comments

Ragie Model Context Protocol Server

A Model Context Protocol (MCP) server that provides access to Ragie's knowledge base retrieval capabilities.

Description

This server implements the Model Context Protocol to enable AI models to retrieve information from a Ragie knowledge base. It offers a tool called "retrieve" for querying for relevant information.

Prerequisites

  • Node.js >= 18
  • A Ragie API key

Installation

The server requires the RAGIE_API_KEY environment variable for authentication. It listens for MCP protocol messages once started.

Features

Retrieve Tool

  • Query: Search the knowledge base for relevant information.
  • Parameters: topK, rerank, and recencyBias for customizing search results.

Development

Written in TypeScript, utilizing @modelcontextprotocol/sdk for the MCP server and ragie for API interaction.