ragie-mcp-server
If you are the rightful owner of ragie-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.
A Model Context Protocol (MCP) server that provides access to Ragie's knowledge base retrieval capabilities.
The Ragie Model Context Protocol Server is designed to facilitate AI models in retrieving information from a Ragie knowledge base. It implements the Model Context Protocol, allowing seamless integration and querying of the knowledge base. The server provides a single tool called 'retrieve' that enables users to search for relevant information efficiently. It requires Node.js version 18 or higher and a valid Ragie API key for authentication. The server can be easily installed and run using npx, and it supports various command line options for customization, such as overriding tool descriptions and specifying partition IDs. Additionally, the server can be configured for use with different platforms like Cursor and Claude Desktop, making it versatile for various development environments.
Features
- Retrieve Tool: Allows searching the knowledge base with parameters like query, topK, rerank, and recencyBias.
- Command Line Options: Supports options to override tool descriptions and specify partition IDs.
- Platform Integration: Configurable for use with platforms like Cursor and Claude Desktop.
- Development Setup: Written in TypeScript with dependencies like @modelcontextprotocol/sdk and ragie.
Tools
retrieve
Tool to search the knowledge base for relevant information.