MCP Servers

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

基于Golang的LLM-MCP-RAG的小agent demo

Created 11/9/2025
Updated about 1 month ago
Repository documentation and setup instructions

llm-mcp-rag

基于Golang的LLM-MCP-RAG的小demo

Quick Setup
Installation guide for this server

Installation Command (package not published)

git clone https://github.com/CocaineCong/llm-mcp-rag
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.

Cursor configuration (mcp.json)

{ "mcpServers": { "cocainecong-llm-mcp-rag": { "command": "git", "args": [ "clone", "https://github.com/CocaineCong/llm-mcp-rag" ] } } }