Skip to main content
Glama
package.json777 B
{ "name": "secret-mcp", "version": "0.1.0", "description": "MCP server for managing secrets - allows AI assistants to write .env files without seeing secret values", "type": "module", "main": "dist/index.js", "bin": { "secret-mcp": "dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsx src/index.ts" }, "keywords": [ "mcp", "secrets", "env", "ai", "claude" ], "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "better-sqlite3": "^11.0.0" }, "devDependencies": { "@types/better-sqlite3": "^7.6.11", "@types/node": "^22.0.0", "esbuild": "^0.27.2", "tsx": "^4.0.0", "typescript": "^5.6.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/AKarenin/Secret-mcp'

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