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
Basic information
More Agent Frameworks MCP clients
Unified MCP Client Library
pietrozullomcp-use is the easiest way to interact with mcp servers with custom agents
MCP Tool Langgraph Integration
paulrobelloMCP Tools Langraph Integration
Evo AI - AI Agents Platform
evolutionapiEvo AI is an open-source platform for creating and managing AI agents, enabling integration with different AI models and services.
mcp-cli
wong2A CLI inspector for the Model Context Protocol
Tester Client for Model Context Protocol (MCP)
apifyModel Context Protocol (MCP) Client for Apify's Actors
Comments