iiRecord
Agentic AI Atlas · Filesystem (read-only)
mcp-resource:filesystem-readonlya5c.ai
II.
MCPResource JSON

mcp-resource:filesystem-readonly

Structured · live

Filesystem (read-only) 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:filesystem-readonly",
  "_kind": "MCPResource",
  "_file": "extensions/mcp/mcp-resources-anthropic.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "Filesystem (read-only)",
    "uri": "file:///",
    "mimeType": "application/octet-stream",
    "subscribable": false,
    "description": "Generic filesystem resource exposed by `@modelcontextprotocol/server-filesystem`\nwhen started in read-only mode. Files under the advertised root(s) are listable\nvia `resources/list` and fetchable via `resources/read`.\n"
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "tool-server:filesystem-mcp",
      "to": "mcp-resource:filesystem-readonly",
      "kind": "exposes_resource",
      "attributes": {}
    }
  ]
}