Skip to main content
Glama
__init__.py370 B
import os from ipybox.tool_exec.client import ToolRunner CLIENT = ToolRunner( server_name="github", server_params={ "url": "https://api.githubcopilot.com/mcp/", "headers": {"Authorization": "Bearer ${GITHUB_API_KEY}"}, }, host=os.environ.get("TOOL_SERVER_HOST", "localhost"), port=int(os.environ.get("TOOL_SERVER_PORT", "8900")), )

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/gradion-ai/ipybox'

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