OpenRouter MCP
A simple and minimalistic code editor and MCP server integration for OpenRouter.
Powered by OpenRouterMcp SDK
GUI Editor
The OpenRouter MCP Editor is a standalone, Avalonia-based code editor designed to provide a rich, interactive experience with AI agents directly in your workspace.
Automated Smart Routing
Uses openrouter/auto to
intelligently select the best available model for every task.
Embedded AI Agent
An Antigravity-inspired chat sidebar that can read your code, execute tools, and reason about complex changes.
Multi-Tab Editing
Work on multiple files simultaneously with high-performance text editing and syntax highlighting.
Real-time Reasoning
Support for reasoning models like DeepSeek R1, displaying the AI's "thought" process directly in the chat.
Theme Customization
Tailor your workspace with a selection of premium accent color presets or a fully custom theme.
Secure Persistence
Your API Key and configuration are saved securely for seamless session restoration.
Quick Start
- Build: Clone and run
dotnet build. - Launch: Open
OpenRouterMcp.App/bin/Debug/net10.0/OpenRouterMcp.App.exe. - Configure: Click the gear icon (⚙) to enter your OpenRouter API Key.
Usage Tip: Smart Routing
The editor automatically uses openrouter/auto to route your requests to the
best
available model. You can also save any conversation (e.g., @ref-bug) to inject
it
into future prompts. Simply say: "Based on @ref-bug, can you implement the fix in this
new
file?" and the agent will automatically retrieve the relevant context.