Skip to main content
Glama

O'RLY MCP Server

cache.py263 B
# Simple in-memory cache implementation _cache = {} def get(key): """Get a value from cache""" return _cache.get(key) def set(key, value): """Set a value in cache""" _cache[key] = value def clear(): """Clear the cache""" _cache.clear()

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/princefishthrower/orly-mcp'

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