| ▲ | nostrebored 2 hours ago | |||||||
What about remote MCPs lend themselves to security? For instance, do you think that it is more secure than a traditional endpoint? | ||||||||
| ▲ | turlockmike 2 hours ago | parent [-] | |||||||
MCPs are basically just JSON-rpc. The benefit is that if you have applications that require an API key, you can build a server to control access (especially for enterprise). It's the same as REST apis, except by following a specific convention we can take advantage of generic tools (like the one I built) and means you don't need to rely on poor documentations to connect or train a model to use your very specific CLI. | ||||||||
| ||||||||