{"id":27235061,"url":"https://github.com/Toolbase-AI/toolbase","last_synced_at":"2025-04-10T16:03:12.249Z","repository":{"id":269891773,"uuid":"905850659","full_name":"Toolbase-AI/toolbase","owner":"Toolbase-AI","description":"A desktop application that adds powerful tools to Claude and AI platforms","archived":false,"fork":false,"pushed_at":"2025-02-19T08:20:47.000Z","size":454,"stargazers_count":30,"open_issues_count":0,"forks_count":8,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-19T09:26:03.282Z","etag":null,"topics":["ai","claude","mcp","model-context-protocol","tools"],"latest_commit_sha":null,"homepage":"https://gettoolbase.ai","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Toolbase-AI.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-12-19T16:40:56.000Z","updated_at":"2025-02-19T08:20:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"20dd57b5-4caf-4dc8-95e9-82e326028f8d","html_url":"https://github.com/Toolbase-AI/toolbase","commit_stats":null,"previous_names":["toolbase-ai/toolbase"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Toolbase-AI%2Ftoolbase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Toolbase-AI%2Ftoolbase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Toolbase-AI%2Ftoolbase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Toolbase-AI%2Ftoolbase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Toolbase-AI","download_url":"https://codeload.github.com/Toolbase-AI/toolbase/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248249420,"owners_count":21072359,"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","claude","mcp","model-context-protocol","tools"],"created_at":"2025-04-10T16:01:55.137Z","updated_at":"2025-04-10T16:03:12.242Z","avatar_url":"https://github.com/Toolbase-AI.png","language":"TypeScript","readme":"\u003e ⚠️ We’re currently in the process of updating the open-source Toolbase repository to reflect our latest changes after testing with alpha testers.\n\n# Toolbase\n\n\u003cimg width=\"1392\" alt=\"app\" src=\"https://github.com/user-attachments/assets/d60edc11-cabb-49c8-ba52-1a1418a9ebea\" /\u003e\n\nToolbase is a desktop application that makes it easy to add tools and plugins to Claude and AI Platforms. It provides a simple interface for discovering, installing, and managing tools without requiring technical expertise.\n\nLearn more at [https://gettoolbase.ai](https://gettoolbase.ai)\n\nPowered by the [Model Context Protocol (MCP)](https://modelcontextprotocol.io)\n\n\u003e ⚠️ **Developer Preview**: This project is currently in active development. APIs and features may change without notice.\n\n## Features\n\n- 🔍 Visual tool browser\n- 🚀 One-click tool installation\n- 🔧 Simple configuration management\n- 🔌 Seamless Claude Desktop integration\n\n## Getting Started\n\n### Prerequisites\n- [Claude Desktop](https://claude.ai/download) installed\n\n### Download and Run Toolbase\n\u003e Toolbase currently only supports macOS. Support for Windows and Linux in active development.\n\n1. Download the latest version of Toolbase from [https://gettoolbase.ai](https://gettoolbase.ai)\n2. Open the application and start using tools and plugins with Claude Desktop\n\n## Project Structure\n\n```\ntoolbase/\n├── packages/\n   ├── app/      # Desktop application for tool management\n   └── runner/   # Secure local runner for MCP servers\n\n```\n\nThis monorepo contains two main packages:\n\n- `packages/app` - Desktop application for tool management and configuration, built with Electron\n- `packages/runner` - Local runner for executing MCP servers and tools, built with Deno\n\nSee individual package READMEs for detailed documentation:\n\n- [Desktop App Documentation](packages/app/README.md)\n- [Runner Documentation](packages/runner/README.md)\n\n## Development Setup\n\nAlthough setup as a monorepo, each package are managed independently.\n\nClone the repository:\n```bash\ngit clone https://github.com/Toolbase-AI/toolbase.git\ncd toolbase\n```\n\n### Desktop App (`packages/app`)\n\nThe desktop application is built with Electron and provides the main user interface.\n\n- [Desktop App Documentation](packages/app/README.md)\n\n#### Prequisites\n- Node 22\n- npm\n\n```bash\ncd packages/app\nnpm install\n\n# Run the Electron development application\nnpm start\n```\n\n### Runner (`packages/runner`)\n\nThe runner is a Deno CLI and library that executes MCP servers locally to provide tools and plugins to Claude Desktop and other AI platforms. This will be built into a binary to run on the user's local devices. \n\n- [Runner Documentation](packages/runner/README.md)\n\n#### Prequisites\n- Deno 2\n\n```bash\ncd packages/runner\n\n# Run locally\ndeno task dev [OPTIONS]\n\n# Build binary\ndeno task build\n```\n\n## License\n\nThis project is licensed under the Apache 2.0 License - see the [LICENSE](LICENSE) file for details.\n\n## Support\n\n- 📖 [Website](https://gettoolbase.ai)\n- 📧 [Email Support](mailto:dev@gettoolbase.ai)\n\n## Acknowledgments\n\n- Built for enhancing [Claude Desktop](https://claude.ai)\n- Uses the [Model Context Protocol](https://modelcontextprotocol.io)\n- Inspired by the MCP community\n","funding_links":[],"categories":["HarmonyOS","TypeScript"],"sub_categories":["Windows Manager"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FToolbase-AI%2Ftoolbase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FToolbase-AI%2Ftoolbase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FToolbase-AI%2Ftoolbase/lists"}