Türkçe sürüm: docs/tr/getting-started.md
- Node.js
>=22.14.0 - npm
>=10 - a local directory you want to expose through
security.roots
git clone https://github.com/vaur94/mcp-fileops.git
cd mcp-fileops
./scripts/setup-local.sh /absolute/project/root ./mcp-fileops.config.json- verifies Node.js and npm are available
- enforces the supported Node.js baseline
- resolves the target root and config path to absolute paths
- runs
npm ci - runs
npm run build - writes a starter config file if one does not already exist
node /absolute/path/to/mcp-fileops/bin/cli.js --config /absolute/path/to/mcp-fileops.config.jsonbin/cli.js loads dist/index.js, so a build must exist before the server is launched directly.
Last updated: 2026-03-10