Back to Home
Elhan1505 icon

mcp-framework-server

Verified Safe

by Elhan1505

Overview

A Python-based MCP (Model Context Protocol) server for processing AI-driven career orientation requests using various frameworks and storing conversation history.

Installation

Run Command
uvicorn src.api:app --host 0.0.0.0 --port 8000

Environment Variables

  • ANTHROPIC_API_KEY
  • FRAMEWORKS_PATH

Security Notes

The application uses `CORSMiddleware` with `allow_origins=["*"]`, which is insecure for production environments and should be restricted to known origins. SQLite database interactions use parameterized queries, mitigating SQL injection risks. The `ANTHROPIC_API_KEY` is loaded from environment variables, preventing hardcoding of secrets. Framework files are loaded as plain text from a fixed local directory, reducing arbitrary code execution risk. No 'eval', 'exec', or other direct code execution patterns from user input were found.

Similar Servers

Stats

Interest Score32
Security Score7
Cost ClassHigh
Avg Tokens13000
Stars1
Forks0
Last Update2025-11-28

Tags

FastAPIAILLMCareer GuidancePython