Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
mcp-data-extractor
Claim
by
sammcj
npm
GitHub
Developer Tools
JavaScript
MIT License
14
2
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
mcp-data-extractor
.github
src
test
CHANGELOG.md
Dockerfile
.gitignore
jest.config.js
LICENSE
package.json
package-lock.json
README.md
smithery.yaml
tsconfig.json
{ "name": "mcp-data-extractor", "version": "0.1.7", "description": "MCP server to migrate data out of code (ts/js) into config (json)", "type": "module", "main": "build/index.js", "bin": { "mcp-data-extractor": "build/index.js" }, "repository": { "type": "git", "url": "git+https://github.com/sammcj/mcp-data-extractor.git" }, "files": [ "build", "README.md", "LICENSE" ], "keywords": [ "mcp", "data", "llm", "ai", "i18n", "extractor", "npm", "sammcj", "smcleod" ], "license": "MIT", "bugs": { "url": "https://github.com/sammcj/mcp-data-extractor/issues" }, "homepage": "https://github.com/sammcj/mcp-data-extractor#readme", "scripts": { "build": "tsc && chmod +x build/index.js", "start": "node build/index.js", "format": "prettier --write \"src/**/*.ts\"", "inspector": "npx @modelcontextprotocol/inspector build/index.js", "test": "jest", "prepublishOnly": "npm run build", "bump": "npx -y standard-version --skip.tag && git add . ; git commit -m 'chore: bump version' ; git push" }, "dependencies": { "@babel/core": "^7.26.9", "@babel/parser": "^7.26.9", "@babel/traverse": "^7.26.9", "@babel/types": "^7.26.9", "@modelcontextprotocol/sdk": "^1.6.0" }, "devDependencies": { "@types/babel__core": "^7.20.5", "@types/babel__traverse": "^7.20.6", "@types/jest": "29.5.14", "@types/node": "^22.13.5", "jest": "^29.7.0", "ts-jest": "^29.2.6", "typescript": "^5.7.3" }, "engines": { "node": ">=20" }, "publishConfig": { "access": "public" } }