Writing MCP✓
io.github.hannasdev/mcp-writing · v3.5.5
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.hannasdev/mcp-writing",
"description": "Metadata-first fiction editing and reasoning tools for long-form writing projects.",
"title": "Writing MCP",
"repository": {
"url": "https://github.com/hannasdev/mcp-writing",
"source": "github"
},
"version": "3.5.5",
"websiteUrl": "https://hannasdev.github.io/mcp-writing/",
"packages": [
{
"registryType": "npm",
"identifier": "@hanna84/mcp-writing",
"version": "3.5.5",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Path to the manuscript sync folder that mcp-writing indexes and edits.",
"isRequired": true,
"format": "filepath",
"placeholder": "/path/to/your/scrivener-sync",
"name": "WRITING_SYNC_DIR"
},
{
"description": "Optional path for the SQLite index database used by the server.",
"format": "filepath",
"placeholder": "/path/to/writing.db",
"name": "DB_PATH"
},
{
"description": "Startup ownership policy for sync-folder files.",
"default": "warn",
"choices": [
"warn",
"fail"
],
"name": "OWNERSHIP_GUARD_MODE"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}