@relayplane/mcp-server
MCP server for efficient AI workflow orchestration with RelayPlane.
Why RelayPlane?
90%+ context reduction on multi-step pipelines.
When AI agents use MCP tools directly, they face two problems:
Tool definitions bloat context — 100k+ tokens for many tools
Intermediate results pass through context — a 50k token document copied between steps
RelayPlane workflows solve this by keeping intermediate results in the workflow engine, not your context window.
Installation
Environment Variables
Set your provider API keys:
Available Tools
Tool | Purpose | Cost |
| Test single prompt | Provider cost |
| Test multi-step workflow | Provider cost |
| List available models | Free |
| Validate DAG structure (no LLM calls) | Free |
| Discover pre-built skills | Free |
| List recent runs | Free |
| Get run details + trace URL | Free |
Usage Example
Budget Limits
Budget tracking protects you from runaway provider costs (OpenAI, Anthropic bills). RelayPlane is BYOK — we don't charge for API usage.
Default limits:
Daily: $5.00
Single call: $0.50
Calls per hour: 100
Override with CLI flags:
Pre-built Skills
Discover pre-built workflow patterns:
Available skills:
invoice-processor - Extract, validate, summarize invoices (97% context reduction)
content-pipeline - Research, draft, refine content (85% context reduction)
lead-enrichment - Enrich and score leads (90% context reduction)
document-qa - RAG-based document Q&A (75% context reduction)
code-review - Multi-stage code review (80% context reduction)
email-classifier - Classify and route emails (95% context reduction)
Configuration
Create ~/.relayplane/mcp-config.json:
Development
License
MIT