Remote MCP server over Streamable HTTP with a built-in OAuth 2.1 authorization server, for Railway
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-railway-s": {
"command": "npx",
"args": [
"-y",
"ak40u/mcp-server-railway-starter"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-railway-s npx -y ak40u/mcp-server-railway-starter
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-railway-s": {
"command": "npx",
"args": [
"-y",
"ak40u/mcp-server-railway-starter"
]
}
}
}