We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/introfini/mcp-server-zotero-dev'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
index.ts•237 B
/**
* Tool exports
*/
export * from "./execute.js";
export * from "./screenshot.js";
export * from "./inspect.js";
export * from "./logs.js";
export * from "./scaffold.js";
export * from "./plugins.js";
export * from "./database.js";