Skip to main content
Glama
index.ts244 B
import express from 'express'; import mcpRouter from './mcp-route'; const app = express(); app.use(express.json()); app.use('/mcp', mcpRouter); app.listen(3000, () => { console.log('MCP server is running on http://localhost:3000/mcp'); });

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/ahmetatar/mcp2browser'

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