Skip to main content
Glama

Filesystem MCP Server

by QuantGeekDev
package.json595 B
{ "name": "filesystem", "version": "0.0.1", "description": "filesystem MCP server", "type": "module", "bin": { "filesystem": "./dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc && mcp-build", "prepare": "npm run build", "watch": "tsc --watch", "start": "node dist/index.js" }, "dependencies": { "@types/diff": "^7.0.1", "@types/minimatch": "^5.1.2", "diff": "^7.0.0", "mcp-framework": "^0.1.29", "minimatch": "^10.0.1" }, "devDependencies": { "@types/node": "^20.11.24", "typescript": "^5.3.3" } }

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

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