Live data from Hacker News

MCP server for Ghidra

github.com

21–30 of 77 posts

Re: MCP server for Ghidra

#21
post #10

Which tools can currently invoke MCP? I have read only a little about MCP and got to know that Claude's desktop application is capable of using MCP locally. Are there any chat interfaces which allow using MCP remotely? I would like to be able to specify MCP endpoints and the functions they offer in ChatGPT's, Claude's and Gemini's web interfaces so that I can have them call my servers remotely. A bit like "GPTs" and…

I had the same question as you, and some quick Googling led me to this list here: https://github.com/punkpeye/awesome-mcp-clients

and the list of servers - https://github.com/punkpeye/awesome-mcp-servers

Re: MCP server for Ghidra

#23
post #10

Which tools can currently invoke MCP? I have read only a little about MCP and got to know that Claude's desktop application is capable of using MCP locally. Are there any chat interfaces which allow using MCP remotely? I would like to be able to specify MCP endpoints and the functions they offer in ChatGPT's, Claude's and Gemini's web interfaces so that I can have them call my servers remotely. A bit like "GPTs" and…

Unity, Blender and Photoshop all have rough MCP integrations available. You can find them on GitHub.

Re: MCP server for Ghidra

#24
post #10

Which tools can currently invoke MCP? I have read only a little about MCP and got to know that Claude's desktop application is capable of using MCP locally. Are there any chat interfaces which allow using MCP remotely? I would like to be able to specify MCP endpoints and the functions they offer in ChatGPT's, Claude's and Gemini's web interfaces so that I can have them call my servers remotely. A bit like "GPTs" and…

I use them in Cursor. Writing an MCP server is trivial, just ask Cursor to put one together in TypeScript. You would use your local MCP server to call whatever remote API you want (or perform some other task). The MCP server uses stdin/stdout to talk to Cursor.

Re: MCP server for Ghidra

#28
post #10

Which tools can currently invoke MCP? I have read only a little about MCP and got to know that Claude's desktop application is capable of using MCP locally. Are there any chat interfaces which allow using MCP remotely? I would like to be able to specify MCP endpoints and the functions they offer in ChatGPT's, Claude's and Gemini's web interfaces so that I can have them call my servers remotely. A bit like "GPTs" and…

Block has an open source tool called Goose that invokes MCP. https://block.github.io/goose/

Is there a trick to making it work well? I tried Goose briefly but it seemed very flaky compared to Open Web UI with hand-configured tool calling.

Re: MCP server for Ghidra

#29
post #26

Thought experiment. Suppose all binaries could be instantly reverse engineered to perfection. How would that change security?

Everyone would just replace all their proprietary programs with dumb clients that communicate with a server. Either that, or they'd go all in on homomorphic encryption.
Post reply on HN