{"id":30105858,"url":"https://github.com/sourcewizard-ai/sourcewizard","last_synced_at":"2026-03-04T01:16:28.939Z","repository":{"id":307919914,"uuid":"1015544100","full_name":"sourcewizard-ai/sourcewizard","owner":"sourcewizard-ai","description":"SourceWizard - Setup Wizard for devtools and libraries.","archived":false,"fork":false,"pushed_at":"2025-12-12T03:44:01.000Z","size":29891,"stargazers_count":28,"open_issues_count":0,"forks_count":3,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-13T11:26:53.007Z","etag":null,"topics":["agent","agentic-ai","ai","confg","infra","llm","typescript"],"latest_commit_sha":null,"homepage":"https://sourcewizard.ai","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sourcewizard-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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-07T16:57:39.000Z","updated_at":"2025-12-12T03:44:06.000Z","dependencies_parsed_at":"2025-08-03T03:11:08.999Z","dependency_job_id":"7cc360ee-034a-4f5d-819b-324f600f23f0","html_url":"https://github.com/sourcewizard-ai/sourcewizard","commit_stats":null,"previous_names":["sourcewizard-ai/sourcewizard"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/sourcewizard-ai/sourcewizard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sourcewizard-ai%2Fsourcewizard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sourcewizard-ai%2Fsourcewizard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sourcewizard-ai%2Fsourcewizard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sourcewizard-ai%2Fsourcewizard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sourcewizard-ai","download_url":"https://codeload.github.com/sourcewizard-ai/sourcewizard/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sourcewizard-ai%2Fsourcewizard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30068003,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T01:03:42.280Z","status":"ssl_error","status_checked_at":"2026-03-04T01:03:23.410Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["agent","agentic-ai","ai","confg","infra","llm","typescript"],"created_at":"2025-08-10T00:20:18.590Z","updated_at":"2026-03-04T01:16:28.926Z","avatar_url":"https://github.com/sourcewizard-ai.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SourceWizard\n\n[![Website](https://img.shields.io/badge/Website-sourcewizard.ai-blue)](https://sourcewizard.ai)\n[![License](https://img.shields.io/badge/License-Apache%202.0-green.svg)](LICENSE)\n[![npm version](https://img.shields.io/npm/v/sourcewizard)](https://www.npmjs.com/package/sourcewizard)\n\nAI-powered setup wizard for dev tools and libraries with MCP (Model Context Protocol) integration.\n\n## Demo\n\n[![asciicast](https://asciinema.org/a/PxMHEwWtK6oUbvHYjjyVymfvr.svg)](https://asciinema.org/a/PxMHEwWtK6oUbvHYjjyVymfvr)\n\n## Overview\n\nSourceWizard is an intelligent assistant that helps developers quickly find, install, and configure packages and development tools. It combines AI-powered search capabilities with automated installation and setup processes.\n\n## Features\n\n- **MCP Integration**: Adds up-to-date documentation to your prompts and automatically detects missing libraries or tools. No hallucinated or deprecated API calls.\n- **AI-Powered Package Search**: Find packages and code snippets using natural language queries\n- **Agentic AI Installer**: LLM that follows custom setup prompts for multiple packages with intelligent configuration\n- **Beautiful Terminal UI**: Clean, progress-tracking interface that shows installation status in real-time\n- **Multi-Platform Support**: Works across different package managers and project types\n\n## Installation\n\n```bash\nnpm install -g @sourcewizard/sourcewizard\n```\n\n## Usage\n\n### CLI Commands\n\n```bash\n# Search for packages\nsourcewizard search \"react testing library\"\n\n# Install a package with AI guidance\nsourcewizard install \u003cpackage-name\u003e\n\n# Start mcp\nsourcewizard mcp\n\n# Check status of MCP installation\nsourcewizard status\n\n# Repository analysis\nsourcewizard repo [path]             # Analyze repository structure\n```\n\n#### Repository Commands\n\nSourceWizard intelligently detects your repository structure and runs the appropriate commands:\n\n- **Target**: Optional Bazel-style package/workspace name (e.g., `//path/to/package:name`)\n- **Path**: Optional repository path (defaults to git root)\n\nExamples:\n```bash\n# Build the entire project\nsourcewizard build\n\n# Run tests for a specific target\nsourcewizard test //sourcewizard:sourcewizard\n\n# Start dev server for current directory target\nsourcewizard dev :sourcewizard\n\n# Run type check with custom path\nsourcewizard check --path /path/to/repo\n```\n\n### MCP Integration\n\nSourceWizard can be used as an MCP server with Claude Code or other MCP clients:\n\n```bash\n# Start MCP server\nnpm run mcp\n```\n\nAvailable MCP tools:\n- `search_packages`: Search for packages and code snippets using AI-powered analysis\n- `install_package`: Install and configure packages with AI guidance\n\n**Important**: Always call `search_packages` first to clarify the exact package name before using `install_package`.\n\n#### MCP Configuration\n\nAdd this to your MCP settings file (e.g., `~/.config/claude-code/mcp_settings.json`):\n\n```json\n{\n  \"mcpServers\": {\n    \"sourcewizard\": {\n      \"command\": \"npx\",\n      \"args\": [\"sourcewizard\", \"mcp\"],\n      \"env\": {\n        \"SOURCEWIZARD_API_KEY\": \"your-api-key-here\"\n      }\n    }\n  }\n}\n```\n\nGet your API key at [sourcewizard.ai/dashboard](https://sourcewizard.ai/dashboard).\n\n## Environment Variables\n\n- `SOURCEWIZARD_API_KEY`: Required for AI-powered features. [Get your API key here](https://sourcewizard.ai/dashboard)\n- `SOURCEWIZARD_SERVER_URL`: Custom server URL (defaults to `http://localhost:3000` in development, `https://sourcewizard.ai` in production)\n\n## Development\n\n```bash\n# Install dependencies\nnpm install\n\n# Run in development mode\nnpm run dev\n\n# Build the project\nnpm run build\n\n# Run tests\nnpm test\n\n# Run MCP server in development\nnpm run mcp\n```\n\n#### Local Development MCP Configuration\n\nFor development, add this to your MCP settings file to use the local version:\n\n```json\n{\n  \"mcpServers\": {\n    \"sourcewizard-dev\": {\n      \"command\": \"npx\",\n      \"args\": [\"tsx\", \"path/to/sourcewizard/src/mcp/server.ts\"],\n      \"env\": {\n        \"SOURCEWIZARD_API_KEY\": \"your-api-key-here\"\n      }\n    }\n  }\n}\n```\n\nReplace `path/to/sourcewizard` with the actual path to your sourcewizard directory.\n\n### Adding a New Package\n\nPackages are located in the `registry/` directory. To add a new package:\n\n1. Copy an existing package directory and update the fields\n2. Edit the package configuration in `pkg.config.ts`\n3. Create installation instructions in `INSTALL.md`\n4. Generate the package config JSON:\n\n```bash\nnpx @typeconf/typeconf build registry\n```\n\n## Scripts\n\n- `npm run build` - Build TypeScript to JavaScript\n- `npm run dev` - Run CLI in development mode\n- `npm run mcp` - Start MCP server\n- `npm test` - Run test suite\n- `npm run import-registry` - Import registry configurations\n\n## Contributing\n\nContributions are welcome! Please feel free to:\n\n- Submit bug reports and feature requests via [GitHub Issues](https://github.com/sourcewizard-ai/sourcewizard/issues)\n- Contribute new package configurations to the registry\n- Improve documentation and examples\n- Submit pull requests for bug fixes and improvements\n\n## License\n\nApache-2.0 - see [LICENSE](LICENSE) for details.\n\n## Links\n\n- [Website](https://sourcewizard.ai)\n- [GitHub Repository](https://github.com/sourcewizard-ai/sourcewizard)\n- [Issues](https://github.com/sourcewizard-ai/sourcewizard/issues)\n- [npm Package](https://www.npmjs.com/package/@sourcewizard/sourcewizard)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsourcewizard-ai%2Fsourcewizard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsourcewizard-ai%2Fsourcewizard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsourcewizard-ai%2Fsourcewizard/lists"}