Skip to main content
Glama

GistPad MCP

package.json991 B
{ "name": "gistpad-mcp", "version": "0.4.8", "description": "An MCP server for managing your personal knowledge, daily notes, and reusable prompts via GitHub Gists.", "type": "module", "bin": { "gistpad-mcp": "./build/index.js" }, "repository": { "type": "git", "url": "https://github.com/lostintangent/gistpad-mcp" }, "bugs": { "url": "https://github.com/lostintangent/gistpad-mcp/issues" }, "homepage": "https://github.com/lostintangent/gistpad-mcp#readme", "license": "MIT", "files": [ "build" ], "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "prepare": "npm run build", "watch": "tsc --watch", "inspector": "npx @modelcontextprotocol/inspector build/index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.15.0", "axios": "^1.10.0", "gray-matter": "^4.0.3" }, "devDependencies": { "@types/node": "^20.11.24", "typescript": "^5.8.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/lostintangent/gistpad-mcp'

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