iiRecord
Agentic AI Atlas · Context7 — library docs
mcp-resource:context7-docsa5c.ai
II.
MCPResource JSON

mcp-resource:context7-docs

Structured · live

Context7 — library docs json

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

File · extensions/mcp/mcp-resources-anthropic.yamlCluster · extensions
Record JSON
{
  "id": "mcp-resource:context7-docs",
  "_kind": "MCPResource",
  "_file": "extensions/mcp/mcp-resources-anthropic.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "Context7 — library docs",
    "uri": "context7://{library}/{version}",
    "mimeType": "text/markdown",
    "subscribable": false,
    "description": "Documentation snapshots exposed by the `context7` MCP server. Each library\nhas a stable URI scheme; the server resolves the freshest snapshot for the\ngiven version. Useful for grounding tool-using agents in up-to-date docs.\n"
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "tool-server:mcp-context7",
      "to": "mcp-resource:context7-docs",
      "kind": "exposes_resource",
      "attributes": {}
    }
  ]
}