Skip to main content
Glama
main.py405 B
from .server import * from .rdf_portal import * from .api_tools import * from .togoid import convertId, countId, getAllDataset, getDataset, getAllRelation, getRelation, getDescription def run(): mcp.run(transport="http", host="0.0.0.0", port=8000) def run_admin(): from .admin import generate_MIE_file, get_shex, save_MIE_file, test_MIE_file mcp.run() if __name__ == "__main__": run()

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/arkinjo/togo-mcp'

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