Skip to main content
Glama

Onyx Documentation MCP Server

search_github_examples

Find Onyx code examples on GitHub by specific topic. Input a topic and retrieve relevant examples, with customizable limit for results.

Instructions

Search Onyx code examples from GitHub repositories by topic

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of examples
topicYesTopic to search for

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 5, "description": "Maximum number of examples", "type": "number" }, "topic": { "description": "Topic to search for", "type": "string" } }, "required": [ "topic" ], "type": "object" }

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/elias-michaias/onyx_mcp'

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