sdirishguy/MCPHelperSublimePlugin
Sublime Text Plugin which connects to a local Model Context Protocol (MCP) server for AI-powered code generation, review, refactoring, and translation using OpenAI or Gemini.
Platform-specific configuration:
{
"mcpServers": {
"MCPHelperSublimePlugin": {
"command": "npx",
"args": [
"-y",
"MCPHelperSublimePlugin"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...