Skip to main content
Glama

Hedera MCP Server

by hedera-dev
package.json771 B
{ "name": "hedera-mcp-server", "version": "1.0.0", "description": "A Model Context Protocol (MCP) server for interacting with the Hedera network", "main": "build/index.js", "type": "module", "scripts": { "build": "tsc", "start": "node build/index.js", "dev": "tsc -w & nodemon build/index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "MIT", "dependencies": { "@hashgraph/sdk": "^2.40.0", "@modelcontextprotocol/sdk": "^1.6.1", "dotenv": "^16.4.7", "express": "^4.18.2", "zod": "^3.22.4" }, "devDependencies": { "@types/express": "^4.17.21", "@types/node": "^20.11.0", "typescript": "^5.3.3" }, "engines": { "node": ">=18.0.0" } }

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/hedera-dev/hedera-mcp-server'

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