Skip to content

saidsef mcp github pr issue analyser for LangChain

ai.smithery/saidsef-mcp-github-pr-issue-analyser

A Model Context Protocol (MCP) application for automated GitHub PR analysis and issue management.…

client:LangChain transport:streamable-http

Install saidsef mcp github pr issue analyser in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "saidsef-mcp-github-pr-issue-analyser": {
            "transport": "streamable_http",
            "url": "https://server.smithery.ai/@saidsef/mcp-github-pr-issue-analyser/mcp",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

saidsef mcp github pr issue analyser in other clients