Skip to main content
Glama

OneTech MCP Server

by jordnlvr
package.json•742 B
{ "name": "@jordnlvr/onetech-mcp-server", "version": "0.1.0", "description": "OneTech MCP Server - Extract and document Mendix Studio Pro modules via Model Context Protocol", "main": "dist/index.js", "type": "module", "bin": { "onetech-mcp-server": "./dist/index.js" }, "scripts": { "build": "tsc", "dev": "tsc --watch", "test": "node dist/index.js", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "mendix", "documentation", "ai", "onetech" ], "author": "OneTech Team", "license": "MIT", "engines": { "node": ">=18.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^0.5.0" }, "devDependencies": { "@types/node": "^20.0.0", "typescript": "^5.3.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/jordnlvr/onetech-mcp-server'

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