Skip to main content
Glama

Nodit MCP Server

Official
by noditlabs
package.json851 B
{ "name": "@noditlabs/nodit-mcp-server", "version": "1.0.11", "type": "module", "bin": { "nodit-mcp-server": "build/index.js" }, "scripts": { "build": "rm -rf build && tsc && echo '#!/usr/bin/env node' | cat - build/index.js > temp && mv temp build/index.js && chmod 755 build/index.js && mkdir -p build/spec && cp -r spec/reference build/spec/reference && cp -r src/nodit-aptos-indexer-api-schema.json build/nodit-aptos-indexer-api-schema.json" }, "files": [ "build" ], "main": "build/index.js", "author": "lambda256", "license": "Apache-2.0", "description": "nodit-mcp-server", "dependencies": { "@modelcontextprotocol/sdk": "^1.9.0", "js-yaml": "^4.1.0", "zod": "^3.24.2" }, "devDependencies": { "@types/js-yaml": "^4.0.9", "@types/node": "^22.14.0", "typescript": "^5.8.3" } }

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/noditlabs/nodit-mcp-server'

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