Skip to main content
Glama
app.js225 B
function calculateTotal(items) { return items.reduce((sum, item) => sum + item.price, 0); } const items = [ { name: 'apple', price: 100 }, { name: 'banana', price: 80 } ]; console.log('Total:', calculateTotal(items));

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/myuon/refactor-mcp'

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