Ragie Model Context Protocol Server
@andyciggy
Ragie Model Context Protocol Server について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"ragie-mcp-server-andyciggy": {
"command": "npx",
"args": [
"@ragieai/mcp-server"
],
"env": {
"RAGIE_API_KEY": "your_api_key"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Ragie Model Context Protocol Server?
The Ragie Model Context Protocol Server implements the Model Context Protocol (MCP) to enable AI models to retrieve information from a Ragie knowledge base. It provides a single tool called "retrieve" that allows querying the knowledge base for relevant information. It is built for developers and AI assistants that need to integrate Ragie’s knowledge retrieval capabilities.
How to use Ragie Model Context Protocol Server?
Install and run with npx, setting the required RAGIE_API_KEY environment variable. Optionally pass --description or --partition command line flags. The server listens on stdio for MCP messages and can be configured in Cursor via a mcp.json file or shell script, or in Claude Desktop via claude_desktop_config.json.
Key features of Ragie Model Context Protocol Server
- Single
retrievetool for querying the knowledge base. - Parameters:
query(string),topK(optional, default 8),rerank(optional, default true),recencyBias(optional, default false). - Returns an array of content chunks with matching text.
- Supports custom tool descriptions via
--descriptionflag. - Supports partition-scoped queries via
--partitionflag. - Compatible with Cursor and Claude Desktop MCP clients.
Use cases of Ragie Model Context Protocol Server
- Enable AI assistants to search a company knowledge base for answers.
- Provide relevant document snippets to language models during conversations.
- Integrate Ragie retrieval into automated workflows that use MCP-compatible tools.
- Offer context-aware responses in Cursor or Claude Desktop environments.
FAQ from Ragie Model Context Protocol Server
What is the retrieve tool and what parameters does it accept?
The retrieve tool searches the Ragie knowledge base. It accepts query (required), topK (optional, default 8), rerank (optional, default true), and recencyBias (optional, default false). It returns an array of content chunks with matching text.
What are the prerequisites and dependencies?
Node.js >= 18 and a valid Ragie API key. The server uses @modelcontextprotocol/sdk, ragie, and zod.
How do I configure the server with Cursor?
Create a mcp.json file in the project’s .cursor folder or in ~/.cursor/ with the command npx -y @ragieai/mcp-server and required environment variables. Alternatively, use a shell script and add it through Cursor Settings > MCP Servers.
How do I configure the server with Claude Desktop?
Add an entry to claude_desktop_config.json (located at ~/Library/Application Support/Claude/ on macOS or %APPDATA%/Claude/ on Windows) with the same command and environment variables, then restart Claude desktop.
Are there any command line options or customizations?
Yes: --description or -d to override the default tool description, and --partition or -p to specify a Ragie partition ID. Both can be used together.
「その他」の他のコンテンツ
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.

EverArt
modelcontextprotocolModel Context Protocol Servers
コメント