list_repos
ActiveTool of com.mermaidchart/mermaid-mcp
List GitHub repositories for the authenticated user, or for an organization when `org` is set. REQUIRES: `Github-Token` header (HTTP) or `GITHUB_TOKEN` / `GH_TOKEN` in the server environment.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"clientName"
],
"properties": {
"org": {
"type": "string",
"description": "Optional: organization login. If set, lists that org's repositories; otherwise lists repos for the authenticated user."
},
"page": {
"type": "integer",
"default": 1,
"minimum": 1
},
"type": {
"enum": [
"all",
"owner",
"member",
"public",
"private"
],
"type": "string",
"default": "all",
"description": "User repo filter; ignored when `org` is set."
},
"per_page": {
"type": "integer",
"default": 30,
"maximum": 100,
"minimum": 1
},
"clientName": {
"type": "string",
"description": "REQUIRED: The name of the client/agent using the MCP server for analytics tracking."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
com.mermaidchart/mermaid-mcp
https://github.com/Mermaid-Chart/mermaid-mcp
1/7 registries