-
QuestionAre there any plans or discussions to implement MCP server support for Snipe-IT? This would enable users to interact with their asset inventory through AI assistants using natural language, such as:
ContextI'm exploring the possibility of implementing an MCP wrapper for Snipe-IT for my own use, but wanted to check if there are any official plans before starting. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi! We are definitely not currently exploring anything to facilitate AI. While we're not actively doing anything to prevent it, we're not huge fans over here. The natural language part could be handled with a small set of We do know there are some Laravel packages that are trying to introduce AI into Laravel projects, so you might take a peek at those. |
Beta Was this translation helpful? Give feedback.
Hi! We are definitely not currently exploring anything to facilitate AI. While we're not actively doing anything to prevent it, we're not huge fans over here. The natural language part could be handled with a small set of
str_replace()statements versus the earth-melting AI stuff, but hey, it's open source, so do your thing :)We do know there are some Laravel packages that are trying to introduce AI into Laravel projects, so you might take a peek at those.