Skip to main content
Glama

MCP Filesystem Server

MIT License
17
7
  • Linux
  • Apple
package.json2.52 kB
{ "name": "@gabrielmaialva33/mcp-filesystem", "version": "1.6.1", "description": "MCP server for secure filesystem access", "keywords": [ "mcp", "filesystem", "model-context-protocol", "claude", "anthropic", "ai", "file-operations", "typescript" ], "author": { "name": "Gabriel Maia", "url": "https://github.com/gabrielmaialva33" }, "repository": { "type": "git", "url": "https://github.com/gabrielmaialva33/mcp-filesystem.git" }, "engines": { "node": ">=18.0.0", "pnpm": ">=8.0.0" }, "main": "build/src/index.js", "type": "module", "license": "MIT", "bin": { "mcp-filesystem": "build/src/index.js" }, "files": [ "build", "README.md", "LICENSE" ], "publishConfig": { "access": "public" }, "scripts": { "dev": "ts-node --esm src/index.ts", "build": "tsc && shx chmod +x build/src/index.js", "start": "node build/src/index.js", "watch": "tsc --watch", "clean": "rimraf build coverage", "lint": "eslint .", "lint:fix": "eslint . --fix", "format": "prettier --write .", "test": "vitest run", "test:watch": "vitest watch", "test:coverage": "vitest run --coverage", "prepare": "husky", "prepublishOnly": "pnpm run build" }, "eslintConfig": { "extends": "@adonisjs/eslint-config/app" }, "prettier": "@adonisjs/prettier-config", "devDependencies": { "@adonisjs/eslint-config": "2.1.2", "@adonisjs/prettier-config": "^1.4.5", "@adonisjs/tsconfig": "^1.4.1", "@commitlint/cli": "^19.8.1", "@commitlint/config-conventional": "^19.8.1", "@types/diff": "^8.0.0", "@types/minimatch": "^6.0.0", "@types/node": "^24.3.0", "@typescript-eslint/eslint-plugin": "^8.42.0", "@typescript-eslint/parser": "^8.42.0", "@vitest/coverage-v8": "^3.2.4", "eslint": "^9.34.0", "eslint-config-prettier": "^10.1.8", "eslint-plugin-adonis": "^2.1.1", "eslint-plugin-prettier": "^5.5.4", "husky": "^9.1.7", "prettier": "^3.6.2", "rimraf": "^6.0.1", "shx": "^0.4.0", "ts-node": "^10.9.2", "typescript": "^5.9.2", "vitest": "^3.2.4" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.17.5", "diff": "^8.0.2", "minimatch": "^10.0.3", "zod": "^4.1.5", "zod-to-json-schema": "^3.24.6" }, "packageManager": "pnpm@10.7.1+sha512.2d92c86b7928dc8284f53494fb4201f983da65f0fb4f0d40baafa5cf628fa31dae3e5968f12466f17df7e97310e30f343a648baea1b9b350685dafafffdf5808" }

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/gabrielmaialva33/mcp-filesystem'

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