Filesystem Ignore
Freeby MCP Community
Standalone MCP filesystem server fork with opt-in ignore-file filtering for listing, traversal, and search.
v0.1.6Added Apr 12, 2026
mcpfilesystemignoregitignorecursorignore
Filesystem Ignore MCP Server
Standalone MCP filesystem server fork with opt-in ignore-file filtering for listing, traversal, and search.
Installation
Reviews
Installation
Quick install
npx -y @neonlightdev/mcp-server-filesystem-ignore
Add to claude_desktop_config.json
{
"mcpServers": {
"filesystem-ignore": {
"command": "npx",
"args": ["-y", "@neonlightdev/mcp-server-filesystem-ignore"]
}
}
}