mcpbeat Sign in

GitHub to MCP Converter MCP Server

local only

GitHub to MCP Converter runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 15 Sep 2026.

Convert any GitHub repo to MCP server - automatic tool generation API wrap

Installs / week
not published
32
Stars
0 open issues
15 Sep 2026
Last commit
from GitHub
License
TypeScript

What the code does

We read the source, 18 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a database query by concatenation apps/vscode/src/webviews/ToolDetailsPanel.ts:143
                    <option value="">Select value...</option>
                    ${schema.enum!.map(v => `<option value="${escapeHtml(v)}">${escapeHtml(v)}</option>`).join('')}
Asks for container control access packages/core/src/docker-generator.ts:341
      - /var/run/docker.sock:/var/run/docker.sock:ro

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Alternatives to GitHub to MCP Converter

same job, measured the same way
SQLBot MCP Proxy
by wenrou21

MCP server proxy for SQLBot Text-to-SQL queries and report generation.

local only
Avrotize
by clemensv

Schema conversion and schema-driven code generation MCP server.

6 059 installs/wk local only
CodeWiki MCP — AI-generated docs for GitHub repos
by izzzzzi

MCP server for codewiki.google: search repos, fetch wiki docs, ask questions

59 installs/wk local only
MCP Graphql Bridge
by murilojrpereira

Bridges any GraphQL API to Claude Code — auto-generates MCP tools via schema introspection.

37 installs/wk local only
Github Stats
by ryudi84

MCP server for GitHub repo stats: stars, forks, contributors, activity.

27 installs/wk local only
AI Tool Discovery Agent
by nirholas

AI agent discovers MCP servers from GitHub npm - analyzes APIs configs

local only
Github
by davidweb3-ctrl

GitHub MCP Server - List PRs, issues, repo info, and search code

21 installs/wk local only
Github MCP Server
by crypto-ninja

AI-optimized GitHub MCP server: 112 tools, 98% token reduction, compact responses.

183 installs/wk local only

GitHub to MCP Converter — questions

Answers built from our own checks of this server.

Why is there no uptime for GitHub to MCP Converter?
GitHub to MCP Converter runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is GitHub to MCP Converter open source?
We cannot say either way: written in TypeScript and 32 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.