Skip to main content
Glama

onyx-mcp-server

smithery.yaml1.22 kB
# Smithery configuration file: https://smithery.ai/docs/config#smitheryyaml startCommand: type: stdio configSchema: # JSON Schema defining the configuration options for the MCP. type: object required: - onyxApiToken - onyxApiUrl properties: onyxApiToken: type: string default: "" description: Onyx API token for accessing the Onyx API. onyxApiUrl: type: string default: http://localhost:8080/api description: URL of the Onyx API (e.g., http://localhost:8080/api). defaultPersonaId: type: number default: 15 description: Default persona ID to use when none is specified (default: 15). commandFunction: # A JS function that produces the CLI command based on the given config to start the MCP on stdio. |- (config) => ({ command: 'node', args: ['build/index.js'], env: { ONYX_API_TOKEN: config.onyxApiToken, ONYX_API_URL: config.onyxApiUrl, DEFAULT_PERSONA_ID: config.defaultPersonaId?.toString() || "15" } }) exampleConfig: onyxApiToken: your-api-token-here onyxApiUrl: http://localhost:8080/api defaultPersonaId: 15

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/lupuletic/onyx-mcp-server'

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