Skip to main content
Glama

Port MCP Server

by port-labs
tool_map.py508 B
from src.client import PortClient from src.config import config from src.models.tools import ToolMap from src.utils import logger def init_tool_map() -> ToolMap: port_client = PortClient( client_id=config.port_client_id, client_secret=config.port_client_secret, region=config.region, ) tool_map = ToolMap(port_client=port_client) logger.info("Initialized tool map") logger.debug(f"Tool map: {tool_map}") return tool_map tool_map: ToolMap = init_tool_map()

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

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