Skip to main content
Glama

Zerocracy MCP Server

Official
by zerocracy
.rultor.yml625 B
# SPDX-FileCopyrightText: Copyright (c) 2025 Zerocracy # SPDX-License-Identifier: MIT --- # yamllint disable rule:line-length docker: image: yegor256/ruby assets: npmrc: yegor256/home#assets/npmrc install: | sudo /usr/bin/install-node.sh npm install --no-color pdd -f /dev/null -v release: pre: false script: | [[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1 sed -i "s/0\.0\.0/${tag}/" package.json sed -i "s/0\.0\.0/${tag}/" src/server.ts make git commit -am "set version to ${tag}" chmod 600 ../npmrc npm publish --no-color --userconfig=../npmrc merge: script: |- make

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

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