github-mcp-demo

livonianerd/github-mcp-demo
★ 0 stars TypeScript 🔌 API Integration Updated 1d ago
A TypeScript-based demo client for the Model Context Protocol (MCP), integrating with GitHub's MCP server.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "github-mcp-demo": {
      "command": "npx",
      "args": [
        "-y",
        "livonianerd/github-mcp-demo"
      ]
    }
  }
}

README Excerpt

A TypeScript-based demo client for the [Model Context Protocol (MCP)](https://modelcontextprotocol.io/), showcasing integration with GitHub's MCP server. This client demonstrates how to communicate with MCP servers using stdio transport and Docker. - 🔍 Search GitHub repositories - 📖 Read file contents from repositories