Back to MCP Directory
Connections & Capabilities
Connects To
GitHub
Capabilities
read
Quickstart
Install
npx -yConfig
{
"mcpServers": {
"ragie": {
"command": "npx",
"args": [
"-y",
"@ragieai/mcp-server",
"--partition",
"optional_partition_id"
],
"env": {
"RAGIE_API_KEY": "your_api_key"
}
}
}
}Exposed MCP Tools (1)
safe
retrieveSearches the Ragie knowledge base for relevant information based on a query.
Read-only access to knowledge base; no write or delete operations.
Safety Assessment
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.
- Read-only access to knowledge base via the 'retrieve' tool.
- No direct write or delete operations exposed.
- Requires an API key for authentication.
- Can be configured to query specific Ragie partitions, limiting scope.
- API key is stored as an environment variable, which can be exposed if not properly managed.
- Potential for information leakage if the knowledge base contains sensitive data.
- The 'retrieve' tool could be used to gather large amounts of data if not rate-limited appropriately.
- Dependency on the Ragie API introduces a potential point of failure.
