Server Details
Search your knowledge bases from any AI assistant using hybrid RAG.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- velarynai/ragora-mcp
- GitHub Stars
- 0
- Server Listing
- ragora
See and control every tool call
Available Tools
3 toolsdiscover_collectionsInspect
Discover all knowledge bases you have access to.
Returns collection names, descriptions, content types, stats, available operations, and usage examples for each collection. Call this first to understand what data is available before searching.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
searchInspect
Search across ALL your knowledge bases at once.
Use this when you want broad results or aren't sure which collection has the answer. For targeted search in a specific collection, use search_collection() instead.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Natural language search query. | |
| top_k | No | Maximum number of results to return (default 5). |
search_collectionInspect
Search a specific knowledge base by name.
Use discover_collections() first to find available collection names.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Natural language search query. | |
| top_k | No | Maximum number of results to return (default 5). | |
| filters | No | Optional metadata filters. Use discover_collections() to see available filter fields for each collection. | |
| custom_tags | No | Optional explicit tags to scope retrieval. Use discover_collections() to see available tags for each collection. | |
| collection_name | Yes | Human-readable collection name or slug (e.g. "employee_handbook"). |
To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.
Control your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Your Connectors
Sign in to create a connector for this server.