Back to Home
gisetia icon

mcp-agent-base

Verified Safe

by gisetia

Overview

A minimal FastAPI service exposing an OpenAI-compatible /chat/completions endpoint backed by Anthropic Claude with MCP tool calls and SSE streaming.

Installation

Run Command
docker compose up --build

Environment Variables

  • ANTHROPIC_API_KEY
  • MCP_SERVER_URL

Security Notes

Secrets (API keys, URLs) are handled via environment variables, avoiding hardcoding. The service implements retry mechanisms for network calls to both the LLM provider and the MCP server, improving resilience. No 'eval' or other direct arbitrary code execution patterns were found. Security is partly dependent on the trustworthiness of the external MCP server and the tools it exposes.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens2500
Stars0
Forks2
Last Update2026-01-19

Tags

FastAPIAnthropicClaudeOpenAI APITool UseSSE