ragieai_ragie-mcp-server
If you are the rightful owner of ragieai_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, providing a single tool called 'retrieve' that allows users to query the knowledge base for relevant information. The server requires Node.js version 18 or higher and a Ragie API key for authentication. It supports command line options for customizing tool descriptions and specifying partition IDs. The server can be integrated with platforms like Cursor and Claude Desktop, allowing users to configure MCP settings for project-specific or global use. The server is developed in TypeScript and utilizes dependencies such as '@modelcontextprotocol/sdk', 'ragie', and 'zod' for its operations.
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.
- Integration with Platforms: Can be configured for use with Cursor and Claude Desktop.
- Development Setup: Includes scripts for running the server in development mode and building the project.
Tools
retrieve
Queries the knowledge base for relevant information.