Skip to main content
Glama

Remote MCP AuthKit

by FlowMCP
types.d.ts651 B
declare module "flowmcp" { export class FlowMCP { static filterArrayOfSchemas(config: { arrayOfSchemas: any[]; includeNamespaces?: string[]; excludeNamespaces?: string[]; activateTags?: string[]; }): { filteredArrayOfSchemas: any[] }; static activateServerTools(config: { server: any; schema: any; serverParams: any[]; }): { mcpTools: any }; } } declare module "schemaimporter" { export class SchemaImporter { static loadFromFolder(config: { excludeSchemasWithImports?: boolean; excludeSchemasWithRequiredServerParams?: boolean; addAdditionalMetaData?: boolean; }): Promise<Array<{ schema: any }>>; } }

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/FlowMCP/remote-mcp-authkit'

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