Skip to main content
Glama

autonomous-frontend-browser-tools

afbt-mcp.js376 B
#!/usr/bin/env node // Force MCP mode via the unified entry, with Node 20 auto-shim handled there const path = require("path"); const { spawnSync } = require("child_process"); const entry = path.resolve(__dirname, "./afbt-entry.js"); const result = spawnSync(process.execPath, [entry, "mcp"], { stdio: "inherit" }); process.exit(result.status == null ? 1 : result.status);

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/Winds-AI/Frontend-development-MCP-tools-public'

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