Skip to main content
Glama

Dingo MCP Server

by MigoXLab
index.d.ts691 B
import { ElectronAPI } from '@electron-toolkit/preload'; declare global { interface Window { electronAPI: { readDirectory: (dirPath: string) => Promise<string[]>; selectDirectory: () => Promise<string>; readFile: (filePath: string) => Promise<string>; readJsonFile: (filePath: string) => Promise<Record<string, any>>; readDirectoryDingo: (dirPath: string) => Promise<any>; readJsonlFiles: ( dirPath: string, primaryName: string, secondaryNameList: string[] ) => Promise<any[]>; getInputPath: () => Promise<string>; }; } }

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/MigoXLab/dingo'

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