Skip to main content
Glama

OSSInsight MCP Server

natural_language_query

Analyze GitHub repositories, developers, and organizations using natural language queries. Gain insights into open source ecosystems with the OSSInsight MCP Server.

Instructions

Query GitHub data using natural language through the OSSInsight chat interface

Input Schema

NameRequiredDescriptionDefault
queryYesNatural language query, e.g., 'Which repositories gained the most stars in 2023?'

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "query": { "description": "Natural language query, e.g., 'Which repositories gained the most stars in 2023?'", "type": "string" } }, "required": [ "query" ], "type": "object" }
Install Server

Other Tools from OSSInsight MCP Server

Related Tools

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/damonxue/mcp-ossinsight'

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