iiRecord
Agentic AI Atlas · MCP Context7
tool-server:mcp-context7a5c.ai
II.
ToolServer JSON

tool-server:mcp-context7

Structured · live

MCP Context7 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-context7",
  "_kind": "ToolServer",
  "_file": "extensions/tool-servers/extended-mcp-servers.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "MCP Context7",
    "description": "MCP server providing up-to-date library documentation lookups. Enables AI agents to resolve library IDs and retrieve current documentation for programming libraries and frameworks. Supports stdio transport.",
    "protocol": "mcp",
    "category": "devtools",
    "repoUrl": "https://github.com/upstash/context7",
    "npmPackage": "@upstash/context7-mcp",
    "maintainer": "Upstash",
    "mcpTransports": [
      "mcp-transport:stdio"
    ],
    "tools": [
      "tool-descriptor:context7.resolve-library-id",
      "tool-descriptor:context7.get-library-docs"
    ],
    "sourceRef": "source-ref:mcp-servers-registry"
  },
  "outgoingEdges": [
    {
      "from": "tool-server:mcp-context7",
      "to": "tool-descriptor:context7.resolve-library-id",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-context7",
      "to": "tool-descriptor:context7.get-library-docs",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-context7",
      "to": "extension-interface:orchestration",
      "kind": "implements",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-context7",
      "to": "capability:supports-mcp",
      "kind": "requires_capability",
      "attributes": {
        "level": "required"
      }
    },
    {
      "from": "tool-server:mcp-context7",
      "to": "source-ref:mcp-servers-registry",
      "kind": "sourced_from",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-context7",
      "to": "capability:requires-tool-approval",
      "kind": "supports",
      "attributes": {
        "versionRange": "current",
        "level": "partial",
        "notes": "Read-only docs lookups; approval typically needed only on first use."
      }
    },
    {
      "from": "tool-server:mcp-context7",
      "to": "tool:context7",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-context7",
      "to": "mcp-resource:context7-docs",
      "kind": "exposes_resource",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-context7",
      "to": "domain:software-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "tool-descriptor:context7.resolve-library-id",
      "to": "tool-server:mcp-context7",
      "kind": "contained_in_plugin",
      "attributes": {}
    },
    {
      "from": "tool-descriptor:context7.get-library-docs",
      "to": "tool-server:mcp-context7",
      "kind": "contained_in_plugin",
      "attributes": {}
    },
    {
      "from": "scope-boundary:mcp-context7.scope",
      "to": "tool-server:mcp-context7",
      "kind": "bounds_subject"
    },
    {
      "from": "source-ref:context7-mcp",
      "to": "tool-server:mcp-context7",
      "kind": "source_of",
      "attributes": {}
    }
  ]
}