Back to Home
rickyhoneycutt icon

mcp-connector

Verified Safe

by rickyhoneycutt

Overview

A unified server for bridging multiple LLM platforms to a centralized tool execution layer using the Model Context Protocol (MCP).

Installation

Run Command
docker-compose -f deployments/docker/docker-compose.yml up

Environment Variables

  • DATABASE_URL
  • REDIS_URL
  • LOG_LEVEL
  • POSTGRES_USER
  • POSTGRES_PASSWORD
  • POSTGRES_DB

Security Notes

The `docker-compose.yml` file contains hardcoded database credentials (`mcp:mcp`) and does not configure authentication for Redis. While the `docs/architecture.md` outlines a robust security model (bcrypt-hashed API keys, scoped permissions, input validation, rate limiting), the provided Go backend's `main.go` is largely a scaffold with `TODO` comments, meaning these security features are not fully implemented or visible in the truncated source. This makes the current state of the repository as provided insecure for production deployment without significant configuration changes.

Similar Servers

Stats

Interest Score0
Security Score5
Cost ClassMedium
Avg Tokens500
Stars0
Forks0
Last Update2026-01-18

Tags

LLMAPI GatewayToolingProtocol HandlerAI Infrastructure