Servers
Filesystem MCP Server SSE
@ysthink
The SSE version of the MCP service is modified from the Filesystem MCP server
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"Filesystem-MCP-Server-SSE": {
"command": "docker",
"args": [
"build",
"-t",
"mcp/filesystem",
"-f",
"Dockerfile",
"."
]
}
}
}