Skip to main content
Glama

MCP Server

by tcpipuk
__init__.py367 B
"""MCP Fetch Server module for handling web content retrieval. This module provides HTTP fetching capabilities for the Model Context Protocol (MCP) framework, allowing models to retrieve and process web content in a controlled manner. """ from __future__ import annotations from .__main__ import main from .server import MCPServer __all__ = ["MCPServer", "main"]

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

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