Loading...
npx -y{
"mcpServers": {
"ragie": {
"command": "npx",
"args": [
"-y",
"@ragieai/mcp-server",
"--partition",
"optional_partition_id"
],
"env": {
"RAGIE_API_KEY": "your_api_key"
}
}
}
}retrieveSearches the Ragie knowledge base for relevant information based on a query.
Read-only access to knowledge base; no write or delete operations.
This MCP server is relatively safe for read-only access to a knowledge base. However, the security of the API key and the sensitivity of the data in the knowledge base should be carefully considered. Misuse of the 'retrieve' tool could lead to information leakage or excessive API usage.