Back to Home
htooayelwinict icon

open-bridge

Verified Safe

by htooayelwinict

Overview

A lightweight MCP server enabling AI coding assistants to interact with the OpenRouter API for various coding tasks.

Installation

Run Command
uvx openrouter-mcp-bridge

Environment Variables

  • OPENROUTER_API_KEY

Security Notes

The code avoids direct use of 'eval' or 'exec'. API keys are loaded from environment variables, which is a secure practice. It uses 'httpx' for async network calls, a standard and reliable library. The 'directory' parameter is only used for validation with 'os.path.isdir' and for metadata, not for command execution, mitigating path traversal risks. JSON extraction uses regex and 'json.loads' with error handling, preventing code injection through malformed JSON. The stateless nature further reduces potential attack surfaces.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens750
Stars0
Forks0
Last Update2026-01-18

Tags

AIOpenRouterMCPCoding AssistantPython