Github Public Repos Mcp for LangChain
io.github.varvararatta/github_public_repos_mcp
Dive into the world of open-source with the GitHub Repo Explorer! Utilize the powerful GitHub
client:LangChain
transport:streamable-http
Install Github Public Repos Mcp in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"github_public_repos_mcp": {
"transport": "streamable_http",
"url": "https://github-public-repos-mcp.mcpize.run/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs