langchaingo-mcp-adapter

i2y/langchaingo-mcp-adapter
★ 48 stars Go 🤖 AI/LLM Updated 1mo ago
A Go adapter that bridges LangChain Go tools with Model Context Protocol (MCP) servers.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "langchaingo-mcp-adap": {
      "command": "go",
      "args": [
        "run",
        "github.com/i2y/langchaingo-mcp-adapter@latest"
      ]
    }
  }
}

Topics

agentgogolanglangchaingomcpmcp-tools