GitHub for LangChain
io.github.github/github-mcp-server
Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.
client:LangChain
transport:streamable-http
runtime:oci
tools:10
Install GitHub in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"github-mcp-server": {
"transport": "streamable_http",
"url": "https://api.githubcopilot.com/mcp/",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs