{"id":26159978,"url":"https://github.com/copilotkit/open-mcp-client","last_synced_at":"2025-05-14T22:07:19.544Z","repository":{"id":281404712,"uuid":"945152231","full_name":"CopilotKit/open-mcp-client","owner":"CopilotKit","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-01T14:29:58.000Z","size":169,"stargazers_count":1084,"open_issues_count":10,"forks_count":168,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-04-08T15:00:34.477Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://open-mcp-client.vercel.app/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CopilotKit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-08T19:22:42.000Z","updated_at":"2025-04-08T08:20:27.000Z","dependencies_parsed_at":"2025-04-01T14:00:23.956Z","dependency_job_id":"8c6ac052-aafe-4e21-a457-00fd1675095c","html_url":"https://github.com/CopilotKit/open-mcp-client","commit_stats":null,"previous_names":["copilotkit/mcp-client-langgraph","copilotkit/open-mcp-client"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CopilotKit%2Fopen-mcp-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CopilotKit%2Fopen-mcp-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CopilotKit%2Fopen-mcp-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CopilotKit%2Fopen-mcp-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CopilotKit","download_url":"https://codeload.github.com/CopilotKit/open-mcp-client/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254235695,"owners_count":22036963,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-11T11:55:26.743Z","updated_at":"2025-05-14T22:07:14.511Z","avatar_url":"https://github.com/CopilotKit.png","language":"TypeScript","readme":"https://github.com/user-attachments/assets/364b6705-14d4-4e6d-bea7-fb9f12664fab\n\n\n# Getting Started\n\n## Set Up Environment Variables:\n\n```sh\ntouch .env\n```\n\nAdd the following inside `.env` at the root:\n\n```sh\nLANGSMITH_API_KEY=lsv2_...\nOPENAI_API_KEY=sk-...\n```\n\nNext, create another `.env` file inside the `agent` folder:\n\n```sh\ncd agent\ntouch .env\n```\n\nAdd the following inside `agent/.env`:\n\n```sh\nOPENAI_API_KEY=sk-...\nLANGSMITH_API_KEY=lsv2_...\n```\n\n## Set Up Poetry:\n\nPoetry is used for dependency management in the agent service. To install Poetry, run:\n\n```sh\npip install poetry\n```\n\nTo verify the installation, run:\n\n```sh\npoetry --version\n```\n\n## Development\n\nWe recommend running the **frontend and agent separately** in different terminals to debug errors and logs:\n\n```bash\n# Terminal 1 - Frontend\npnpm run dev-frontend\n\n# Terminal 2 - Agent\npnpm run dev-agent\n```\n\nAlternatively, you can run both services together with:\n\n```bash\npnpm run dev\n```\n\nThen, open [http://localhost:3000](http://localhost:3000) in your browser.\n\n## Architecture\n\nThe codebase is split into two main parts:\n\n1. `/agent` **folder** – A LangGraph agent that connects to MCP servers and calls their tools.\n2. `/app` **folder** – A frontend application using CopilotKit for UI and state synchronization.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcopilotkit%2Fopen-mcp-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcopilotkit%2Fopen-mcp-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcopilotkit%2Fopen-mcp-client/lists"}