A Model Context Protocol (MCP) client that enables AI assistants like Cursor to interact with DocuWriter.ai for documentation generation and space management. Features - User Management: Get user information and authentication status - Space Management: List and search documentation spaces - Document Search: Search within specific documentation spaces - Code Generation: Generate documentation, tests, and optimizations for source code - Multi-File Documentation: Generate comprehensive documentation for multiple source files with token validation - Complete CRUD Operations: Create, read, update, and delete documents in spaces
This config will be passed to Cursor on install. Inspect `command`, `args`, and `env` before continuing.
{
"env": {
"DOCUWRITER_API_TOKEN": "your_token_here"
},
"args": [
"--yes",
"@docuwriter-ai/mcp-client@latest",
"start"
],
"command": "npx"
}