Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
FASTMCP_TRANSPORTNoThe transport mechanism to use, typically set to 'stdio' for standard input/output communication.
FASTMCP_SHOW_SERVER_BANNERNoDetermines whether to show the startup banner. Setting this to 'false' is often required to prevent banner text from interfering with the stdio JSON-RPC stream.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_peps

List active Python PEPs with compact metadata.

search_peps

Search active PEP titles for a query string.

get_pep

Get a PEP by number. Use query for excerpts; full body is capped by default.

Pass max_full_content_chars=0 for an uncapped full document (can be very large).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/ribbit-br/mcp-pep-server'

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