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
🌟 MCPM - Model Context Protocol Manager
pathintegral-instituteCLI MCP package manager & registry for all platforms and all clients. Search & configure MCP servers. Advanced Router & Profile features.
🚀 MCPOmni Connect - Universal Gateway to MCP Servers
Abiorh001MCPOmni Connect is an agent execution runtime that connects to multiple MCP servers via stdio, SSE, or streamable HTTP. It supports chat, autonomous agents, and planner-based orchestration treating each MCP server as a tool agent to enable dynamic multi-agent workflows across LLM
MCP Client Chatbot
cgoinglove🚀 Open source MCP Client: A Multi-provider AI Chatbot Solution
mcp-cli
wong2A CLI inspector for the Model Context Protocol
MCP Tool Langgraph Integration
paulrobelloMCP Tools Langraph Integration
Comments