Skip to main content
Glama

Code Executor MCP Server

by aberemia24
package.json2.98 kB
{ "name": "code-executor-mcp", "version": "1.0.5", "description": "Universal MCP server for executing TypeScript/Python with progressive disclosure (98% token savings)", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "code-executor-mcp": "./dist/index.js" }, "scripts": { "build": "tsc", "dev": "tsc --watch", "start": "node dist/index.js", "server": "npm run build && node dist/index.js", "generate-wrappers": "npm run build && node dist/wrapper-generator.js", "sync-wrappers": "node dist/cli/sync-wrappers-cli.js", "typecheck": "tsc --noEmit", "lint": "eslint src/**/*.ts", "lint:fix": "eslint src/**/*.ts --fix", "test": "vitest run", "test:watch": "vitest", "test:ui": "vitest --ui", "test:coverage": "vitest run --coverage", "prepublishOnly": "npm run typecheck && npm run lint && npm test && npm run build", "setup": "node dist/cli/index.js", "docker:build": "docker build -t code-executor-mcp .", "docker:run": "docker run -v $(pwd)/config:/app/config code-executor-mcp" }, "files": [ "dist", "templates", "README.md", "LICENSE", "SECURITY.md" ], "keywords": [ "mcp", "model-context-protocol", "code-execution", "sandbox", "typescript", "python", "deno", "progressive-disclosure", "claude-code" ], "author": "Alexandru Eremia <aberemia@gmail.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/aberemia24/code-executor-MCP.git" }, "bugs": { "url": "https://github.com/aberemia24/code-executor-MCP/issues" }, "homepage": "https://github.com/aberemia24/code-executor-MCP#readme", "dependencies": { "@anthropic-ai/sdk": "^0.70.0", "@google/generative-ai": "^0.24.1", "@modelcontextprotocol/sdk": "^1.22.0", "ajv": "^8.17.1", "async-lock": "^1.4.1", "cli-progress": "^3.12.0", "commander": "^12.0.0", "figlet": "^1.7.0", "handlebars": "^4.7.8", "kleur": "^4.1.5", "lru-cache": "^11.0.2", "openai": "^6.9.1", "opossum": "^8.5.0", "ora": "^8.0.1", "prom-client": "^15.1.3", "prompts": "^2.4.2", "pyodide": "^0.26.4", "redis": "^4.7.1", "uuid": "^9.0.1", "ws": "^8.18.0", "zod": "^3.24.1" }, "devDependencies": { "@types/async-lock": "^1.4.2", "@types/cli-progress": "^3.11.6", "@types/express": "^5.0.5", "@types/figlet": "^1.5.8", "@types/json-schema": "^7.0.15", "@types/node": "^22.0.0", "@types/opossum": "^8.1.9", "@types/prompts": "^2.4.9", "@types/uuid": "^10.0.0", "@types/ws": "^8.5.13", "@typescript-eslint/eslint-plugin": "^8.46.3", "@typescript-eslint/parser": "^8.46.3", "@vitest/coverage-v8": "^4.0.8", "@vitest/ui": "^4.0.8", "eslint": "^9.39.1", "nock": "^14.0.10", "typescript": "^5.6.3", "vitest": "^4.0.8" }, "engines": { "node": ">=22.0.0" } }

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/aberemia24/code-executor-MCP'

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