Back to Home
l4b4r4b4b4 icon

fastmcp-template

Verified Safe

by l4b4r4b4b4

Overview

Provides a FastMCP server template with reference-based caching and private computation for AI agent tools handling large datasets efficiently.

Installation

Run Command
docker compose up

Environment 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

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens500
Stars0
Forks0
Last Update2026-01-19

Tags

AI Agent ToolsReference CachingPrivate ComputationFastMCPObservability