Skip to main content
Glama
awwaiid

MCP Server for Alloy Modeling Language

by awwaiid
alloy-lang.d.ts786 B
declare module 'alloy-lang' { export interface AlloyInstance { messages: unknown[]; skolems: Record<string, unknown>; state: number; values: Record<string, unknown>; } export interface AlloySuccessResult { duration: number; incremental: boolean; instances: AlloyInstance[]; localtime: string; loopstate: number; sigs: Record<string, unknown>; timezone: string; utctime: number; } export interface AlloyErrorResult { error: string; } export type AlloyResult = AlloySuccessResult | AlloyErrorResult; export function evalRaw(alloyProgram: string): string; export function eval(alloyProgram: string): AlloyResult; const alloy: { evalRaw: typeof evalRaw; eval: typeof eval; }; export default alloy; }

Implementation Reference

Latest Blog Posts

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