mdownes/ai-langchain-mcp
3.2
If you are the rightful owner of ai-langchain-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The Model Context Protocol (MCP) server is designed to facilitate communication between language models and client applications, enabling seamless interaction and data exchange.
###Setup
- Create a .env file and add your open ai key as seen in the .env.example file.
- pip install -r requirements.txt
- Open 2 terminals
- run
python mcp_server.py - run
python main.py - Open browser on http://127.0.0.1:5000
- type in 'what is the weather like in Dublin? and what is 3 + 7?'