Skip to content
Zed

Bareun — Korean NLP & Spell/Grammar Checking for Zed

ai.bareun/bareun

Korean NLP MCP server: morphological analysis, tokenization, spell & grammar checking (Bareun)

client:Zed transport:streamable-http

Install Bareun — Korean NLP & Spell/Grammar Checking in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "bareun": {
      "url": "https://api.bareun.ai/mcp"
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Bareun — Korean NLP & Spell/Grammar Checking in other clients