INDIVIDUAL MCP TOOL
github.repos
List a user or organization's repositories (each with stars, forks, language, topics, license, timestamps).
LIVE ENDPOINT
https://2s.io/mcp
Connect to this endpoint to inspect the live schema for github.repos and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.2s-io]
url = "https://2s.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"2s-io": {
"type": "http",
"url": "https://2s.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: 2s-io
Remote MCP URL: https://2s.io/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"2s-io": {
"url": "https://2s.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"2s-io": {
"type": "http",
"url": "https://2s.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "2s-io",
"transport": "streamable-http",
"url": "https://2s.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
agent.knowledge-delta— What's happened in a given topic since a given date?agriculture.drought— US Drought Monitor severity for a county (5-digit FIPS) or state (2-letter code).agriculture.stats— USDA NASS QuickStats — authoritative US agricultural statistics: crop yields, acreage, production, livestock inventory, and prices received.ai.chat— OpenAI-compatible chat completions across every frontier model on one endpoint — GPT-5, Claude, Gemini, Grok, DeepSeek, Llama, Mistral and ~290 more.ai.classify— Zero-shot text classification.ai.council— Ask several frontier models the same question and get one synthesized answer.ai.describe-image— Describe an image.ai.entities— Named-entity recognition.