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

tool-server:mcp-mongoose

Structured · live

Mongoose MCP Server json

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

File · extensions/tool-servers/mcp-libraries.yamlCluster · extensions
Record JSON
{
  "id": "tool-server:mcp-mongoose",
  "_kind": "ToolServer",
  "_file": "extensions/tool-servers/mcp-libraries.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "Mongoose MCP Server",
    "description": "MCP server providing access to MongoDB via Mongoose ODM; enables\nAI agents to query, insert, update, and delete documents using schema models.\n",
    "protocol": "mcp",
    "category": "database",
    "repoUrl": "https://github.com/mongodb-js/mcp-server-mongodb",
    "maintainer": "Community",
    "mcpTransports": [
      "mcp-transport:stdio"
    ]
  },
  "outgoingEdges": [
    {
      "from": "tool-server:mcp-mongoose",
      "to": "library:mongoose",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-mongoose",
      "to": "stack-part:nosql-database",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-mongoose",
      "to": "domain:databases",
      "kind": "lib_applies_to_domain",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}