SkillAgentSearch skills...

code-execution

Advanced MCP Code Execution Server - Complete development environment with workspace management, file operations, and multi-language support

Install / Use

claude mcp add stat-guy -- npx -y github:stat-guy/code-execution

If the server publishes to npm under a different name, use that package instead — check the repo README.

About this skill
🔌

MCP Server

Model Context Protocol server

Quality Score

40/100

Supported Platforms

Claude Code
Claude Desktop

{ "name": "@stat-guy/mcp-local-code-execution", "version": "1.0.0", "description": "Advanced local code execution MCP server with file editing, workspace management, and environment control. Superior local alternative to cloud-based code execution tools with unlimited capabilities, zero costs, and future-ready extensibility.", "main": "index.js", "type": "module", "bin": { "mcp-local-code-execution": "./index.js", "mcp-code-exec": "./index.js" }, "scripts": { "start": "node index.js", "dev": "node --inspect index.js", "test": "node test-simple.js", "test-full": "node test.js", "lint": "eslint .", "build": "npm run lint && npm run test", "prepublishOnly": "npm run build", "postinstall": "node scripts/postinstall.js", "prepack": "npm run build", "version": "npm run build && git add -A", "postversion": "git push && git push --tags", "clean": "rm -rf node_modules package-lock.json", "setup": "npm install && npm run build", "verify": "node scripts/verify-installation.js" }, "keywords": [ "mcp", "model-context-protocol", "code-execution", "file-editor", "workspace-management", "development-environment", "ai-tools", "claude", "anthropic", "local-execution", "bash", "shell", "terminal", "local-ai", "claude-code", "mcp-server", "code-interpreter", "development-tools", "ai-development" ], "author": { "name": "stat-guy", "url": "https://github.com/stat-guy" }, "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0" }, "devDependencies": { "eslint": "^8.0.0" }, "engines": { "node": ">=16.0.0", "npm": ">=8.0.0" }, "os": [ "darwin", "linux", "win32" ], "cpu": [ "x64", "arm64" ], "repository": { "type": "git", "url": "git+https://github.com/stat-guy/code-execution.git" }, "bugs": { "url": "https://github.com/stat-guy/code-execution/issues" }, "homepage": "https://github.com/stat-guy/code-execution#readme", "files": [ "index.js", "scripts/", "config/", "templates/", "docs/", "README.md", "LICENSE", "CHANGELOG.md" ], "preferGlobal": true, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "funding": { "type": "github", "url": "https://github.com/sponsors/stat-guy" } }

Related Skills

View on GitHub
GitHub Stars0
CategoryCustomer
UpdatedNaNy ago
Forks0

Security Score

68/100

Audited on Invalid Date

2 medium1 low