{"id":33916387,"url":"https://github.com/rubyatscale/chatwerk","last_synced_at":"2026-03-27T02:45:45.662Z","repository":{"id":325165470,"uuid":"956829760","full_name":"rubyatscale/chatwerk","owner":"rubyatscale","description":"An MCP for accessing packwerk information from AI coding assistants","archived":false,"fork":false,"pushed_at":"2026-03-06T00:49:52.000Z","size":60,"stargazers_count":8,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-25T06:25:16.226Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/rubyatscale.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","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-03-28T23:54:03.000Z","updated_at":"2026-03-06T00:49:54.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/rubyatscale/chatwerk","commit_stats":null,"previous_names":["rubyatscale/chatwerk"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/rubyatscale/chatwerk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubyatscale%2Fchatwerk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubyatscale%2Fchatwerk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubyatscale%2Fchatwerk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubyatscale%2Fchatwerk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rubyatscale","download_url":"https://codeload.github.com/rubyatscale/chatwerk/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubyatscale%2Fchatwerk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31011923,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-27T02:33:22.146Z","status":"ssl_error","status_checked_at":"2026-03-27T02:33:21.763Z","response_time":164,"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":[],"created_at":"2025-12-12T07:19:11.707Z","updated_at":"2026-03-27T02:45:45.655Z","avatar_url":"https://github.com/rubyatscale.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Chatwerk\n\nChatwerk provides AI tool integration for the [QueryPackwerk](https://github.com/rubyatscale/query_packwerk) gem. It adds a Model Context Protocol (MCP) server that allows AI tools like Cursor IDE to access information about your Packwerk packages, dependencies, and violations.\n\n\u003e [!NOTE]\n\u003e This is an early prerelease version. We'll continue to update it as we develop. Contributions and feedback are welcome!\n\n## Installation\n\nInstall the gem. \n\nEither add it to your packwerk'd application's Gemfile:\n\n```ruby\n$ bundle add chatwerk\n$ bundle install\n```\n\nOr, install it on its own:\n\n```bash\n$ gem install chatwerk\n```\n\n## Usage\n\n### Starting the MCP Server\n\nYou can test the inspector to see if it's working\n\n```bash\n$ chatwerk inspect\n```\n\n### Connecting with Cursor IDE\n\nTo use Chatwerk with Cursor:\n\n1. In Cursor, open Settings \u003e MCP\n\n2. Add a new MCP connection as a command\n   Name: `chatwerk`\n   Command: `chatwerk mcp`\n\n3. Ask Cursor to check all the tools on packwerk. Give it an example pack name (partial strings work)\n\n### Example Queries for Cursor\n\nOnce connected, you can ask Cursor questions about your Packwerk structure:\n\n- \"What are all the packages in this codebase?\"\n- \"Tell me about the dependencies of package X\"\n- \"What packages depend on package Y?\"\n- \"Show me all the violations for package Z\"\n- \"How difficult would it be to separate package X from its dependencies?\"\n- \"What code patterns are used to access Constant on package Y?\"\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests.\n\nRun `bin/inspect`\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/rubyatscale/chatwerk.\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubyatscale%2Fchatwerk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frubyatscale%2Fchatwerk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubyatscale%2Fchatwerk/lists"}