Ragie Model Context Protocol Server
@MCP-Mirror
About Ragie Model Context Protocol Server
Mirror of
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"ragieai_ragie-mcp-server": {
"command": "npx",
"args": [
"@ragieai/mcp-server"
],
"env": {
"RAGIE_API_KEY": "your_api_key"
}
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is Ragie Model Context Protocol Server?
A Model Context Protocol (MCP) server that provides access to Ragie's knowledge base retrieval capabilities. It implements the Model Context Protocol to enable AI models to retrieve information from a Ragie knowledge base.
How to use Ragie Model Context Protocol Server?
Install and run with npx: set the RAGIE_API_KEY environment variable and optionally use --description and --partition flags. Configure the server for use with Cursor or Claude Desktop by adding a mcp.json or claude_desktop_config.json file.
Key features of Ragie Model Context Protocol Server
- Provides a
retrievetool for searching the knowledge base - Accepts optional parameters:
topK,rerank, andrecencyBias - Customizable tool description via
--descriptionflag - Partition filtering via
--partitionflag - Easy integration with Cursor and Claude Desktop
Use cases of Ragie Model Context Protocol Server
- Query a company knowledge base for relevant information
- Retrieve the most relevant text chunks from a set of documents
- Bias search results towards recent or high-relevance content
- Integrate knowledge base search into AI-assisted coding workflows
FAQ from Ragie Model Context Protocol Server
What does the retrieve tool do?
Searches the Ragie knowledge base for chunks matching a query and returns an array of content with matching text.
What prerequisites are required?
Node.js >= 18 and a valid Ragie API key set as the RAGIE_API_KEY environment variable.
How can I customize the tool's description?
Use the --description (or -d) flag when starting the server, e.g., --description "Search the company knowledge base".
How do I filter retrieval to a specific partition?
Use the --partition (or -p) flag with the partition ID, e.g., --partition your_partition_id.
How do I configure the server with Claude Desktop?
Add a claude_desktop_config.json file with the server command and environment variables, then restart Claude Desktop.
Frequently asked questions
What does the retrieve tool do?
Searches the Ragie knowledge base for chunks matching a query and returns an array of content with matching text.
What prerequisites are required?
Node.js >= 18 and a valid Ragie API key set as the `RAGIE_API_KEY` environment variable.
How can I customize the tool's description?
Use the `--description` (or `-d`) flag when starting the server, e.g., `--description "Search the company knowledge base"`.
How do I filter retrieval to a specific partition?
Use the `--partition` (or `-p`) flag with the partition ID, e.g., `--partition your_partition_id`.
How do I configure the server with Claude Desktop?
Add a `claude_desktop_config.json` file with the server command and environment variables, then restart Claude Desktop.
Basic information
More Other MCP servers
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
ICSS
chokcoco不止于 CSS
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Comments