File size: 398 Bytes
857a91b
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "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."
}