II.
ToolServer JSON
Structured · livetool-server:filesystem-mcp
Filesystem MCP json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-server:filesystem-mcp",
"_kind": "ToolServer",
"_file": "extensions/tool-servers/filesystem-mcp.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Filesystem MCP",
"description": "MCP server providing sandboxed filesystem access. Enables AI agents to read, write, edit, search, and organize files within allowed directory boundaries. Supports stdio transport.",
"protocol": "mcp",
"category": "file-system",
"repoUrl": "https://github.com/modelcontextprotocol/servers/tree/main/src/filesystem",
"npmPackage": "@modelcontextprotocol/server-filesystem",
"maintainer": "Anthropic",
"mcpTransports": [
"mcp-transport:stdio"
],
"tools": [
"tool-descriptor:long-build",
"tool-descriptor:fs.read-file",
"tool-descriptor:fs.read-multiple-files",
"tool-descriptor:fs.write-file",
"tool-descriptor:fs.edit-file",
"tool-descriptor:fs.create-directory",
"tool-descriptor:fs.list-directory",
"tool-descriptor:fs.directory-tree",
"tool-descriptor:fs.move-file",
"tool-descriptor:fs.search-files",
"tool-descriptor:fs.get-file-info",
"tool-descriptor:fs.list-allowed-directories"
],
"sourceRef": "source-ref:mcp-filesystem"
},
"outgoingEdges": [
{
"from": "tool-server:filesystem-mcp",
"to": "tool-descriptor:long-build",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:filesystem-mcp",
"to": "tool-descriptor:fs.read-file",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:filesystem-mcp",
"to": "tool-descriptor:fs.read-multiple-files",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:filesystem-mcp",
"to": "tool-descriptor:fs.write-file",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:filesystem-mcp",
"to": "tool-descriptor:fs.edit-file",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:filesystem-mcp",
"to": "tool-descriptor:fs.create-directory",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:filesystem-mcp",
"to": "tool-descriptor:fs.list-directory",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:filesystem-mcp",
"to": "tool-descriptor:fs.directory-tree",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:filesystem-mcp",
"to": "tool-descriptor:fs.move-file",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:filesystem-mcp",
"to": "tool-descriptor:fs.search-files",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:filesystem-mcp",
"to": "tool-descriptor:fs.get-file-info",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:filesystem-mcp",
"to": "tool-descriptor:fs.list-allowed-directories",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:filesystem-mcp",
"to": "extension-interface:sandbox",
"kind": "implements",
"attributes": {}
},
{
"from": "tool-server:filesystem-mcp",
"to": "capability:mcp-stdio",
"kind": "requires_capability",
"attributes": {
"level": "required"
}
},
{
"from": "tool-server:filesystem-mcp",
"to": "source-ref:mcp-filesystem",
"kind": "sourced_from",
"attributes": {}
},
{
"from": "tool-server:filesystem-mcp",
"to": "mcp-config-scope:claude-code-project",
"kind": "mcp_config_scoped_to",
"attributes": {}
},
{
"from": "tool-server:filesystem-mcp",
"to": "mcp-connection-state:claude-code-connected-anthropic-files",
"kind": "has_connection_state",
"attributes": {}
},
{
"from": "tool-server:filesystem-mcp",
"to": "mcp-resource:filesystem-readonly",
"kind": "exposes_resource",
"attributes": {}
},
{
"from": "tool-server:filesystem-mcp",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "plugin:example-portable-extension",
"to": "tool-server:filesystem-mcp",
"kind": "contains_tool_server",
"attributes": {}
},
{
"from": "tool-descriptor:fs.read-file",
"to": "tool-server:filesystem-mcp",
"kind": "contained_in_plugin",
"attributes": {}
},
{
"from": "tool-descriptor:fs.read-multiple-files",
"to": "tool-server:filesystem-mcp",
"kind": "contained_in_plugin",
"attributes": {}
},
{
"from": "tool-descriptor:fs.write-file",
"to": "tool-server:filesystem-mcp",
"kind": "contained_in_plugin",
"attributes": {}
},
{
"from": "tool-descriptor:fs.edit-file",
"to": "tool-server:filesystem-mcp",
"kind": "contained_in_plugin",
"attributes": {}
},
{
"from": "tool-descriptor:fs.create-directory",
"to": "tool-server:filesystem-mcp",
"kind": "contained_in_plugin",
"attributes": {}
},
{
"from": "tool-descriptor:fs.list-directory",
"to": "tool-server:filesystem-mcp",
"kind": "contained_in_plugin",
"attributes": {}
},
{
"from": "tool-descriptor:fs.directory-tree",
"to": "tool-server:filesystem-mcp",
"kind": "contained_in_plugin",
"attributes": {}
},
{
"from": "tool-descriptor:fs.move-file",
"to": "tool-server:filesystem-mcp",
"kind": "contained_in_plugin",
"attributes": {}
},
{
"from": "tool-descriptor:fs.search-files",
"to": "tool-server:filesystem-mcp",
"kind": "contained_in_plugin",
"attributes": {}
},
{
"from": "tool-descriptor:fs.get-file-info",
"to": "tool-server:filesystem-mcp",
"kind": "contained_in_plugin",
"attributes": {}
},
{
"from": "tool-descriptor:fs.list-allowed-directories",
"to": "tool-server:filesystem-mcp",
"kind": "contained_in_plugin",
"attributes": {}
}
]
}