From etewiah-property-web-builder
Local filesystem MCP server providing 'files' capabilities for reading, writing, and managing files in the current directory (./) and subdirectories. Runs locally as a stdio subprocess.
npx claudepluginhub joshuarweaver/cascade-code-testing-misc --plugin etewiah-property-web-builderAdd to your .mcp.json:
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem"
]
}
}
}npxShare bugs, ideas, or general feedback.