Back to Home
SaiVSrini icon

mcpfinder

Verified Safe

by SaiVSrini

Overview

A personal tool router that answers natural language queries to recommend the most relevant developer tools and MCP servers.

Installation

Run Command
python -m mcp_suggester.server

Environment Variables

  • OPENAI_API_KEY
  • MCP_CATALOG_DB
  • MCP_SUGGEST_MODEL
  • MCP_EMBED_MODEL

Security Notes

The project adheres to good practices by retrieving API keys from environment variables and using parameterized queries for SQLite interactions, mitigating common injection risks. The data loading from CSV to SQLite includes JSON parsing with error handling for embedded vectors. The `api_server.py` component defaults to binding on `0.0.0.0` (all network interfaces), which should be secured if exposed to untrusted networks, but this is an optional server and not the default `command` type usage with Cursor.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens3000
Stars0
Forks0
Last Update2025-12-07

Tags

tool discoveryLLM routingsemantic searchdeveloper toolspersonal assistant