panel-review MCP server
Enables adversarial multi-model AI review via OpenRouter, allowing Claude to submit prompts to multiple models and compare responses through custom connector tools.
README
panel-review MCP server — deployment
Adversarial multi-model review via OpenRouter, callable from Claude as a custom connector.
Tested before packaging: server starts, serves /mcp over streamable-http, all five tools
register, and the health check reports cleanly when the API key is absent rather than crashing.
Files
| File | Purpose |
|---|---|
panel_mcp_server.py |
The server. |
requirements.txt |
mcp and httpx. Railway installs these automatically. |
railway.json |
Tells Railway how to build and start. Means you don't set the start command by hand. |
Procfile |
Fallback for hosts that read a Procfile instead. Harmless on Railway. |
Deploy
- Put all four files in a GitHub repo, at the top level (not in a subfolder).
- Railway → New Project → Deploy from GitHub repo → pick the repo.
- Railway service → Variables → New Variable:
OPENROUTER_API_KEY= your key. Do this before worrying about the first deploy failing. - Railway service → Settings → Networking → Generate Domain. Without this the service runs but has no public URL. Port 8000 if asked.
- Your connector URL is
https://<the-domain-railway-gave-you>/mcp— note the/mcp.
Connect to Claude
Customize > Connectors > + > Add custom connector, paste the URL, Add. Then enable it per conversation via the + button > Connectors.
First thing to run
Ask Claude to run panel_health. It confirms the server is reachable and the key is set.
Then panel_models with a filter (deepseek, gemini, gpt) to get slugs that currently
resolve — the defaults in the file will drift and should not be trusted.
Optional environment variables
| Variable | Default | Purpose |
|---|---|---|
PANEL_MAX_DOC_CHARS |
400000 | Rejects oversized documents. |
PANEL_MAX_MODELS |
6 | Caps models per call. |
PANEL_MAX_CALLS_PER_DAY |
200 | Daily spend guard. |
Two things to know
Spend exposure. This endpoint spends your OpenRouter key and the URL is the only thing protecting it. Anyone who learns the URL can burn credits. The caps above limit the damage but do not prevent it. Set a spend limit in the OpenRouter dashboard as well, and treat the URL as a secret. If it leaks, delete the Railway domain and generate a new one.
Job state is in memory. panel_submit and panel_status share state within one process.
A redeploy loses running jobs, and if you ever scale to more than one replica the poll can land
on the wrong instance and report "unknown". Stay on a single replica.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.