DraftRelay
by raashy
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Host to bind for hosted mode (default: 127.0.0.1). | |
| PORT | No | Port for hosted mode (default: 3941). | |
| APP_URL | No | Public URL of the hosted application (required for OAuth and links). | |
| NODE_ENV | No | Node environment (development, production, etc.). | |
| REDIS_URL | No | Redis connection string for hosted mode (required in production). | |
| AI_DUMP_URL | No | Smoke-test fallback URL for older checkouts. | |
| CUTLINE_URL | No | Base URL for local MCP server (default: http://127.0.0.1:3939). | |
| CUTLINE_HOME | No | Override the application data directory location for local mode. | |
| DATABASE_URL | No | PostgreSQL connection string for hosted mode. | |
| CUTLINE_DATA_DIR | No | Explicit data directory for local mode. | |
| STRIPE_SECRET_KEY | No | Stripe secret key for billing. | |
| BETTER_AUTH_SECRET | No | Secret for Better Auth sessions. | |
| TURNSTILE_SITE_KEY | No | Cloudflare Turnstile site key for production. | |
| CUTLINE_POLICY_FILE | No | Path to a local policy YAML file. | |
| TURNSTILE_SECRET_KEY | No | Cloudflare Turnstile secret key for production. | |
| STRIPE_WEBHOOK_SECRET | No | Stripe webhook signing secret. |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- 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/raashy/draftrelay'
If you have feedback or need assistance with the MCP directory API, please join our Discord server