Back to Home
yiwenlu66 icon

mu-mcp

Verified Safe

by yiwenlu66

Overview

A minimal MCP server designed to enable chat with various AI models via OpenRouter, with a focus on persistent, multi-model conversations.

Installation

Run Command
uv run python server.py

Environment Variables

  • OPENROUTER_API_KEY
  • OPENROUTER_ALLOWED_MODELS
  • LOG_LEVEL

Security Notes

The server securely handles API keys via environment variables. File reading functionality (`_read_files`, `_encode_image`) processes user-provided file paths and sends content to OpenRouter. While there are no clear execution vulnerabilities, a malicious or compromised calling agent could potentially lead to sensitive file content being exposed if instructed to read arbitrary file paths on the host system. No 'eval' or similar dangerous patterns found.

Similar Servers

Stats

Interest Score32
Security Score8
Cost ClassHigh
Avg Tokens5000
Stars2
Forks0
Last Update2025-11-24

Tags

AI ChatOpenRouterMCP ServerMulti-modelPersistent Conversations