Back to Home
UnitVectorY-Labs icon

mcp-markdown-rag

Verified Safe

by UnitVectorY-Labs

Overview

Indexing and semantic search of local Markdown documents using vector embeddings and an MCP server.

Installation

Run Command
./rag -mcp

Environment Variables

  • RAG_OLLAMA_URL
  • RAG_EMBEDDING_MODEL
  • RAG_DB_PATH

Security Notes

The tool interacts with the local file system for indexing and database storage, and makes HTTP requests to a configurable Ollama API endpoint. By default, it uses 'http://localhost:11434/api/embeddings', limiting network exposure. Users must ensure the configured Ollama endpoint is trusted to prevent sensitive Markdown content from being sent to an untrusted embedding service. The MCP server runs over standard I/O, which is typically a secure communication channel.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens2000
Stars0
Forks0
Last Update2026-01-17

Tags

RAGMarkdownVector DatabaseOllamaCLIMCP