Skip to main content
Glama
package.json2.15 kB
{ "name": "reddit-mcp-server", "version": "1.1.2", "description": "A Model Context Protocol (MCP) that provides tools for fetching and creating Reddit content. Fork of the alexandros-lekkas/reddit-mcp-server.", "main": "dist/index.js", "exports": { ".": "./dist/index.js" }, "bin": { "reddit-mcp-server": "dist/bin.js" }, "files": [ "dist/", "README.md", "LICENSE", "CHANGELOG.md" ], "scripts": { "validate": "pnpm format && pnpm lint && pnpm compile && pnpm test && pnpm build", "format": "prettier --write .", "format:check": "prettier --check .", "lint": "eslint ./src --fix", "lint:check": "eslint ./src", "test": "vitest run", "test:watch": "vitest", "test:coverage": "vitest run --coverage", "test:ui": "vitest --ui", "build": "NODE_ENV=production tsdown", "build:watch": "tsdown --watch", "dev": "tsdown --watch", "prepublishOnly": "pnpm validate", "compile": "tsc --noEmit", "inspect": "pnpm build && npx @modelcontextprotocol/inspector dist/index.js", "start": "pnpm build && npx reddit-mcp-server", "serve": "pnpm build && node dist/index.js", "serve:dev": "tsx watch src/index.ts" }, "keywords": [ "mcp", "reddit", "api", "model-context-protocol" ], "mcpName": "io.github.jordanburke.reddit-mcp-server", "author": "Jordan Burke <jordan.burke@gmail.com>", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/jordanburke/reddit-mcp-server.git" }, "bugs": { "url": "https://github.com/jordanburke/reddit-mcp-server/issues" }, "homepage": "https://github.com/jordanburke/reddit-mcp-server#readme", "dependencies": { "dotenv": "^16.6.1", "fastmcp": "^3.24.0", "zod": "^4.1.13" }, "devDependencies": { "@types/node": "^22.19.1", "ajv-cli": "^5.0.0", "msw": "^2.12.4", "ts-builds": "^1.1.0", "tsdown": "^0.16.8", "tsx": "^4.21.0" }, "packageManager": "pnpm@10.18.2+sha512.9fb969fa749b3ade6035e0f109f0b8a60b5d08a1a87fdf72e337da90dcc93336e2280ca4e44f2358a649b83c17959e9993e777c2080879f3801e6f0d999ad3dd" }

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/jordanburke/reddit-mcp-server'

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