Hacker News new | ask | show | jobs
Show HN: Appctl LLM tools for apps you have (github.com)
1 points by esubaalew 36 days ago
appctl(Appcontrol) uses your exising openai docs or your db and makes MCP tools. U can then connect your favorite LLM and chat either on terminal or web. The idea in mind is to expose actions we make inside any website of our own llm based so that we can ask AI to even submit a new record in our system.
1 comments

appctl can work in simple steps. appctl setup; and then appctl chat; to chat in termianl or appctl serve to chat on the web