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, providing a streamlined method for querying and accessing relevant data. The server is built using Node.js and requires 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 various platforms like Cursor and Claude Desktop, allowing for flexible usage across different environments. The primary tool offered by the server is 'retrieve', which enables users to search the knowledge base using specific queries, with options to refine results based on relevance and recency.
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: Compatible with platforms like Cursor and Claude Desktop for seamless integration.
- Development Setup: Includes TypeScript development environment with dependencies like @modelcontextprotocol/sdk and ragie.
Tools
retrieve
Queries the knowledge base for relevant information.