Skip to main content
Glama

Remote MCP Server

by roboulos
props.ts404 B
// src/props.ts export interface XanoUser { id: string; email?: string; name?: string; [key: string]: any; } export interface XanoProps { user?: XanoUser; accessToken?: string; permissions?: string[]; // Props must have an index signature to satisfy the `McpAgent` // generic `Props` which extends `Record<string, unknown>`. [key: string]: unknown; }

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/roboulos/remote-mcp-server'

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