Loading languages...
SI

simple-mcp-fileserver

@aezizhu1

A minimal MCP (Model Context Protocol) server for file system operations. Supports reading, writing, and listing files via JSON-RPC 2.0, designed for integration with AI agents such as Windsurf, Claude, or Codeium for autonomous coding and code repair.

filesystem
json-rpc
ai-agent
file-operations
vision-ai

# mcpServer Config

{
  "mcpServers": {
    "filesystem": {
      "command": "node",
      "args": [
        "/path/to/simple-mcp-fileserver/simple-mcp-fileserver.js"
      ],
      "env": {
        "PORT": "9000"
      }
    }
  }
}

# streamableURL

http://localhost:8090/mcp
Transport:
streamable
語言:
JavaScript
創建時間:4/20/2025
更新時間:8/30/2025