Filesystem MCP✓
io.github.j0hanz/filesystem-mcp · v1.19.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.j0hanz/filesystem-mcp",
"description": "Secure filesystem MCP server for reading, writing, searching, diffing, and patching files.",
"title": "Filesystem MCP",
"repository": {
"url": "https://github.com/j0hanz/filesystem-mcp",
"source": "github"
},
"version": "1.19.1",
"websiteUrl": "https://github.com/j0hanz/filesystem-mcp#readme",
"icons": [
{
"src": "https://raw.githubusercontent.com/j0hanz/filesystem-mcp/main/assets/logo.svg",
"mimeType": "image/svg+xml",
"sizes": [
"any"
]
}
],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@j0hanz/filesystem-mcp",
"version": "1.19.1",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"description": "Optional root directory path the MCP server is allowed to access. If omitted, roots can be provided by the MCP Roots protocol or --allow-cwd.",
"format": "filepath",
"type": "positional",
"valueHint": "directory",
"isRepeated": true
},
{
"description": "Allow the current working directory as an additional root.",
"format": "boolean",
"default": "false",
"type": "named",
"name": "--allow-cwd"
},
{
"description": "Enable HTTP transport on the given port (Node Streamable HTTP).",
"format": "number",
"type": "named",
"name": "--port"
}
]
},
{
"registryType": "oci",
"identifier": "ghcr.io/j0hanz/filesystem-mcp:1.19.1",
"runtimeHint": "docker",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"description": "Keep stdin open for stdio transport.",
"type": "named",
"name": "-i"
},
{
"description": "Remove container after exit.",
"type": "named",
"name": "--rm"
}
],
"packageArguments": [
{
"description": "Root directory path inside the container the server is allowed to access.",
"format": "filepath",
"type": "positional",
"valueHint": "directory",
"isRepeated": true
},
{
"description": "Allow the container working directory as an additional root.",
"format": "boolean",
"default": "false",
"type": "named",
"name": "--allow-cwd"
},
{
"description": "Enable HTTP transport on the given port (Node Streamable HTTP).",
"format": "number",
"type": "named",
"name": "--port"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}