Search your Mac's files by name and by text inside documents. Local index, Korean-aware.
claude mcp add lupa-mcp -- npx -y lupa-mcp
claude_desktop_config.json
{
"mcpServers": {
"lupa-mcp": {
"command": "npx",
"args": [
"-y",
"lupa-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"lupa-mcp": {
"command": "npx",
"args": [
"-y",
"lupa-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"lupa-mcp": {
"command": "npx",
"args": [
"-y",
"lupa-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"lupa-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"lupa-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"lupa-mcp": {
"command": "npx",
"args": [
"-y",
"lupa-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.paeyoungpark-web--lupa-mcp/reviews or the review_server meta-tool.
POST /mcp