panel-review MCP server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@panel-review MCP servercompare gpt-4o and claude-3.5 on 'explain quantum computing'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 |
| The server. |
|
|
| Tells Railway how to build and start. Means you don't set the start command by hand. |
| Fallback for hosts that read a Procfile instead. Harmless on Railway. |
Related MCP server: Zen MCP Server
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 |
| 400000 | Rejects oversized documents. |
| 6 | Caps models per call. |
| 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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Jonny-helix/panel-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server