MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

L
Llm MCP Rag Agent

Agent Client

Created 1/7/2026
Updated 1 day ago
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" ] } } }