Skip to main content
Glama

MCP Server for Alloy Modeling Language

by awwaiid
package.json939 B
{ "name": "mcp-server-alloy", "version": "1.0.0", "main": "build/index.js", "bin": { "mcp-server-alloy": "build/index.js" }, "scripts": { "build": "tsc", "start": "node build/index.js", "dev": "tsc && node build/index.js", "lint": "eslint src/**/*.ts", "lint:fix": "eslint src/**/*.ts --fix", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "mcp", "alloy", "modeling", "model-context-protocol" ], "author": "", "license": "ISC", "description": "MCP server for executing Alloy modeling language code", "dependencies": { "@modelcontextprotocol/sdk": "^1.7.0", "alloy-lang": "^6.2.0-8", "zod": "^3.24.2" }, "devDependencies": { "@types/node": "^22.13.11", "@typescript-eslint/eslint-plugin": "^8.45.0", "@typescript-eslint/parser": "^8.45.0", "eslint": "^9.37.0", "typescript": "^5.8.2" }, "type": "module" }

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/awwaiid/mcp-server-alloy'

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