Skip to main content
Glama

FastMCP Multi-Tenancy

""" Exceptions for FastMCP Multi-Tenancy implementation. """ class ResourceError(Exception): """Raised when there's an error with resource handling.""" pass class ConfigurationError(Exception): """Raised when there's an error with the server configuration.""" pass class ServerlessError(Exception): """Raised when there's an error specific to serverless execution.""" pass class StorageError(Exception): """Raised when there's an error with Redis storage operations.""" 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/timothywangdev/McpToolKit'

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