Skip to main content
Glama

MockLoop MCP Server

Official
by MockLoop
__init__.pyโ€ข572 B
""" MockLoop MCP Proxy Module This module provides MCP proxy functionality for seamless switching between development (mock) and production (proxy) testing environments. """ from .plugin_manager import PluginManager from .proxy_handler import ProxyHandler from .auth_handler import AuthHandler, AuthType from .config import ProxyConfig, AuthConfig, EndpointConfig, RouteRule, ProxyMode __all__ = [ "AuthConfig", "AuthHandler", "AuthType", "EndpointConfig", "PluginManager", "ProxyConfig", "ProxyHandler", "ProxyMode", "RouteRule", ]

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/MockLoop/mockloop-mcp'

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