Back to Home
nickweedon icon

mcp_server_template

Verified Safe

by nickweedon

Overview

A template for building Model Context Protocol (MCP) servers, providing a robust foundation with best practices, Docker support, and example API implementations for AI agent integration.

Installation

Run Command
uv run skeleton-mcp

Environment Variables

  • API_KEY
  • API_BASE_URL
  • API_TIMEOUT
  • DEBUG

Security Notes

Uses environment variables for API keys, following best practices. No obvious hardcoded secrets, 'eval' usage, or malicious patterns found in the provided code snippets. The recommended 'mcp-mapped-resource-lib' for handling large files explicitly mentions security features like path traversal prevention and MIME validation. The client module loads .env files from standard locations, including the user's home directory, which is a common pattern but requires users to manage their local environment files carefully.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens200
Stars0
Forks0
Last Update2025-12-25

Tags

MCPPythonFastMCPServer TemplateAPI Gateway