Skip to main content
Glama
get_iris_connection.py•378 B
import iris def get_cursor(): ## Credentials: server_location = "localhost" port_number = 32782 namespace = "DEMO" user_name = "_SYSTEM" password = "ISCDEMO" ## Create a connection conn = iris.connect(server_location, port_number, namespace, user_name, password) ## Create a cursor object cursor = conn.cursor() return cursor

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/isc-tdyar/medical-graphrag-assistant'

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