Skip to main content
Glama
app.js696 B
export { matchers } from './matchers.js'; export const nodes = [ () => import('./nodes/0'), () => import('./nodes/1'), () => import('./nodes/2'), () => import('./nodes/3'), () => import('./nodes/4') ]; export const server_loads = []; export const dictionary = { "/": [2], "/contratos": [3], "/sobre": [4] }; export const hooks = { handleError: (({ error }) => { console.error(error) }), reroute: (() => {}), transport: {} }; export const decoders = Object.fromEntries(Object.entries(hooks.transport).map(([k, v]) => [k, v.decode])); export const hash = false; export const decode = (type, value) => decoders[type](value); export { default as root } from '../root.svelte';

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/MatheusgVentura/Project-One'

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