Agentic AI Atlasby a5c.ai
OverviewWikiGraphFor AgentsEdgesSearchWorkspace
/
GitHubDocsDiscord
iiRecord
Agentic AI Atlas · MCP MongoDB
tool-server:mcp-mongodba5c.ai
Search record views/
Record · tabs

Available views

II.Record viewspp. 1 - 1
overviewjsongraph
II.
ToolServer JSON

tool-server:mcp-mongodb

Structured · live

MCP MongoDB json

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

File · extensions/tool-servers/extended-mcp-servers.yamlCluster · extensions
Record JSON
{
  "id": "tool-server:mcp-mongodb",
  "_kind": "ToolServer",
  "_file": "extensions/tool-servers/extended-mcp-servers.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "MCP MongoDB",
    "description": "MCP server providing access to MongoDB databases. Enables AI agents to list databases and collections, run find and aggregate queries, count documents, and perform bulk inserts and updates. Supports stdio transport.",
    "protocol": "mcp",
    "category": "database",
    "repoUrl": "https://github.com/mongodb-js/mongodb-mcp-server",
    "maintainer": "MongoDB",
    "mcpTransports": [
      "mcp-transport:stdio"
    ],
    "tools": [
      "tool-descriptor:mongo.list-databases",
      "tool-descriptor:mongo.list-collections",
      "tool-descriptor:mongo.find",
      "tool-descriptor:mongo.aggregate",
      "tool-descriptor:mongo.count",
      "tool-descriptor:mongo.insert-many",
      "tool-descriptor:mongo.update-many"
    ],
    "sourceRef": "source-ref:mcp-servers-registry"
  },
  "outgoingEdges": [
    {
      "from": "tool-server:mcp-mongodb",
      "to": "tool-descriptor:mongo.list-databases",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-mongodb",
      "to": "tool-descriptor:mongo.list-collections",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-mongodb",
      "to": "tool-descriptor:mongo.find",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-mongodb",
      "to": "tool-descriptor:mongo.aggregate",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-mongodb",
      "to": "tool-descriptor:mongo.count",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-mongodb",
      "to": "tool-descriptor:mongo.insert-many",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-mongodb",
      "to": "tool-descriptor:mongo.update-many",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-mongodb",
      "to": "extension-interface:orchestration",
      "kind": "implements",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-mongodb",
      "to": "capability:supports-mcp",
      "kind": "requires_capability",
      "attributes": {
        "level": "required"
      }
    },
    {
      "from": "tool-server:mcp-mongodb",
      "to": "source-ref:mcp-servers-registry",
      "kind": "sourced_from",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-mongodb",
      "to": "stack-part:nosql-database",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-mongodb",
      "to": "tool:mongosh",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-mongodb",
      "to": "library:mongoose",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-mongodb",
      "to": "domain:databases",
      "kind": "lib_applies_to_domain",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "tool-descriptor:mongo.list-databases",
      "to": "tool-server:mcp-mongodb",
      "kind": "contained_in_plugin",
      "attributes": {}
    },
    {
      "from": "tool-descriptor:mongo.list-collections",
      "to": "tool-server:mcp-mongodb",
      "kind": "contained_in_plugin",
      "attributes": {}
    },
    {
      "from": "tool-descriptor:mongo.find",
      "to": "tool-server:mcp-mongodb",
      "kind": "contained_in_plugin",
      "attributes": {}
    },
    {
      "from": "tool-descriptor:mongo.aggregate",
      "to": "tool-server:mcp-mongodb",
      "kind": "contained_in_plugin",
      "attributes": {}
    },
    {
      "from": "tool-descriptor:mongo.count",
      "to": "tool-server:mcp-mongodb",
      "kind": "contained_in_plugin",
      "attributes": {}
    },
    {
      "from": "tool-descriptor:mongo.insert-many",
      "to": "tool-server:mcp-mongodb",
      "kind": "contained_in_plugin",
      "attributes": {}
    },
    {
      "from": "tool-descriptor:mongo.update-many",
      "to": "tool-server:mcp-mongodb",
      "kind": "contained_in_plugin",
      "attributes": {}
    }
  ]
}

Shortcuts

Back to overview
Open graph tab