Skip to content

sakorman/copilotkit-mcpclient

Repository files navigation

Getting Started

Set Up Environment Variables:

pnpm add -g @langchain/langgraph-cli
touch .env

Add the following inside .env at the root:

LANGSMITH_API_KEY=lsv2_...

Development

We recommend running the frontend and agent separately in different terminals to debug errors and logs:

# Terminal 1 - Frontend
pnpm run dev-frontend

# Terminal 2 - Agent
pnpm run dev-agent-js

Alternatively, you can run both services together with:

pnpm run dev

Then, open http://localhost:3000 in your browser.

Architecture

The codebase is split into two main parts:

  1. /agent folder – A LangGraph agent that connects to MCP servers and calls their tools.
  2. /app folder – A frontend application using CopilotKit for UI and state synchronization.

About

基于copilotkit的mcp客户端

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published