Ragie Model Context Protocol Server
by ragieai
The Ragie Model Context Protocol (MCP) Server provides access to Ragie's knowledge base retrieval capabilities. It enables AI models to retrieve relevant information from a Ragie knowledge base using the Model Context Protocol.
Last updated: N/A
What is Ragie Model Context Protocol Server?
This server implements the Model Context Protocol, allowing AI models to query a Ragie knowledge base for relevant information. It offers a 'retrieve' tool for searching the knowledge base.
How to use Ragie Model Context Protocol Server?
To use the server, you need a Ragie API key. Install and run the server using npx with the RAGIE_API_KEY environment variable. You can also configure it with Cursor or Claude desktop by creating an MCP configuration file or using a shell script.
Key features of Ragie Model Context Protocol Server
Retrieve tool for knowledge base search
Supports custom tool descriptions
Partition ID specification for targeted queries
Integration with Cursor and Claude desktop
Command line options for configuration
Use cases of Ragie Model Context Protocol Server
Integrating Ragie knowledge base retrieval into AI models
Providing context to AI models for better responses
Searching company knowledge bases for information
Querying specific partitions of a knowledge base
Using Ragie with Cursor and Claude desktop environments
FAQ from Ragie Model Context Protocol Server
What is the Model Context Protocol (MCP)?
What is the Model Context Protocol (MCP)?
MCP is a protocol that allows AI models to access external tools and services.
What is a Ragie API key?
What is a Ragie API key?
A Ragie API key is required to authenticate with the Ragie API and access its knowledge base retrieval capabilities.
How do I install the server?
How do I install the server?
Install the server using npx: RAGIE_API_KEY=your_api_key npx @ragieai/mcp-server
How do I configure the server with Cursor?
How do I configure the server with Cursor?
Create a .cursor/mcp.json
file or use a shell script to configure the server in Cursor.
How do I configure the server with Claude desktop?
How do I configure the server with Claude desktop?
Create a claude_desktop_config.json
file in the appropriate directory for your operating system.