GitRuozhi/dsh-github-mcp
GitRuozhi★ 1JavaScriptLast synced: 2026-08-15
DSH-GitHub bridge: direct GitHub access for DSH via the official GitHub MCP server, plus a fix for the official bridge's dropped file content.
README excerpt
dsh-github-mcp DSH-GitHub bridge: exposes the official GitHub MCP server as DSH-native tools, and fixes the issue where DSH's bridge discards file content. After install, the agent can reach GitHub and read files directly through the mcp github tool family and the github file read tool — no local Git or gh CLI in between. Install Set GITHUB TOKEN and restart dsh web . If gh is already logged in on this machine, you can just ask DSH to configure it for you. Features ✅ Official talks to GitHub's official github-mcp-server ✅ Native MCP speaks MCP directly — no gh wrapper, no hand-written REST ✅ Zero local deps uses GitHub's hosted endpoint https://api.githubcopilot.com/mcp/ ✅ Reads file bodies github file read fixes the official bridge's dropped-content problem Tools Two tool families are added on install: github file read — read a file's contents (decoded to UTF-8 text) or list a directory; private repos work too (needs GITHUB TOKEN ). mcp github (44 tools from GitHub's official MCP server) - Search : search repositories , search code , search issues , search pull requests , search commits , search users - Repos : create repository , fork repository , list repository collaborators , …
View full README on GitHub →