Writing MCP for Windsurf
io.github.hannasdev/mcp-writing
Metadata-first fiction editing and reasoning tools for long-form writing projects.
client:Windsurf
transport:stdio
runtime:npm
Install Writing MCP in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"mcp-writing": {
"command": "npx",
"args": [
"-y",
"@hanna84/mcp-writing"
],
"env": {
"WRITING_SYNC_DIR": "<WRITING_SYNC_DIR>",
"DB_PATH": "<DB_PATH>",
"OWNERSHIP_GUARD_MODE": "<OWNERSHIP_GUARD_MODE>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs