MCP Servers

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

A semantic search system for Markdown notes with Model Context Protocol (MCP) server integration. Build searchable embeddings indexes from your Markdown files and expose them via JSON-RPC 2.0 over stdio for LLM integrations.

Created 9/7/2025
Updated 3 days ago
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server

Install Package (if required)

uvx markdown-notes-mcp

Cursor configuration (mcp.json)

{ "mcpServers": { "codemaestro78-markdown-notes-mcp": { "command": "uvx", "args": [ "markdown-notes-mcp" ] } } }