We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nxGnosis/TravelAgentMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
types.ts•201 B
// src/types.ts
// Example of a shared type, expand as needed
export interface UserContext {
userId?: string;
sessionId?: string;
}
// Add more shared types for your tools, services, and libraries