Read a file
fs://host/file/query/read
{
"path": "README.md"
}
Files connector
MCP Filesystem bridges the Model Context Protocol filesystem server (@modelcontextprotocol/server-filesystem) into urirun fs:// routes, so flows and agents can read, list and write files under an allowlisted root with the same URI contract — and project them to MCP tools / A2A skills.
node (npx) for @modelcontextprotocol/server-filesysteman allowlisted root directoryfs://host/file/query/read
{
"path": "README.md"
}
curl -fsSL 'https://connect.ifuri.com/install?connectors=mcp-filesystem' | bash
This connector is planned. The installer is visible for contract design, but execution is disabled until the connector package is available.
{
"id": "mcp-filesystem",
"name": "MCP Filesystem",
"status": "planned",
"uriSchemes": [
"fs"
],
"routes": [
"fs://host/file/query/read",
"fs://host/dir/query/list",
"fs://host/file/command/write"
],
"install": {
"mode": "planned",
"pipSpec": "urirun-connector-mcp-filesystem"
},
"hubUrl": "https://connect.ifuri.com/connectors/mcp-filesystem"
}