Skip to main content
Glama
package.json1.1 kB
{ "name": "files-mcp", "version": "1.0.0", "description": "MCP server for sandboxed file access", "main": "dist/index.js", "type": "module", "bin": { "files-mcp": "./dist/index.js" }, "scripts": { "dev": "bun --hot src/index.ts", "start": "bun run src/index.ts", "build": "bun build src/index.ts --outdir dist --target node", "lint": "biome check .", "lint:fix": "biome check --write .", "format": "biome format --write .", "typecheck": "tsc --noEmit", "test": "bun test", "test:watch": "bun test --watch", "inspector": "npx @modelcontextprotocol/inspector bun run src/index.ts" }, "keywords": [ "mcp", "model-context-protocol", "filesystem", "files", "server", "claude", "ai" ], "author": "", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.17.1", "zod": "^3.23.8", "zod-to-json-schema": "^3.24.5" }, "devDependencies": { "@biomejs/biome": "^2.1.3", "@types/node": "^22.10.0", "typescript": "^5.7.2" }, "engines": { "node": ">=20.0.0" } }

Latest Blog Posts

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/iceener/files-stdio-mcp-server'

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