Add security settings for MCP servers #648
Replies: 4 comments 1 reply
|
I started drafting the GitHub issue for this request, but it quickly became clear that contributors would struggle to complete it in that form. Instead, I spun up a draft feature branch based on my ticket. Take a look here: The idea for this improvement is that we let the user can control what tool the AI can execute automatically and what tool need the human approve
Let me know if it works. Thank you! |
|
Hi @h8ghbzc9bbr8c7 , I merged this branch to the main branch. Let me know if it works for you. |
|
Thanks, this works and is really helpful! I had something different in my mind which may result from my limitted search for or understanding of MPT servers. I understand that common open-sourve MTP servers allow to specify a directory under which they work. This is one security border. But to fulfil this and for operations within this directory I have to trust the MTP-Server and its security implementation. What I meant was a second security border insider of Askimo: When adding a MTP server I meant adding a list of radio buttons which select which operations (read, write, create) Askimo will send to the MPT-Server. For example: I add a filesystem MTP-Server and enable in Askimo only "read". Then I would expect that Askimo itself does not even pass a write request to the server. But maybe this is overkill... Thanks again, I really like Askimo! |




Uh oh!
There was an error while loading. Please reload this page.
I understand that MCP servers should ensure security (allowed path, reading/writing allowness) on their own. But IMHO it would be helpful when askimo would - as a kind of double border - allow to set for an added MCP server what operations are allowed (read, write). I am not sure whether this belongs in an harness but I would expect such a setting.
All reactions