MCP Writing for VS Code
Set up your MCP Writing prose styleguide directly in VS Code with a guided flow.
What this extension does
- Connects to your running MCP Writing server
- Walks you through styleguide setup with interactive prompts
- Supports project selection when multiple projects are available
- Saves setup configuration through MCP Writing tools
Commands
MCP Writing: Test Server Connection
MCP Writing: Setup Prose Styleguide
MCP Writing: Update Prose Styleguide
MCP Writing: Show Version Info
Requirements
- A running MCP Writing server (default URL:
http://localhost:3000)
- VS Code
1.100.0 or newer
Quick start
- Start your MCP Writing server.
- In VS Code, open Command Palette and run
MCP Writing: Test Server Connection.
- Run
MCP Writing: Setup Prose Styleguide.
- Follow the prompts to complete setup.
Extension settings
mcpWriting.serverUrl: Base URL for MCP Writing server (http://localhost:3000 by default).
Troubleshooting
- If you get
fetch failed, verify the server is running and reachable from VS Code.
- If setup cannot write config, ensure your
WRITING_SYNC_DIR is writable.
Project links
Versioning and build identity
- Extension version comes from
package.json (version) and is what VS Code Marketplace shows.
- Build identity is generated at package/publish time (
scripts/generate-build-info.mjs) and includes:
git_sha
git_branch
build_time_utc
repo_dirty
Use MCP Writing: Show Version Info to see both values in the running extension.
Release model
- Distributed as versioned
.vsix artifacts via GitHub Releases.
- Marketplace publishing is optional and not required for normal releases.
- Release guide:
RELEASING.md.
| |