Skip to main content
Glama

Development Tools MCP Server

package.json1.8 kB
{ "name": "mcp-development-tools", "version": "1.0.0", "description": "Comprehensive MCP server for code analysis and web scraping. Supports code quality analysis, linting, dependency analysis, static/dynamic web scraping, and API discovery.", "main": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsx src/index.ts", "test": "jest", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "code-analysis", "web-scraping", "linting", "code-quality", "dependency-analysis", "api-discovery", "development-tools" ], "author": "code-alchemist01", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/code-alchemist01/development-tools-mcp.git" }, "bugs": { "url": "https://github.com/code-alchemist01/development-tools-mcp/issues" }, "homepage": "https://github.com/code-alchemist01/development-tools-mcp#readme", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "axios": "^1.6.2", "cheerio": "^1.0.0-rc.12", "csv-parser": "^3.0.0", "depcheck": "^1.4.7", "eslint": "^8.55.0", "glob": "^10.3.10", "jscpd": "^4.0.3", "playwright": "^1.40.1", "prettier": "^3.1.1", "typescript": "^5.3.3", "xml2js": "^0.6.2" }, "devDependencies": { "@types/cheerio": "^0.22.35", "@types/jest": "^29.5.11", "@types/node": "^20.10.6", "@types/xml2js": "^0.4.14", "@typescript-eslint/eslint-plugin": "^6.15.0", "@typescript-eslint/parser": "^6.15.0", "jest": "^29.7.0", "tsx": "^4.7.0" }, "engines": { "node": ">=18.0.0" } }

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/code-alchemist01/development-tools-mcp-Server'

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