Skip to main content
Glama

hypertool-mcp

manifest.jsonโ€ข580 B
{ "dxt_version": "0.1", "name": "hello-dxt", "version": "1.0.0", "display_name": "Hello DXT Extension", "description": "A simple hello world DXT extension demonstrating MCP tool integration", "author": { "name": "Toolprint Team", "email": "team@toolprint.com" }, "server": { "type": "node", "entry_point": "server.js", "mcp_config": { "command": "node", "args": ["server.js"], "env": {} } }, "tools": [ { "name": "hello", "description": "Returns a friendly greeting with customizable name" } ] }

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/toolprint/hypertool-mcp'

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