generic-mcp
Verified Safeby Josh-Gotro
Overview
Provides a scaffolding for building Model Context Protocol (MCP) servers to expose external APIs as tools for Claude Desktop and CLI.
Installation
uv run your-mcpEnvironment Variables
- YOUR_API_KEY
- YOUR_API_BASE_URL
Security Notes
The server adheres to good security practices by utilizing environment variables for secrets, logging to stderr, and providing clear examples of input validation. No dangerous functions like 'eval' or 'pickle' are present in the provided code snippets. Best practices like using HTTPS for API calls and thorough input validation are explicitly recommended and demonstrated.
Similar Servers
mcp-manager
A web GUI to easily manage and configure Model Context Protocol (MCP) servers for the Claude Desktop app on MacOS, generating terminal commands for installation and setup.
claude-faf-mcp
Optimizes AI understanding of software projects by providing persistent context, fixing context-drift, and enabling bi-directional synchronization between project metadata and AI documentation.
mcp-dashboard
Manage Model Context Protocol (MCP) server settings for Claude Code and Claude Desktop through a local web-based graphical user interface.
Simple-MCP
Demonstrates building and exposing simple tools (dice rolling, arithmetic) via the Model Context Protocol (MCP) using Python and fastmcp for AI clients like Claude Desktop.