MCP Server
MCP
io.github.fieldcure/rag
MCP RAG server with hybrid search, multi-KB support, and AI-powered chunk contextualization.
Install
nuget:[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "nuget",
"registryBaseUrl": "https://api.nuget.org/v3/index.json",
"identifier": "FieldCure.Mcp.Rag",
"version": "2.5.1",
"runtimeHint": "dnx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"value": "{openai_api_key}",
"variables": {
"openai_api_key": {
"description": "OpenAI API key for embeddings or contextualization",
"isSecret": true
}
},
"name": "OPENAI_API_KEY"
},
{
"value": "{anthropic_api_key}",
"variables": {
"anthropic_api_key": {
"description": "Anthropic API key for contextualization",
"isSecret": true
}
},
"name": "ANTHROPIC_API_KEY"
},
{
"value": "{gemini_api_key}",
"variables": {
"gemini_api_key": {
"description": "Gemini API key for embeddings or contextualization",
"isSecret": true
}
},
"name": "GEMINI_API_KEY"
},
{
"value": "{voyage_api_key}",
"variables": {
"voyage_api_key": {
"description": "Voyage API key for configured providers",
"isSecret": true
}
},
"name": "VOYAGE_API_KEY"
},
{
"value": "{groq_api_key}",
"variables": {
"groq_api_key": {
"description": "Groq API key for configured providers",
"isSecret": true
}
},
"name": "GROQ_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
nuget
By
Comments
Sign in to leave a comment