Fsext Mcp Server Python

Created By
kurtzhi4 days ago
A full-featured secure MCP server for local file system operations, with built-in image processing, OCR and media tools. 1. Basic uvx startup commands Short command (recommended) # Default stdio mode, unrestricted full filesystem access uvx fsext-mcp-server # Lock all operations to a dedicated workspace (production security recommended) uvx fsext-mcp-server --lock-root /your/workspace Full complete command # Stdio mode with workspace isolation uvx fsext-mcp-server --transport stdio --lock-root /your/workspace # Remote SSE streaming service uvx fsext-mcp-server --transport sse --host 0.0.0.0 --port 8000 --lock-root /your/workspace # Modern Streamable HTTP remote service uvx fsext-mcp-server --transport http --host 0.0.0.0 --port 8000 --lock-root /your/workspace 2. Traditional installation & launch via pip Install published PyPI package pip install fsext-mcp-server Launch commands after pip installation # Default stdio local mode fsext-mcp-server-py fsext-mcp-server # Short alias fsext-py fsext # Secure workspace locked mode fsext --lock-root /your/workspace # Remote SSE streaming server fsext --transport sse --port 8000
Project Info
Created At
4 days ago
Updated At
4 days ago
Author Name
kurtzhi
Star
-
Language
-
License
-
Category
Tags

Recommend Servers

View All
Tavily Mcp
@tavily-ai

JavaScript
a year ago