Files
2025-11-29 18:25:28 +08:00

29 lines
593 B
JSON

{
"mcpServers": {
"gems-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ruby-mcp/gems-mcp@latest",
"--quotes",
"double",
"--root",
"${CLAUDE_PLUGIN_ROOT}"
],
"description": "Ruby gems documentation and search"
},
"rails-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ruby-mcp/rails-mcp@latest",
"--root",
"${CLAUDE_PLUGIN_ROOT}"
],
"description": "Rails-specific development tools and documentation"
}
}
}