Skip to main content
Glama
package.json2.3 kB
{ "name": "@sei-mcp-v2/sei-mcp-server", "module": "src/index.ts", "type": "module", "version": "2.0.1", "description": "Model Context Protocol (MCP) server for interacting with Sei blockchain", "bin": { "sei-mcp-server": "./bin/cli.js" }, "main": "build/index.js", "files": [ "build/", "bin/", "README.md", "LICENSE" ], "scripts": { "start": "bun run src/index.ts", "build": "bun build src/index.ts --outdir build --target node", "build:http": "bun build src/server/http-server.ts --outdir build --target node --outfile http-server.js", "dev": "bun --watch src/index.ts", "start:http": "bun run src/server/http-server.ts", "dev:http": "bun --watch src/server/http-server.ts", "prepublishOnly": "bun run build && bun run build:http", "test": "bun test", "version:patch": "npm version patch", "version:minor": "npm version minor", "version:major": "npm version major", "release": "npm publish", "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0", "changelog:latest": "conventional-changelog -p angular -r 1 > RELEASE_NOTES.md" }, "devDependencies": { "@types/bun": "latest", "@types/cors": "^2.8.17", "@types/express": "^5.0.0", "conventional-changelog-cli": "^5.0.0" }, "peerDependencies": { "typescript": "^5.8.2" }, "dependencies": { "@kame-ag/aggregator-sdk": "^1.0.4", "@lifi/sdk": "^3.9.2", "@modelcontextprotocol/sdk": "^1.7.0", "citrex-sdk": "^1.2.2", "cors": "^2.8.5", "dotenv": "^16.5.0", "express": "^4.21.2", "opensea-js": "^7.2.1", "symphony-sdk": "^2.4.8", "viem": "^2.23.9", "zod": "^3.24.2" }, "keywords": [ "mcp", "model-context-protocol", "evm", "sei", "blockchain", "web3", "smart-contracts", "ai", "agent" ], "author": "Testing User <seimcpv2@gmail.com>", "license": "MIT", "engines": { "node": ">=18.0.0" }, "repository": { "type": "git", "url": "https://github.com/testinguser1111111/sei-mcp-server" }, "bugs": { "url": "https://github.com/testinguser1111111/sei-mcp-server/issues" }, "homepage": "https://github.com/testinguser1111111/sei-mcp-server#readme", "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/testinguser1111111/sei-mcp-server'

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