We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kpritam/gremlin-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
index.ts•220 B
/**
* @fileoverview Gremlin MCP data models.
*
* Re-exports all model definitions for convenient imports.
*/
export * from './graph-schema.js';
export * from './query-result.js';
export * from './import-export.js';