Skip to main content
Glama
package.json1.19 kB
{ "name": "@mcp-sandbox/cli", "version": "0.0.0-alpha.2", "description": "Command-line interface for MCP Sandbox - turn any JavaScript module into an MCP server", "main": "dist/index.js", "bin": { "mcp-sandbox": "dist/index.js" }, "scripts": { "build": "tsc", "dev": "tsx src/index.ts" }, "keywords": [ "mcp", "model-context-protocol", "cli", "command-line", "sandbox", "javascript", "ai", "llm", "tools", "automation", "reflection", "json-rpc" ], "author": "Dan Starns", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/danstarns/mcp-sandbox.git", "directory": "packages/cli" }, "homepage": "https://github.com/danstarns/mcp-sandbox#readme", "bugs": { "url": "https://github.com/danstarns/mcp-sandbox/issues" }, "dependencies": { "@mcp-sandbox/core": "workspace:^", "commander": "^14.0.0" }, "devDependencies": { "@types/node": "^22.4.1", "tsx": "^4.0.0", "typescript": "^5.8.3" }, "engines": { "node": ">=18.0.0" }, "files": [ "dist", "README.md" ], "publishConfig": { "access": "public" } }

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/danstarns/mcp-sandbox'

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