mirror of
https://github.com/davila7/claude-code-templates.git
synced 2026-09-19 01:30:23 +08:00
10 lines
317 B
JSON
10 lines
317 B
JSON
{
|
|
"mcpServers": {
|
|
"Railway": {
|
|
"description": "Railway MCP server provides seamless integration with Railway's deployment platform, enabling Claude to manage projects, deployments, and infrastructure directly from the CLI.",
|
|
"command": "npx",
|
|
"args": ["-y", "@railway/mcp-server"]
|
|
}
|
|
}
|
|
}
|