M
MCP Search Buddy
by @zuzu143
A lightweight MCP server for semantic searching of local documentation
Created 4/1/2026
Updated about 4 hours ago
README
Repository documentation and setup instructions
mcp-search-buddy
A lightweight MCP server for semantic searching of local documentation
Quick Setup
Installation guide for this server
Install Package (if required)
uvx mcp-search-buddy
Cursor configuration (mcp.json)
{
"mcpServers": {
"zuzu143-mcp-search-buddy": {
"command": "uvx",
"args": [
"mcp-search-buddy"
]
}
}
}