Skip to main content
Glama

mcp-appstore

by appreply-co
_aperture.js283 B
var _slice = require('./_slice'); module.exports = function _aperture(n, list) { var idx = 0; var limit = list.length - (n - 1); var acc = new Array(limit >= 0 ? limit : 0); while (idx < limit) { acc[idx] = _slice(list, idx, idx + n); idx += 1; } return acc; };

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/appreply-co/mcp-appstore'

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