Overview
Features
Retrieve Tool
Exposes a tool named retrieve to search Ragie's knowledge base. Parameters: query (string), topK (default 8), rerank (default true), recencyBias (default false). Returns an array of matching content chunks.
MCP protocol over stdio
The server communicates using the Model Context Protocol via standard input/output.
CLI-based customization
Allows overriding the tool description with --description and selecting a Ragie partition with --partition.
Ragie API key authentication
Requires the RAGIE_API_KEY environment variable for Ragie API authentication.
Partition-aware queries
Supports querying a specific Ragie partition via the --partition option.
Cursor integration
Configurable through mcp.json files (project-specific or user-wide) to load Ragie MCP servers in Cursor workflow.
Claude Desktop integration
Configurable via claude_desktop_config.json to expose the Ragie MCP server in Claude Desktop.
TypeScript with SDK and validation
Written in TypeScript and uses @modelcontextprotocol/sdk and zod for runtime validation.




