From a5d6532c43b44e6db5cd041a1a9e80ddabe066f7 Mon Sep 17 00:00:00 2001 From: moonwalk Date: Wed, 16 Jul 2025 10:30:24 +0200 Subject: [PATCH] Update README.md --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index 25eb0cd..7bfb28f 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,31 @@ A Model Context Protocol (MCP) server that provides AI assistants with comprehensive access to n8n node documentation, properties, and operations. Deploy in minutes to give Claude and other AI assistants deep knowledge about n8n's 525+ workflow automation nodes. +## 🚀 1 Click Deploy on Railway + +Railway is a cloud deployment platform that lets you deploy this project with one click. + [![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new/template?sourceUrl=https://github.com/czlonkowski/n8n-mcp) +### Quickstart + +1. Click the **Deploy on Railway** button above. +2. Railway will clone this repository and set up the service. +3. Configure required environment variables such as `AUTH_TOKEN`. +4. Optionally connect a database if needed. + +### Environment Variables + +- `AUTH_TOKEN` (required): Secret token used for authenticating requests. +- Any database connection string (optional): Ensure your database is accessible to Railway. + +### Notes + +- Railway automatically builds from the provided `Dockerfile.railway`. +- The service will expose port 3000 as configured. +- Make sure to keep your `AUTH_TOKEN` secure. + + ## Overview