We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/waldzellai/exa-mcp-server-websets'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
index.ts•389 B
// Export the tool registry and configuration
export { toolRegistry, ToolFactory, ToolCategory, ServiceType } from "./config.js";
// Import only the tools that exist in THIS project
import "./webSearch.js";
import "./websetsManager.js";
import "./websetsGuide.js";
import "./mem0Store.js";
import "./knowledgeGraph.js";
// When adding a new tool, import it here
// import "./newTool.js";