mcp-glootie
Version: 
MCP Glootie - Code execution tool for MCP clients. Multi-language support (JS/TS, Go, Rust, Python, C/C++, bash). Works with Claude Code, Cursor, Copilot, VSCode.
45 lines (44 loc) • 978 B
JSON
{
  "name": "mcp-glootie",
  "version": "3.4.67",
  "description": "MCP Glootie - Code execution tool for MCP clients. Multi-language support (JS/TS, Go, Rust, Python, C/C++, bash). Works with Claude Code, Cursor, Copilot, VSCode.",
  "main": "src/index.js",
  "type": "module",
  "bin": {
    "mcp-glootie": "src/index.js"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "start": "node src/index.js",
    "dev": "node src/index.js ./test",
    "postinstall": "node scripts/postinstall.js"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.18.2",
    "ignore": "^7.0.5",
    "uuid": "^9.0.1"
  },
  "engines": {
    "node": ">=16.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AnEntrypoint/mcp-glootie.git"
  },
  "keywords": [
    "mcp",
    "code-execution",
    "javascript",
    "typescript",
    "go",
    "rust",
    "python",
    "c",
    "cpp",
    "bash"
  ],
  "author": "",
  "license": "MIT"
}