Skip to main content
Glama

Wanaku MCP Server

import { createHashRouter } from "react-router-dom"; import App from "./App"; import { ErrorPage } from "./Pages/Error"; import { Links } from "./router/links.models"; export const router = createHashRouter([ { path: Links.Home, element: <App />, errorElement: <ErrorPage />, children: [ { index: true, lazy: async () => import("./Pages/Dashboard"), }, { path: Links.Tools, lazy: async () => import("./Pages/Tools"), }, { path: Links.Resources, lazy: async () => import("./Pages/Resources"), }, ], }, ]);

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/wanaku-ai/wanaku'

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