gocd for LangChain
io.github.sahilll15/gocd
MCP server for GoCD: dashboard, pipelines, artifacts, agents. Context-lean output.
client:LangChain
transport:stdio
runtime:npm
Install gocd in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"gocd": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "gocd-mcp"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs