Skip to main content
Glama

Wordware MCP Server

by hugobiais
package.json810 B
{ "name": "wordware-mcp", "version": "1.4.3", "main": "build/index.js", "type": "module", "bin": { "wordware": "./build/index.js" }, "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "start": "node build/index.js", "dev": "node --no-warnings build/index.js" }, "files": [ "build" ], "keywords": [ "wordware", "mcp", "ai", "cli" ], "author": "", "license": "ISC", "description": "The Wordware MCP (Master Control Program) server allows you to run your Wordware apps locally, with interactive setup.", "dependencies": { "@modelcontextprotocol/sdk": "^1.5.0", "dotenv": "^16.4.5", "zod": "^3.24.2" }, "devDependencies": { "@types/node": "^22.13.4", "typescript": "^5.7.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/hugobiais/wordware-mcp'

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