#!/usr/bin/env node
import { config } from "dotenv";
import { resolve } from "path";
import { startServer } from "./server.js";
// Load .env from the current working directory
config({ path: resolve(process.cwd(), ".env") });
// Start the server immediately - this file is only for execution
startServer().catch((error) => {
console.error("Failed to start server:", error);
process.exit(1);
});
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/GLips/Figma-Context-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server