Skip to main content
Glama

CodeGraphContext

arrays.js236 B
// Array methods: map, filter, reduce const nums = [1, 2, 3, 4, 5]; const doubled = nums.map(n => n * 2); const evens = nums.filter(n => n % 2 === 0); const sum = nums.reduce((acc, n) => acc + n, 0); console.log(doubled, evens, sum);

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/Shashankss1205/CodeGraphContext'

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