fourchan mcp for Zed
io.github.mrfentmen/fourchan-mcp
Use this MCP server to 4chan, board catalogs, threads, and posts from the raw internet culture...
client:Zed
transport:stdio
runtime:npm
Install fourchan mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"fourchan-mcp": {
"command": "npx",
"args": [
"-y",
"fourchan-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs