Skip to main content
Glama
package.json1.52 kB
{ "name": "peekaboo-mcp", "version": "2.0.3", "description": "Minimal MCP server for read-only file system access", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "peekaboo-mcp": "./dist/index.js" }, "scripts": { "build": "tsc", "dev": "tsx src/index.ts", "start": "node dist/index.js", "test": "vitest run", "test:coverage": "vitest --coverage", "test:watch": "vitest --watch", "test:manual": "tsx test-mcp-actual.ts", "test:full": "tsx test-mcp-output.ts", "test:old": "tsx test-client.ts", "cli": "tsx mcp-cli.ts", "pretest": "npm run build", "prepublishOnly": "npm run build && npm test", "validate": "npm run build && npm test" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4" }, "devDependencies": { "@types/node": "^22.15.33", "@vitest/coverage-v8": "^3.2.4", "tsx": "^4.19.0", "typescript": "^5.7.0", "vitest": "^3.2.4" }, "keywords": [ "mcp", "model-context-protocol", "filesystem", "readonly", "file-browser", "file-search", "security", "sandboxed" ], "license": "MIT", "author": "David Stern", "repository": { "type": "git", "url": "https://github.com/davstr1/peekabooMCP.git" }, "bugs": { "url": "https://github.com/davstr1/peekabooMCP/issues" }, "homepage": "https://github.com/davstr1/peekabooMCP#readme", "files": [ "dist/", "README.md", "LICENSE" ], "engines": { "node": ">=16.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/davstr1/peekabooMCP'

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