Skip to main content
Glama

Zerocracy MCP Server

Official
by zerocracy
index.ts398 B
#!/usr/bin/env -S npx tsx // SPDX-FileCopyrightText: Copyright (c) 2025 Zerocracy // SPDX-License-Identifier: MIT import { StdioServerTransport } from "@modelcontextprotocol/sdk/server/stdio.js"; import { server } from './src/server'; import './src/tools'; import './src/resources'; import './src/prompts'; (async (): Promise<void> => { await server.connect(new StdioServerTransport()); })();

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