Skip to main content
Glama

Zig MCP Server

by openSVM
package.json1.82 kB
{ "name": "zig-mcp-server", "version": "0.2.0", "description": "Modern Zig AI 10x dev assistant with comprehensive build system support", "private": true, "type": "module", "bin": { "zig-mcp-server": "./build/index.js" }, "files": [ "build" ], "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "prepare": "npm run build", "watch": "tsc --watch", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "lint": "eslint src/**/*.ts", "lint:fix": "eslint src/**/*.ts --fix", "format": "prettier --write \"src/**/*.{ts,js,json}\"", "format:check": "prettier --check \"src/**/*.{ts,js,json}\"", "inspector": "npx @modelcontextprotocol/inspector build/index.js", "dev": "npm run build && npm run inspector" }, "dependencies": { "@modelcontextprotocol/sdk": "0.6.0", "axios": "1.11.0" }, "devDependencies": { "@types/jest": "^29.5.12", "@types/node": "^20.11.24", "@typescript-eslint/eslint-plugin": "^7.0.0", "@typescript-eslint/parser": "^7.0.0", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.1.3", "jest": "^29.7.0", "prettier": "^3.2.5", "ts-jest": "^29.1.2", "typescript": "^5.3.3" }, "engines": { "node": ">=18.0.0", "npm": ">=8.0.0" }, "keywords": [ "zig", "mcp", "model-context-protocol", "ai-assistant", "development-tools", "build-system" ], "author": "openSVM", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/openSVM/zig-mcp-server.git" }, "bugs": { "url": "https://github.com/openSVM/zig-mcp-server/issues" }, "homepage": "https://github.com/openSVM/zig-mcp-server#readme" }

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/openSVM/zig-mcp-server'

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