MCP.so
Sign In

Getting Started

@mdhelaluddinbiswas

About Getting Started

Overview

What is Getting Started?

Getting Started is a local development client application built with a LangGraph agent that connects to MCP servers and calls their tools, paired with a CopilotKit frontend for UI and state synchronization. It runs on a developer’s machine using pnpm and Node.js, and is intended for developers building AI assistants that leverage MCP tools.

How to use Getting Started?

Set up environment variables by creating a .env file at the project root (with LANGSMITH_API_KEY) and another .env file inside the agent folder (with OPENAI_API_KEY and LANGSMITH_API_KEY). For development, run the frontend and agent separately in two terminals using pnpm run dev-frontend and `pnpm run

Comments

More Agent Frameworks MCP clients