We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/northernvariables/FedMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
import { createNavigation } from 'next-intl/navigation';
import { defineRouting } from 'next-intl/routing';
import { locales, defaultLocale, localePrefix, pathnames } from './config';
export const routing = defineRouting({
locales,
defaultLocale,
localePrefix,
pathnames,
});
// Create type-safe navigation functions
export const { Link, redirect, usePathname, useRouter, getPathname } =
createNavigation(routing);