Skip to main content
Glama

NASA MCP Server

resources.ts335 B
export interface Resource { name: string; mimeType: string; text?: string; blob?: Uint8Array; } // Central registry of resources export const resources = new Map<string, Resource>(); // Add or replace a resource in the registry export function addResource(uri: string, resource: Resource) { resources.set(uri, resource); }

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/ProgramComputer/NASA-MCP-server'

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