Uses OpenAI models for AI-powered tag generation, relationship analysis, and semantic search capabilities through configurable model selection for both chat and embeddings.
Stores character data, knowledge facts, and relationship information with connection pooling and vector embeddings support for semantic search functionality.
Writer MCP
A Model Context Protocol (MCP) server for managing character knowledge and relationships in creative writing projects.
Features
Character management with rich descriptions and metadata
Knowledge facts storage with semantic search capabilities
Character relationship tracking and analysis
AI-powered tag generation and relationship analysis
Vector embeddings for semantic search
PostgreSQL backend with connection pooling
Related MCP server: MCP Outline Server
Installation
Configuration
Copy .env.example to .env and configure your settings:
Edit .env with your database and API credentials:
Usage
启动服务器
可用工具
create_character - 创建新角色
search_characters - 搜索角色
add_character_fact - 添加角色事实
search_facts - 搜索事实
generate_character_tags - 生成角色标签
analyze_character_relationships - 分析角色关系
Development
Project Structure
License
MIT License - see LICENSE file for details.