Back to Home
danielwpz icon

polybrain-mcp

Verified Safe

by danielwpz

Overview

Connects AI agents to multiple LLM models, providing conversation history management and model switching capabilities.

Installation

Run Command
polybrain

Environment Variables

  • POLYBRAIN_BASE_URL
  • POLYBRAIN_API_KEY
  • POLYBRAIN_MODEL_NAME
  • OPENAI_API_KEY
  • OPENROUTER_KEY

Security Notes

The server employs good security practices like input validation (Zod schemas for tools), environment variable injection for API keys (no hardcoded secrets), and careful handling of child processes. While `execSync` is used for killing processes by port, the port number is derived from trusted internal configuration, not user input, mitigating common injection risks. The HTTP server is intended for local agent communication, and exposing it publicly would require additional security considerations. No 'eval' or malicious obfuscation patterns were found.

Similar Servers

Stats

Interest Score32
Security Score9
Cost ClassMedium
Avg Tokens1500
Stars1
Forks0
Last Update2025-11-25

Tags

MCPLLM GatewayAI AgentsMulti-modelConversation Management