epik-gh
Provides tools for managing GitHub resources including issues, pull requests, branches, labels, repositories, CI/Actions, issue relationships, and Projects V2.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@epik-ghlist my open issues"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Epik
You say it. We make it.
A desktop app: Tauri 2 shell, Leptos frontend, three crates.
crates/epik— the domain core, where all logic eventually lives. Dependency-free and wasm-clean so that frontend and backend can both depend on it and share types — one definition of every message that crosses IPC.crates/epik-backend— the Tauri host: windowing, native capabilities, IPC handlers. Depends onepik.crates/epik-frontend— the Leptos UI, built by Trunk, styled by Tailwind. Deliberately outside the root workspace: it targets wasm32-unknown-unknown while the other crates build natively, and a shared workspace would entangle the two targets' features and lockfiles.
This server cannot be deployed
Maintenance
Related MCP Connectors
GitHub MCP — wraps the GitHub public REST API (no auth required for public endpoints)
Create, deploy, and operate MCP servers directly from your GitHub repositories.
Nifty's MCP server — exposes tasks, projects, messages, and files as tools for AI agents.
An MCP server that gives your AI access to the source code and docs of all public github repos
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceAn MCP server that wraps around the GitHub CLI tool, allowing AI assistants to interact with GitHub repositories through commands for pull requests, issues, and repository operations.8 npmMIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server that wraps the GitHub CLI to provide comprehensive access to repository management, pull requests, issues, and workflows. It enables users to perform complex GitHub operations and interact with the GitHub API through a standardized interface.6 npm1ISC
- AlicenseBqualityCmaintenanceMCP server that exposes GitHub operations as tools for AI agents, enabling code search, issue management, and PR review.12MIT
- FlicenseAqualityDmaintenanceMCP server exposing GitHub tools for issues, pull requests, and code browsing via the GitHub REST API. Designed for local LLM clients with flat arguments and streamable HTTP support.15-