Skip to main content
Glama

Port MCP Server

by port-labs
errors.py231 B
"""Error classes for Port.io MCP server.""" class PortError(Exception): """Base exception for Port.io API errors.""" pass class PortAuthError(PortError): """Exception raised for authentication errors.""" pass

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