Relpath Filesystem
Freeby MCP Community
Secure MCP Filesystem Server with relative path support
v1.0.3Added Apr 12, 2026
mcpfilesystemservermodel-context-protocolsecurity
Relpath Filesystem MCP Server
Secure MCP Filesystem Server with relative path support
Installation
npx -y @m_sea_bass/relpath-filesystem-mcp
Reviews
Installation
Quick install
npx -y @m_sea_bass/relpath-filesystem-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"relpath-filesystem": {
"command": "npx",
"args": ["-y", "@m_sea_bass/relpath-filesystem-mcp"]
}
}
}