Back to Home
muhammadhayat123 icon

MCP_client_server

Verified Safe

by muhammadhayat123

Overview

This project demonstrates client-server delegation of LLM tasks using the MCP framework, where the server requests an LLM generation from the client.

Installation

Run Command
uvicorn server:mcp_app --port 8000

Security Notes

The provided code snippet does not contain 'eval', 'exec', or hardcoded secrets. Input 'topic' is embedded as text content and not directly executed. The server runs on localhost, and the security relies heavily on the underlying 'mcp' library and proper configuration in a production environment. For a demo, it appears safe.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens100
Stars0
Forks0
Last Update2025-11-19

Tags

LLMClient-ServerPythonMCPAI Delegation