Skip to main content
Glama

MCP-REPL

by AnEntrypoint
MIT License
3,295
108
  • Linux
  • Apple
package.json978 B
{ "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" }

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/AnEntrypoint/mcp-repl'

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