Skip to main content
Glama

Walrus MCP Server

package.json1.5 kB
{ "name": "walrus-mcp-server", "version": "1.0.0", "description": "MCP server for Walrus decentralized storage protocol", "type": "module", "private": false, "author": { "name": "Motion Labs", "email": "hello@motionecosystem.com", "url": "https://motionecosystem.com" }, "repository": { "type": "git", "url": "https://github.com/MotionEcosystem/walrus-mcp.git" }, "keywords": [ "walrus", "storage", "decentralized", "mcp", "ai", "sui", "blob-storage", "typescript" ], "license": "MIT", "engines": { "node": ">=18.0.0", "npm": ">=8.0.0" }, "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsx src/index.ts", "lint": "eslint src/**/*.ts", "lint:fix": "eslint src/**/*.ts --fix", "type-check": "tsc --noEmit", "format": "prettier --write src/**/*.ts", "format:check": "prettier --check src/**/*.ts", "clean": "rm -rf dist coverage" }, "dependencies": { "@modelcontextprotocol/sdk": "^0.5.0", "@mysten/sui": "^1.17.0", "axios": "^1.6.0", "zod": "^3.22.0" }, "devDependencies": { "@types/node": "^20.17.10", "@typescript-eslint/eslint-plugin": "^8.36.0", "@typescript-eslint/parser": "^8.36.0", "eslint": "^9.30.1", "eslint-config-prettier": "^10.1.5", "prettier": "^3.4.2", "tsx": "^4.7.0", "typescript": "^5.7.2" }, "bin": { "walrus-mcp": "./dist/index.js" }, "files": [ "dist/**/*" ] }

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/Mr-Sunglasses/walrus-mcp'

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