Back to Home

fastmcp-server

by swissmarley

Overview

Local web GUI and MCP server for developing and experimenting with FastMCP-based tools, offering a web interface to manage functions and integrate with LLM clients.

Installation

Run Command
No command provided

Security Notes

The server allows arbitrary Python code execution via the `POST /api/functions` endpoint, enabling users to add custom functions at runtime. While the project states it 'attempts to restrict builtins,' this is not a full sandbox and is explicitly warned as 'dangerous.' Running untrusted code is not recommended, and exposing the server beyond `localhost` would greatly increase the risk of remote code execution.

Similar Servers

Stats

Interest Score0
Security Score3
Cost ClassLow
Avg Tokens20
Stars0
Forks0
Last Update2025-11-17

Tags

LLM ToolingFastMCPFlaskLocal ServerTool Orchestration