Skip to main content
Glama
northernvariables

FedMCP - Federal Parliamentary Information

ApolloWrapper.tsx272 B
'use client'; import { ApolloProvider } from '@apollo/client'; import { apolloClient } from '@/lib/apollo-client'; export function ApolloWrapper({ children }: { children: React.ReactNode }) { return <ApolloProvider client={apolloClient}>{children}</ApolloProvider>; }

Latest Blog Posts

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/northernvariables/FedMCP'

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