Skip to main content
Glama

Dev.to MCP Server

by nickytonline
package.json1.14 kB
{ "name": "dev-to-mcp", "version": "1.0.0", "description": "MCP server for dev.to public API", "type": "module", "main": "dist/index.js", "scripts": { "build": "vite build", "dev": "node --experimental-strip-types --watch src/index.ts", "start": "node dist/index.js", "test": "vitest", "test:ci": "vitest run --reporter=json --outputFile=test-results.json", "lint": "eslint src/", "lint:fix": "eslint src/ --fix", "format": "prettier --write src/**/*.ts", "format:check": "prettier --check src/**/*.ts" }, "keywords": [ "mcp", "dev.to", "api", "server" ], "author": "", "license": "MIT", "devDependencies": { "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "concurrently": "^9.2.0", "eslint": "^8.0.0", "prettier": "^3.0.0", "typescript": "^5.0.0", "vite": "^5.0.0", "vitest": "^3.2.4" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.17.0", "@types/express": "^5.0.3", "express": "^5.1.0", "pino": "^9.7.0", "pino-pretty": "^13.1.1" } }

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/nickytonline/dev-to-mcp'

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