Remote MCP server built with Node.js for AI tool integration (Cursor, ChatGPT connectors, Railway deployment ready).
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-railway-server": {
"command": "npx",
"args": [
"-y",
"Norman-Wagner/-mcp-railway-server"
]
}
}
}
Run in terminal:
claude mcp add -mcp-railway-server npx -y Norman-Wagner/-mcp-railway-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"-mcp-railway-server": {
"command": "npx",
"args": [
"-y",
"Norman-Wagner/-mcp-railway-server"
]
}
}
}