fastmcp-template
Verified Safeby l4b4r4b4b4
Overview
Provides a FastMCP server template with reference-based caching and private computation for AI agent tools handling large datasets efficiently.
Installation
docker compose upEnvironment Variables
- LANGFUSE_PUBLIC_KEY
- LANGFUSE_SECRET_KEY
- LANGFUSE_HOST
- FASTMCP_PORT
- FASTMCP_HOST
- CACHE_BACKEND
- REDIS_URL
- SQLITE_PATH
Security Notes
The server is designed with strong security considerations, particularly for protecting data from AI agents via granular access control and private computation features. Environment variables are used for configuration (e.g., Langfuse keys, Redis URL), preventing hardcoded secrets. The default `is_admin` function returns `False`, requiring explicit implementation for administrative access. The use of `0.0.0.0` for host binding in Docker environments is standard but necessitates proper external network security. No critical runtime vulnerabilities like `eval` or command injection were found.
Similar Servers
mcpstore
Orchestrate Microservice Context Protocol (MCP) services and adapt them for integration with various AI frameworks like LangChain, managing tools and their lifecycle.
mcp-python-starter
A feature-complete Model Context Protocol (MCP) server template in Python for developing AI applications and agents.
mcp-server-langgraph
A production-ready Model Context Protocol (MCP) server for building and deploying multi-LLM LangGraph agents, complete with fine-grained authorization, comprehensive observability, and a unique visual workflow builder that generates production-ready Python code.
agentplaybooks
Provides a Model Context Protocol (MCP) server for AI agents, offering platform-independent memory, skill management, and persona definitions.