Skip to main content
Glama
__init__.pyโ€ข419 B
"""OpenAccess MCP - A secure, policy-driven MCP server for remote access.""" __version__ = "0.0.1" __author__ = "OpenAccess MCP Contributors" __email__ = "team@openaccess-mcp.dev" from .server import OpenAccessMCPServer from .types import Profile, Capabilities, AuditRecord, Policy, AuthRef __all__ = [ "OpenAccessMCPServer", "Profile", "Capabilities", "AuditRecord", "Policy", "AuthRef", ]

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/keepithuman/openaccess-mcp'

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