Skip to content

jslinuxta/langgraph-js-mcp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LangGraph.js with MCP <-> Firecrawl | gotoHuman

AI agent example built with LangGraph's MCP adapter connecting with Firecrawl for web scraping via Composio and using gotoHuman for approvals by subject-matter experts.

Setup

  • Get Firecrawl API key at firecrawl.dev/app
  • Get URL of your Composio Firecrawl MCP server at mcp.composio.dev/firecrawl
    • No proper auth handling in Composio's MCPs yet, so install the MCP server in Cursor first, do a test scrape and pass a restricted demo Firecrawl API key when asked. Now the connection is initialized.
  • Get gotoHuman API key and set up review at app.gotohuman.com

Environment variables

OPENAI_API_KEY = sk-proj-XXX
GOTOHUMAN_API_KEY=XYZ

Install

npm install

Run

npm run dev

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%