We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/wanaku-ai/wanaku'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
declare module '*.png';
declare module '*.svg';
declare let NODE_ENV: string;
declare let VITE_API_URL: string;
declare let __GIT_HASH: string;
declare let __GIT_DATE: string;
declare let __UI_VERSION: string;
declare module '*?inline' {
// eslint-disable-next-line @typescript-eslint/no-explicit-any
const src: any;
export default src;
}