Skip to main content
Glama

Zerocracy MCP Server

Official
by zerocracy
Makefile757 B
# SPDX-FileCopyrightText: Copyright (c) 2025 Zerocracy # SPDX-License-Identifier: MIT .PHONY: all test lint it tsc .ONESHELL: .SHELLFLAGS := -e -o pipefail -c .SECONDARY: SHELL := bash TSS=$(shell find . -not -path './node_modules/**' -not -path './test/**' -name '*.ts') all: test lint it tsc lint: npx -y eslint . --config eslint.config.mjs test: npx -y jest --config jest.config.ts --no-color --ci it: mkdir -p temp npx -y @modelcontextprotocol/inspector \ --config test/fixtures/claude-desktop-config.json \ --server zerocracy \ --cli --method tools/list > temp/tools.json if ! jq empty temp/tools.json; then cat temp/tools.json ./index.ts exit 1 fi tsc: $(TSS) npx -y tsc --target es2020 --module nodenext --outDir dist $(TSS)

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