npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

mcp-fileops

v0.1.0

Published

MCP file operations server for AI coding agents.

Downloads

109

Readme

mcp-fileops

English | Turkce

mcp-fileops, AI kodlama ajanlari icin tasarlanmis, guvenli dosya sistemi islemleri saglayan bir MCP sunucusudur. @vaur94/mcpbase uzerine kuruludur, stdio ile calisir ve varsayilan olarak kapali guvenlik modeli kullanir.

✨ Ozet

  • tam v1 stdio arac yuzeyi implemente edildi
  • kok dizin izin listesi ile siki guvenlik modeli var
  • dosya sistemi servisleri ile MCP arac tanimlari ayrik tutuluyor
  • unit, integration, protocol ve CI dogrulamalari mevcut
  • tum ana dokumantasyon Ingilizce ve Turkce olarak sunuluyor

🚀 Hizli Baslangic

Gereksinimler:

  • Node.js >=22.14.0
  • npm >=10
git clone https://github.com/vaur94/mcp-fileops.git
cd mcp-fileops
./scripts/setup-local.sh /absolute/project/root ./mcp-fileops.config.json

Bu script:

  • npm ci ile bagimliliklari kurar
  • npm run build ile projeyi derler
  • config dosyasi yoksa olusturur
  • MCP istemcisine gireceginiz stdio komutunu yazar

Beklenen calistirma komutu:

node /absolute/path/to/mcp-fileops/bin/cli.js --config /absolute/path/to/mcp-fileops.config.json

🧰 Uygulanan Araclar

Salt-okunur araclar:

  • list_directory
  • get_path_info
  • read_file
  • read_files
  • find_paths
  • search_text

Degistirici araclar:

  • write_file
  • replace_in_file
  • apply_batch_edits
  • create_directory
  • move_path

🛡️ Temel Garantiler

  • varsayilan olarak tum erisim kapali
  • erisim yalnizca tanimli mutlak kok dizinlerde
  • shell execution yok
  • varsayilan olarak dosya icerigi loglanmaz
  • v1 kapsami yalnizca stdio

📚 Dokumantasyon

Depo dokumantasyonu diller bazinda net sekilde ayrildi.

English:

Turkce:

🧪 Dogrulama

Temel komutlar:

npm run format:check
npm run lint
npm run typecheck
npm run test:coverage
npm run test:protocol
npm run ci:check

CI, .github/workflows/ci.yml uzerinden main branch push ve pull request olaylarinda calisir.

🔗 Ilgili Dosyalar