Skip to content

Conversation

@renl
Copy link
Contributor

@renl renl commented May 28, 2025

Add RAG local MCP server to community servers list

Description

This MCP server provides a simple API for storing and retrieving text passages based on their semantic meaning, not just keywords. It uses Ollama for generating text embeddings and ChromaDB for vector storage and similarity search. You can "memorize" any text and later retrieve the most relevant stored texts for a given query.

Server Details

Server: Community servers documentation
Changes to: README.md community servers list

Motivation and Context

This helps to provide "unlimited" memory for the LLM chat that can be used in multiple different chats.

How Has This Been Tested?

This has been tested in Github copilot and Claude desktop

Types of changes

  • Documentation update

Changes made

  • Added entry to README.md in the third-party servers section
  • Maintained alphabetical order
  • Followed the existing format and style guidelines

Checklist

  • I have read the MCP Protocol Documentation
  • My changes follows MCP security best practices
  • I have updated the server's README accordingly
  • I have tested this with an LLM client
  • My code follows the repository's style guidelines
  • New and existing tests pass locally
  • I have added appropriate error handling
  • I have documented all environment variables and configuration options

Repository

https://github.com/renl/mcp-rag-local

@renl
Copy link
Contributor Author

renl commented Jun 2, 2025

Hi @tadasant @olaservo @cliffhall PR is ready for review 🙏

Copy link
Member

@cliffhall cliffhall left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! 👍

@cliffhall cliffhall merged commit b0b4ac1 into modelcontextprotocol:main Jun 2, 2025
@renl renl deleted the feat/add-mcp-rag-local-server branch June 3, 2025 04:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants