Skip to main content
Glama

Tafa MCP Server

by N3uraX
MIT License
1
  • Apple
  • Linux
package.json1.04 kB
{ "name": "tafa-mcp", "version": "1.0.0", "description": "Fast and efficient MCP server for file system operations - Tafa (quick) file management for Claude Desktop", "main": "src/index.js", "type": "module", "bin": { "tafa-mcp": "./src/index.js" }, "scripts": { "start": "node src/index.js", "test": "node tests/basic-tests.js", "install-global": "npm install -g .", "dev": "node --watch src/index.js" }, "keywords": ["mcp", "file-system", "claude", "desktop", "tafa", "model-context-protocol"], "author": "Tafa MCP Team", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.12.3", "zod": "^3.22.4", "fast-glob": "^3.3.2", "archiver": "^7.0.1", "node-stream-zip": "^1.15.0", "crypto": "^1.0.1", "path": "^0.12.7", "fs-extra": "^11.2.0", "mime-types": "^2.1.35" }, "devDependencies": { "nodemon": "^3.0.2" }, "engines": { "node": ">=18.0.0" }, "files": [ "src/", "config/", "README.md", "LICENSE" ] }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/N3uraX/tafa-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server