Skip to main content
Glama

Cairo Coder

by KasarLabs
package.json1.64 kB
{ "name": "@kasarlabs/cairo-coder-mcp", "version": "0.1.1", "description": "MCP server to interact with the Cairo Coder API", "type": "module", "main": "dist/index.js", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" } }, "bin": { "cairo-coder-mcp": "./dist/index.js" }, "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsc && chmod +x dist/index.js", "start": "node dist/index.js", "dev": "tsx src/index.ts", "lint": "eslint src/**/*.ts", "lint:fix": "eslint src/**/*.ts --fix", "clean": "rm -rf dist node_modules", "prepublishOnly": "npm run clean && npm install && npm run build", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "mcp", "cairo", "starknet", "blockchain", "smart-contracts", "cli", "npx" ], "author": "KasarLabs", "license": "MIT", "publishConfig": { "access": "public" }, "dependencies": { "@modelcontextprotocol/sdk": "^0.4.0", "dotenv": "^16.5.0", "node-fetch": "^3.3.2" }, "devDependencies": { "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "eslint": "^8.0.0", "tsx": "^4.7.0", "typescript": "^5.0.0" }, "engines": { "node": ">=18" }, "repository": { "type": "git", "url": "https://github.com/kasarlabs/cairo-coder-mcp" }, "bugs": { "url": "https://github.com/kasarlabs/cairo-coder-mcp/issues" }, "homepage": "https://github.com/kasarlabs/cairo-coder-mcp#readme" }

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/KasarLabs/cairo-coder-mcp'

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