Earlier quoted context omitted.
That flaw isn't introduced by the MCP server necessarily it can already be present in the API data it returns, you will never be able to protect yourself against someone injecting a malicious prompt that calls your code eval tool to open up a reverse shell on your MacBook Pro.
that's not the case, MCP has a feature, samplings, that allow MCP servers to run prompts using the client model.
Directory of MCP Servers
61–68 of 68 posts
Re: Directory of MCP Servers
#62I can't wait for first-party remote MCP servers to become more common. Right now we're taking a strange detour of everyone trying to proxy everyone else's APIs and do manual API Key juggling because platforms aren't running their own MCP servers and clients don't support the latest OAuth changes. In a year from now, Github will run a single public Github MCP server that you will connect to via OAuth - you won't need…
> In a year from now, Github will run a single public Github MCP server that you will connect to via OAuth - you won't need to install it locally or faff around with tokens or environment variables at all.
That sounds horrific. GitHub is known for their unreliability and centralizing everything to GitHub which isn't a good idea.
Combining two bad standards (MCP and OAuth) doesn't make remote MCP servers secure either.
Re: Directory of MCP Servers
#63Re: Directory of MCP Servers
#64There's a huge gap in this market for someone who can take these and make them trustworthy. Maybe the OpenRouter of MCP.
Re: Directory of MCP Servers
#65I can't wait for first-party remote MCP servers to become more common. Right now we're taking a strange detour of everyone trying to proxy everyone else's APIs and do manual API Key juggling because platforms aren't running their own MCP servers and clients don't support the latest OAuth changes. In a year from now, Github will run a single public Github MCP server that you will connect to via OAuth - you won't need…
> In a year from now You can get a taste of this already. While they still call it a prototype/beta, Sentry's MCP server [0] is a model for others to follow when it comes to convenience and usefulness. Remote-first with OAuth. The biggest hurdle to using it as-is at the moment, is that most clients don't natively support OAuth yet, so often you'll rely on a local proxy server, like mcp-remote [1], to handle auth. Cli…
Re: Directory of MCP Servers
#66Earlier quoted context omitted.
But the standard servers should be hosted by the service provider, like mcp.slack.com as a counterpart to api.slack.com Why should I be self-hosting ANY local MCP server for accessing an external service?
That is being done as a stop gap until official servers are released. Ideally you are writing a server for your own product/service, or custom local work. i.e. I wrote a server for water.gov to pull the river height prediction nearby for the next 24hr. This helps the campground welcome message writing tool craft a better welcome message. Sure that could be a plain tool call, but why not make it portable into any AI s…
Re: Directory of MCP Servers
#67Re: Directory of MCP Servers
#68Earlier quoted context omitted.
I have an agent that creates new tools here: https://github.com/kordless/gnosis-evolve . I use it with Claude Desktop for a lot of different things, including browsing or searching for content, with the various crawlers that are out now. There's a crawl4ai tool that is pretty useful.
Couldn't you do this without mcp? Could you help me understand the value?