Skip to main content
Glama

MCP Cookie Server

by bnookala
package.json1.3 kB
{ "name": "mcp-cookie-server", "version": "1.0.2", "description": "🍪 A gamified MCP server that rewards LLMs with cookies for quality responses through honest self-reflection", "main": "dist/index.js", "type": "module", "bin": { "mcp-cookie-server": "dist/index.js" }, "files": [ "dist/**/*", "README.md", "CLAUDE.md", "LICENSE" ], "scripts": { "build": "tsc && chmod +x dist/index.js", "start": "node dist/index.js", "dev": "npm run build && node dist/index.js", "prepublishOnly": "npm run build", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "mcp", "model-context-protocol", "claude", "llm", "cookies", "gamification", "self-reflection", "rewards", "ai-tools" ], "author": "MCP Cookie Contributors", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/bnookala/mcp-cookiejar.git" }, "homepage": "https://github.com/bnookala/mcp-cookiejar#readme", "bugs": { "url": "https://github.com/bnookala/mcp-cookiejar/issues" }, "engines": { "node": ">=18.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.13.0" }, "devDependencies": { "@types/node": "^24.0.3", "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/bnookala/mcp-cookiejar'

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