matrixcloud / examples /catalog /filesystem-mcp.json
github-actions[bot]
Deploy from 4dfd54f2
857a91b
Raw
History Blame Contribute Delete
398 Bytes
{
"id": "mcp_server:filesystem",
"name": "Filesystem MCP Server",
"kind": "MCP Server",
"runtime": "node",
"transport": "stdio",
"sandbox": true,
"start_command": "npx -y @modelcontextprotocol/server-filesystem /tmp",
"source": "@modelcontextprotocol/server-filesystem",
"license": "MIT",
"desc": "Read/write files under an allowed root. Good first sandbox to test mcp.test."
}