# Railway Mcp Server

> Official Railway MCP Server for interacting with your Railway account

- **Type:** MCP server
- **Install:** `agentstack add mcp-railwayapp-railway-mcp-server`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [railwayapp](https://agentstack.voostack.com/s/railwayapp)
- **Installs:** 0
- **Category:** [Integrations](https://agentstack.voostack.com/c/integrations)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [railwayapp](https://github.com/railwayapp)
- **Source:** https://github.com/railwayapp/railway-mcp-server

## Install

```sh
agentstack add mcp-railwayapp-railway-mcp-server
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# `@railway/mcp-server` is deprecated

Railway MCP is now bundled into the Railway CLI.

This npm package no longer contains the standalone TypeScript MCP server. It is a compatibility shim that launches:

```bash
railway mcp
```

## Migration

Install or upgrade the Railway CLI:

```bash
bash <(curl -fsSL https://railway.com/install.sh)
```

Then configure supported MCP clients:

```bash
railway mcp install
```

To configure the hosted MCP server instead of the local stdio server:

```bash
railway mcp install --remote
```

You can also configure a local MCP client directly with:

```json
{
  "mcpServers": {
    "railway": {
      "command": "railway",
      "args": ["mcp"]
    }
  }
}
```

Remove old client entries that run:

```bash
npx -y @railway/mcp-server
```

## Compatibility

For existing configs that still invoke `@railway/mcp-server`, this package delegates to `railway mcp`.

If the Railway CLI is missing, the package exits with migration instructions.

## Docs

See the Railway CLI MCP docs: https://docs.railway.com/cli/mcp

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [railwayapp](https://github.com/railwayapp)
- **Source:** [railwayapp/railway-mcp-server](https://github.com/railwayapp/railway-mcp-server)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** yes
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-railwayapp-railway-mcp-server
- Seller: https://agentstack.voostack.com/s/railwayapp
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
