Back to Home
MacroSense-AI icon

macrosense-ai-mcp-server

Verified Safe

by MacroSense-AI

Overview

Provides a template for building Model Context Protocol (MCP) servers with custom tool-calling capabilities for AI models.

Installation

Run Command
docker build -t macrosense-mcp . && docker run --rm -p 8000:8000 macrosense-mcp

Environment Variables

  • PORT
  • MONGODB_URI
  • HOST
  • PYTHONUNBUFFERED

Security Notes

Hardcoded authentication token (`test-token`) in `src/middlewares/auth.py` presents a significant security vulnerability for production deployment. CORS `allow_origins=["*"]` is overly permissive for production. Both should be configured via environment variables or stricter policies.

Similar Servers

Stats

Interest Score0
Security Score4
Cost ClassLow
Stars0
Forks0
Last Update2025-11-29

Tags

MCPAIToolsStarletteFastMCPPython