Skip to main content
Glama

GenAIScript

Official
by microsoft
MIT License
43
2,820
  • Linux
  • Apple
system.github_info.genai.mts387 B
system({ title: "General GitHub information.", }) export default async function (ctx: ChatGenerationContext) { const { $ } = ctx const info = await github.info() if (info?.owner) { const { owner, repo, baseUrl } = info $`## GitHub - current github repository: ${owner}/${repo}` if (baseUrl) $`- current github base url: ${baseUrl}` } }

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/microsoft/genaiscript'

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