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
export const enum Links {
Home = '/', // Dashboard
Tools = '/tools',
Resources = "/resources",
Prompts = "/prompts",
LLMChat = "/llmchat",
CodeExecution = "/code-execution",
ToolCalls = "/tool-calls",
Capabilities = "/capabilities",
Namespaces = "/namespaces",
Forwards = "/forwards",
DataStores = "/data-stores",
Logout = "/logout"
}
export const enum ExternalLinks {
Home = 'https://wanaku.ai',
GitHub = 'https://github.com/wanaku-ai/wanaku',
}