Skip to main content
Glama

MPC Tally API Server

setup.ts304 B
import { beforeAll } from "bun:test"; import dotenv from "dotenv"; beforeAll(() => { // Load environment variables dotenv.config(); // Ensure we have the required API key if (!process.env.TALLY_API_KEY) { throw new Error("TALLY_API_KEY environment variable is required for tests"); } });

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/crazyrabbitLTC/mpc-tally-api-server'

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