-
ollama-mcp-bridge
Bridge between Ollama and MCP servers, enabling local LLMs to use Model Context Protocol tools
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Created a list of remote MCP servers here so people can keep track of new releases - https://github.com/jaw9c/awesome-remote-mcp-servers
-
You can probably achieve what you want with https://github.com/simonw/llm and a little bit of command line.
Not sure what OS you're on, but in Windows it might look like this:
FOR %%F IN (*.txt) DO (TYPE "%%F" | llm -s "execute this prompt" >> "output.txt)
-
(We've since changed the title above. Corporate press release titles are rarely a good fit for HN and we usually change them.
https://hn.algolia.com/?dateRange=all&page=0&prefix=true&sor...)
-
That github issue is closed because it's been mostly completed. As of https://github.com/modelcontextprotocol/modelcontextprotocol..., the latest draft specification does not require the resource server to act as or poxy to the IdP. It just hasn't made its way to a ratified spec yet, but SDKs are already implementing the draft.
Related posts
-
I benchmarked Python AI-app security scanners. Here's what each catches.
-
Your text file is the prompt now: LLM's shebang trick
-
Show HN: GoModel – an open-source AI gateway in Go; 44x lighter than LiteLLM
-
3 AIs Reviewed the Same Codebase. They Disagreed on 2 Findings. That is the Point.
-
Show HN: GenAI Prompts as "Native" Programs