Skip to main content
Glama

MCP AI Hub

by feiskyer

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
chat

Chat with specified AI model.

Args: model: Model name from configuration (e.g., 'gpt-4', 'claude-sonnet-4') inputs: Chat input (string or OpenAI-format messages) Returns: AI model response as string
list_models

List all available AI models.

Returns: List of available model names
get_model_info

Get information about a specific model.

Args: model: Model name to get info for Returns: Dictionary with model information

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/feiskyer/mcp-ai-hub'

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