fintools-ai/rag-mcp
Package to build mcp server which can apply retrieval augmented generation ( RAG ) principles to tool selection. Instead of flooding the LLM with all MCP descriptions, we will maintain an external vector index of all available MCP metadata
Platform-specific configuration:
{
"mcpServers": {
"rag-mcp": {
"command": "npx",
"args": [
"-y",
"rag-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...