Skip to main content
Glama
index.ts335 B
import { ITool } from "../interfaces/tool.js"; import { CollectConfigTool } from "./collect-config.tool.js"; import { McpFinderTool } from "./mcp-finder.tool.js"; import { McpInstallerTool } from "./mcp-installer.tool.js"; export const tools: ITool[] = [ new McpFinderTool(), new CollectConfigTool(), new McpInstallerTool(), ];

Latest Blog Posts

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/bbangjooo/mcp-installer'

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