Seahorse RAG MCP
by pch8286
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GLINER_MODEL | No | Default GLiNER fallback model id (Hugging Face). | fastino/gliner2-multi-v1 |
| RERANK_RRF_K | No | RRF constant k. | 60 |
| RERANK_TOP_N | No | Number of top PPR candidates passed to fusion. | 20 |
| RERANK_W_PPR | No | PPR fusion weight (auto-normalized with rerank weight). | 0.7 |
| HIPPO_NODE_MAX | No | Override profile's max nodes limit. | None |
| RERANK_ENABLED | No | Enable local cross-encoder reranker. | False |
| RERANK_W_RERANK | No | Reranker fusion weight (auto-normalized with PPR weight). | 0.3 |
| GLINER_ONNX_PATH | No | Local ONNX GLiNER bundle directory. | models/gliner_onnx |
| RERANK_MODEL_PATH | No | Path to reranker ONNX model (.onnx). | None |
| HIPPO_MEMORY_ALPHA | No | Override memory allocation fraction (e.g. 0.1). | None |
| GLINER_ONNX_REPO_ID | No | ONNX GLiNER repo id for auto/setup download. | lmo3/gliner2-multi-v1-onnx |
| RERANK_FUSION_METHOD | No | weighted_sum or rrf. | weighted_sum |
| RERANK_MODEL_MAX_LEN | No | Cross-encoder max input length. | 512 |
| RERANK_QUERY_MAX_LEN | No | Query token cap before packing. | 64 |
| RERANK_TOKENIZER_PATH | No | Path to reranker tokenizer.json. | None |
| GLINER_ONNX_AUTO_SETUP | No | Auto-download ONNX GLiNER when local bundle is missing. | True |
| RERANK_PASSAGE_MAX_LEN | No | Passage token cap before packing. | 448 |
| HIPPO_PERFORMANCE_PROFILE | No | auto, low, mid, or high. | auto |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pch8286/seahorse-rag-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server