Skip to main content
Glama
package.json1.08 kB
{ "name": "code2mcp", "version": "1.0.0", "description": "Code Mode MCP Server - Execute TypeScript code to call MCP tools", "type": "module", "main": "build/index.js", "bin": { "code2mcp": "./build/index.js" }, "scripts": { "build": "tsc && chmod +x build/index.js", "build:full": "npm run build && npm run generate-apis", "dev": "tsx watch src/index.ts", "start": "node build/index.js", "test": "echo \"Tests coming soon\"", "generate-apis": "npm run build && tsx scripts/generate-apis.ts", "test-sandbox": "tsx scripts/test-sandbox.ts", "inspector": "npx @modelcontextprotocol/inspector build/index.js" }, "keywords": [ "mcp", "code-mode", "typescript", "sandbox", "ai-agents", "claude" ], "author": "", "license": "ISC", "dependencies": { "@modelcontextprotocol/sdk": "^0.6.0", "json-schema-to-typescript": "^15.0.2", "typescript": "^5.6.3", "winston": "^3.17.0", "zod": "^3.23.8" }, "devDependencies": { "@types/node": "^22.10.2", "tsx": "^4.19.2" } }

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/blas0/code2mcp'

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