OXP – Run your MCP and Extensions with one command once and will work in all your IDEs
Hi Everyone,
I am the founder and creator of OXP, that is designed to use WASM and WASI to allow extensions to be build once, in any language from TypeScript, Java, or Rust and run it across all IDEs, VS Code, JetBrains, Cursor and Neovim.
The idea came from frustration of trying to build a private extension that can serve personal needs and to be more efficient in development and then we end up building OXP.
It was to build one extension to run across all IDEs and eliminate the need to build 5 to 6 versions for the same extension to run it in all,
it complies your extension logic in one WASM model and use bidirectional IPC bridge to translate native IDE API calls on the fly.
The MCP, it was completely a fix based on OXP architecture, as OXP allows one command and your MCP is running with your AI directly without configuration as OXP handles the hustle and configurations, as one command can run across all IDEs.
I wanted to share my architecture and we welcome any feedback from any kinds, so that we continue to improve it.
Thank you all for your support.