Back to Home
CrispyCabot icon

ai-mcp-server-base

Verified Safe

by CrispyCabot

Overview

Provides a base server for building AI Microservice Orchestration applications using FastMCP and FastAPI, featuring tools and resources for AI agents.

Installation

Run Command
docker run -p 8000:8000 -e DB_DSN="postgresql://user:password@host:5432/dbname" mcp-server

Environment Variables

  • DB_DSN

Security Notes

The default DB_DSN is a placeholder and not a hardcoded secret. No 'eval' or obfuscation found. The `query_sample_db` tool, when connected to a real database (bypassing the current mock), directly executes SQL queries provided as input. This poses a potential SQL injection vulnerability if the 'query' parameter originates from untrusted user input or an inadequately guarded AI agent, as there is no input sanitization within the tool itself. The project explicitly states it's a 'base' and 'sample', indicating that production hardening would be necessary for such functions.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassLow
Stars0
Forks0
Last Update2026-01-18

Tags

AIMicroservicesOrchestrationFastAPIMCPPython