Skip to main content
Glama
__init__.py213 B
"""MCP server for querying SPARQL endpoints.""" from importlib.metadata import version, PackageNotFoundError try: __version__ = version("mcp_proto-okn") except PackageNotFoundError: __version__ = "0.0.0"

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/sbl-sdsc/mcp-proto-okn'

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