Dialogoi
About
An MCP server designed to assist with novel writing, configurable via JSON project files.
Details
- Author
- cedretaber
- Categories
- Productivity, Other
Jump to
Setup
Install Dialogoi in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/cedretaber/dialogoi
Follow the installation instructions in the repository README, then restart your MCP client.
Dialogoi - Novel Writing Support MCP Server
小説執筆を支援するRAG搭載MCP(Model Context Protocol)サーバーです。
- RAG検索: Qdrant + multilingual-e5-small による意味的類似度検索
- 全文検索: 正規表現対応の高速テキスト検索
- ファイルタイプ別検索: 設定ファイル・本文ファイルを区別した検索
- リアルタイム監視: ファイル変更時の自動インデックス更新
- Claude Desktop統合: MCPプロトコルによる完全統合
git clone https://github.com/cedretaber/dialogoi cd dialogoi npm install npm run build
novels/ ├── my_novel/ │ ├── novel.json # プロジェクト設定 │ ├── settings/ # 設定ファイル │ │ ├── characters.md │ │ └── world.md │ └── contents/ # 本文ファイル │ ├── chapter1.md │ └── chapter2.md
{ "title": "私の小説", "author": "作者名", "description": "小説の説明", "settingsDirectories": ["settings"], "contentDirectories": ["contents"], "instructionFiles": ["DIALOGOI.md"] }
{ "mcpServers": { "dialogoi": { "command": "node", "args": ["/path/to/dialogoi/dist/index.js", "--project-root", "/path/to/novels"], "cwd": "/path/to/dialogoi" } } }
- Windows:%APPDATA%\\Claude\\claude_desktop_config.json
- macOS:~/Library/Application Support/Claude/claude_desktop_config.json
- Linux:~/.config/Claude/claude_desktop_config.json
- --project-root <PATH>: 小説プロジェクトのルートディレクトリ
- --qdrant-url <URL>: QdrantサーバーURL(未設定時はDocker自動起動)
- --docker-enabled <true|false>: Docker自動起動の有効/無効
- list_novel_projects: プロジェクト一覧を取得
- get_novel_settings/content/instructions: ファイル内容を取得
- add_novel_setting/content: 新規ファイル作成
- search_novel_text: 統合テキスト検索(正規表現対応)
- search_rag: RAG検索(意味的類似度検索)
- content: 本文ファイルのみ
- settings: 設定ファイルのみ
- both: 両方(デフォルト)
- multilingual-e5-small: 384次元ベクトルによる多言語対応
- Qdrant: 高速ベクトル検索エンジン
- 事前フィルタリング: Qdrant側での高速フィルタリング
- スマートチャンキング: 20%オーバーラップによる文脈保持
- 自動フォールバック: Qdrant利用不可時の詳細なエラーガイダンス
npm run dev # 開発モード npm run build # ビルド npm test # ユニットテスト npm run test:integration # 統合テスト npm run lint # ESLint npm run typecheck # TypeScript型チェック
- Repository Pattern: データアクセス層の抽象化
- Service Pattern: ビジネスロジック層
- Backend Pattern: 検索エンジン抽象化
- 依存性注入: コンストラクタベース
AI-powered reading triage MCP. 26 tools with a 24h burn timer. Read less, absorb more.
Generates professional PDF cover letters using LaTeX. Requires Docker for local execution.
Create and manipulate PowerPoint presentations programmatically using JSON or Markdown.
Remote MCP server for Docsie video-to-docs automation and workspace knowledge search.
Evaluates technical documentation against globalization standards, analyzing for translation issues, ambiguity, and sentence length.
A Model Context Protocol (MCP) server for integrating Google Docs with AI clients.
An MCP server that enables LLMs to create or update Notion pages and generate Markdown Books (mdbooks).
Score, tailor, and edit your resume from Claude Code and any MCP client.
Tailor resumes to job postings, generate cover letters, and export PDFs through AI agents
An MCP server that enhances the Forest application with learning content extraction and summarization capabilities.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




