{"id":26917947,"url":"https://github.com/shaharia-lab/mcp-frontend","last_synced_at":"2025-04-01T20:51:05.588Z","repository":{"id":280531834,"uuid":"942310653","full_name":"shaharia-lab/mcp-frontend","owner":"shaharia-lab","description":"Frontend for MCP (Model Context Protocol) Kit for Go - A Complete MCP solutions for ready to use","archived":false,"fork":false,"pushed_at":"2025-03-19T23:42:55.000Z","size":169,"stargazers_count":5,"open_issues_count":7,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-03-27T13:55:59.539Z","etag":null,"topics":["ai","ai-chatbot","chat-interface","generative-ai","llm","mcp","model-context-protocol"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shaharia-lab.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-03T22:56:55.000Z","updated_at":"2025-03-25T10:36:51.000Z","dependencies_parsed_at":"2025-03-04T00:23:51.690Z","dependency_job_id":"36960d3c-0a64-4626-bf37-e03d0373a6c4","html_url":"https://github.com/shaharia-lab/mcp-frontend","commit_stats":null,"previous_names":["shaharia-lab/mcp-frontend"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shaharia-lab%2Fmcp-frontend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shaharia-lab%2Fmcp-frontend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shaharia-lab%2Fmcp-frontend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shaharia-lab%2Fmcp-frontend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shaharia-lab","download_url":"https://codeload.github.com/shaharia-lab/mcp-frontend/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246709894,"owners_count":20821298,"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":["ai","ai-chatbot","chat-interface","generative-ai","llm","mcp","model-context-protocol"],"created_at":"2025-04-01T20:51:05.523Z","updated_at":"2025-04-01T20:51:05.580Z","avatar_url":"https://github.com/shaharia-lab.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MCP (Model Context Protocol) Frontend\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)\n\nA frontend application for the Model Context Protocol (MCP) Kit that enables enhanced interactions with Large Language Models through tool-based capabilities.\n\nThis repository is part of [mcp-kit](https://github.com/shaharia-lab/mcp-kit) and serves as the user interface layer built with modern web technologies.\n\n## 🚀 Features\n\n- Single Page Application architecture\n- Real-time chat interface with LLMs\n- Tool-based interaction capabilities\n- Integration with MCP backend server\n- Modern, responsive UI built with React and TypeScript\n\n## 🎥 Demo\n\nExperience MCP Kit in action - chat with LLMs while leveraging additional capabilities provided by the MCP server:\n\n\u003cvideo src=\"https://github.com/user-attachments/assets/bb650e68-825c-4d5e-a032-1ea757bbb930\" controls title=\"MCP Kit in action\"\u003e\u003c/video\u003e\n\n\n## 🛠️ Prerequisites\n\n- Node.js 20.x\n- NPM 7.x\n\n## 📦 Installation\n\n### Standard Installation\n\n1. Clone the repository:\n```shell\ngit clone https://github.com/shaharia-lab/mcp-frontend.git\ncd mcp-frontend\n```\n\n[Rest of standard installation steps...]\n\n### 🐳 Docker Installation\n\nYou can run MCP Frontend using our official Docker image:\n\n```shell\ndocker pull ghcr.io/shaharia-lab/mcp-frontend:\u003cversion\u003e\n```\n\nReplace `\u003cversion\u003e` with the specific version you want to use (e.g., `latest`, `1.0.0`).\n\n#### Running with Docker\n\ndocker run \\\n    -p 3000:3000 \\\n    -e VITE_MCP_BACKEND_API_ENDPOINT=http://localhost:8081 \\\n    ghcr.io/shaharia-lab/mcp-frontend:\u003cversion\u003e\n\n#### Environment Variables\n\nThe following environment variables are required to run MCP Frontend:\n\n| env_key                         | Default | Required | Description                           |\n|---------------------------------|---------|----------|---------------------------------------|\n| `VITE_MCP_BACKEND_API_ENDPOINT` | -       | Yes      | The base URL for the MCP backend API. |\n\nSimply copy the `.env.example` file to `.env` and update the values as needed to run the application locally.\nAnd for Docker, you can pass the environment variables using the `-e` flag.\n\n## 🚀 Usage\n\n### Development\n\nRun the development server:\n```shell\nnpm run dev\n```\n\n### Production\n\nBuild for production:\n\n```shell\nnpm run build\n```\n\nFor detailed configuration options, refer to the [Vite documentation](https://vite.dev/guide/).\n\n## 🏗️ Architecture\n\nMCP Frontend is built with:\n- [Vite](https://vite.dev/) - Build tool and development server\n- [React](https://reactjs.org/) - UI framework\n- [TypeScript](https://www.typescriptlang.org/) - Type-safe JavaScript\n- [Tailwind CSS](https://tailwindcss.com/) - Utility-first CSS framework\n\n## 🤝 Contributing\n\nWe welcome contributions! Here's how you can help:\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'Add some amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n\nPlease ensure your PRs follow our coding standards and include appropriate tests.\n\n## 🔍 Related Projects\n\n- [MCP-Kit Backend](https://github.com/shaharia-lab/mcp-kit) - The main backend server\n- [Documentation](https://github.com/shaharia-lab/mcp-kit) - Full project documentation\n\n## ⚠️ Current Status\n\nThis project is under active development. While functional, it's not yet recommended for production use. We're working on:\n- Enhanced error handling\n- Improved performance\n- Additional tool integrations\n- Comprehensive testing suite\n\n## 📝 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## 🤔 Support\n\n- 📧 Email: [hello@shaharialab.com](mailto:hello@shaharialab.com)\n- 🐛 [Issue Tracker](https://github.com/shaharia-lab/mcp-frontend/issues)\n- 💬 [Discord invite: Community Chat](https://discord.gg/XMDMQ2u7)\n\n## 🙏 Acknowledgments\n\n- The MCP Kit community\n- All our contributors and supporters\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshaharia-lab%2Fmcp-frontend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshaharia-lab%2Fmcp-frontend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshaharia-lab%2Fmcp-frontend/lists"}