iiRecord
Agentic AI Atlas · Sequelize MCP Server
tool-server:mcp-sequelizea5c.ai
II.
ToolServer JSON

tool-server:mcp-sequelize

Structured · live

Sequelize MCP Server json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/tool-servers/mcp-libraries-extended.yamlCluster · extensions
Record JSON
{
  "id": "tool-server:mcp-sequelize",
  "_kind": "ToolServer",
  "_file": "extensions/tool-servers/mcp-libraries-extended.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "Sequelize MCP Server",
    "description": "MCP server providing access to databases managed by Sequelize ORM.\nEnables AI agents to query models, inspect schema definitions, run\nmigrations, and execute raw SQL via the Sequelize connection.\n",
    "protocol": "mcp",
    "category": "database",
    "repoUrl": "https://github.com/sequelize/sequelize",
    "maintainer": "Community",
    "mcpTransports": [
      "mcp-transport:stdio"
    ]
  },
  "outgoingEdges": [
    {
      "from": "tool-server:mcp-sequelize",
      "to": "library:sequelize",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-sequelize",
      "to": "stack-part:relational-database",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-sequelize",
      "to": "domain:databases",
      "kind": "lib_applies_to_domain",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}