mcpfinder
Verified Safeby SaiVSrini
Overview
A personal tool router that answers natural language queries to recommend the most relevant developer tools and MCP servers.
Installation
python -m mcp_suggester.serverEnvironment 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
mcp-server-infranodus
Integrates InfraNodus knowledge graph and text network analysis capabilities into LLM workflows and AI assistants for generating knowledge graphs, detecting content gaps, identifying topics, and performing SEO analysis.
mcp-dblp
Provides a Model Context Protocol (MCP) server for Large Language Models (LLMs) to access, search, and manage publications and BibTeX entries from the DBLP computer science bibliography database.
mcp-server-pipecd
Provides an MCP (Model Context Protocol) server to integrate PipeCD's application and deployment management capabilities with MCP clients.
mcp
The AI Endurance MCP server provides conversational access to personal training data, workouts, performance analytics, and training plan management for runners, cyclists, and triathletes through AI assistants.