II.
ToolServer JSON
Structured · livetool-server:mcp-rails
Rails MCP Server json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-server:mcp-rails",
"_kind": "ToolServer",
"_file": "extensions/tool-servers/mcp-frameworks.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Rails MCP Server",
"description": "Ruby gem implementing an MCP server for Ruby on Rails projects.\nEnables AI assistants to explore routes, models, migrations, and run\nRails-aware queries against the project through the Model Context Protocol.\n",
"protocol": "mcp",
"category": "devtools",
"repoUrl": "https://github.com/maquina-app/rails-mcp-server",
"maintainer": "maquina-app",
"mcpTransports": [
"mcp-transport:stdio"
]
},
"outgoingEdges": [
{
"from": "tool-server:mcp-rails",
"to": "framework:rails",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-rails",
"to": "domain:backend",
"kind": "lib_applies_to_domain",
"attributes": {}
},
{
"from": "tool-server:mcp-rails",
"to": "domain:web-development",
"kind": "lib_applies_to_domain",
"attributes": {}
}
],
"incomingEdges": []
}