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
Provides AI-optimized context for software projects to large language models, enhancing collaboration and project understanding via 50+ specialized tools within Claude Desktop workflows.
rest-to-mcp-adapter
Transforms REST API specifications (OpenAPI, Swagger, OpenAPI Actions) into Model Context Protocol (MCP) tools, enabling AI agents like Claude and GPT to interact with any REST API.
mcp-dashboard
Manage Model Context Protocol (MCP) server settings through a user-friendly web-based GUI.