- Node.js 18+
- git
-
Clone the repository:
git clone https://github.com/hideya/mcp-client-langchain-ts.git cd mcp-client-langchain-ts -
Install dependencies:
npm install
-
Create a
.envfile for API keys -
Configure LLM and MCP Servers settings
llm_mcp_config.json5as needed
Run the app:
npm startRun in verbose mode:
npm run start:vSee commandline options:
npm run start:h