Skip to main content
Glama

Zig MCP Server

by openSVM
// Simple test to validate Jest setup describe('Basic functionality', () => { it('should run tests', () => { expect(1 + 1).toBe(2); }); it('should handle async operations', async () => { const result = await Promise.resolve('success'); expect(result).toBe('success'); }); });

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