L
Llm MCP Rag Agent
by @cfbstrong
Agent Client
Created 1/7/2026
Updated 1 day ago
README
Repository documentation and setup instructions
Minimalistic template for using TypeScript with Node.js and ESM.
Quick Setup
Installation guide for this server
Install Package (if required)
npx @modelcontextprotocol/server-llm-mcp-rag-agent
Cursor configuration (mcp.json)
{
"mcpServers": {
"cfbstrong-llm-mcp-rag-agent": {
"command": "npx",
"args": [
"cfbstrong-llm-mcp-rag-agent"
]
}
}
}