Hacker News new | ask | show | jobs
by itsdrewmiller 204 days ago
Is your execute bash command tool open source? It sounds like it solves two of my biggest frustrations with Claude code (especially with work trees).
1 comments

It's at https://github.com/brianluft/arcadia and the actual MCP server is at https://github.com/brianluft/arcadia/tree/main/server/src. If not suitable as-is, you can probably get Claude to repackage or tweak the code for your needs. The project has a .NET component for the SQL tool that isn't used at all for bash execution; only the Node.js server is needed for the bash tool.