MCP Waifu Chat Server
@waifuai
关于 MCP Waifu Chat Server
FastMCP server for conversational AI waifu with user management, dialog CRUD (get/set/reset), OpenRouter API integration, SQLite persistence, and modular extension architecture.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-waifu-chat": {
"command": "python",
"args": [
"-m",
"uv",
"venv",
".venv"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP Waifu Chat Server?
MCP Waifu Chat Server implements a basic MCP server for a conversational AI “waifu” character. It uses the Python MCP library and FastMCP, providing user management, dialog history storage, and chat via the OpenRouter API.
How to use MCP Waifu Chat Server?
Clone the repository, install Python 3.10+ and uv, create a virtual environment, and install dependencies. Configure your OpenRouter API key (via OPENROUTER_API_KEY environment variable or ~/.api-openrouter file) and optional .env settings. Then run uv run mcp-waifu-chat to start the server.
Key features of MCP Waifu Chat Server
- User management (create, check, delete, count)
- Dialog history storage (get, set, reset)
- Chat via OpenRouter API
- SQLite database for persistence
- Modular design for easy extension
- Comprehensive unit tests
Use cases of MCP Waifu Chat Server
- Building a conversational AI character for MCP clients
- Managing multiple user chat sessions with persistent history
- Prototyping and testing waifu chatbot interactions
- Extending the server with custom AI providers or genres
FAQ from MCP Waifu Chat Server
What dependencies are required?
Python 3.10+, uv package manager, and an OpenRouter API key.
How do I configure the API key?
Set the OPENROUTER_API_KEY environment variable, or create a single-line key file at ~/.api-openrouter.
What database is used?
SQLite by default. The database file path is configurable via the DATABASE_FILE environment variable (default dialogs.db).
Can I use a different OpenRouter model?
Yes. Set OPENROUTER_MODEL_NAME environment variable or create ~/.model-openrouter file. Falls back to openrouter/free.
How do I run in production?
Use Gunicorn with Uvicorn workers (e.g., gunicorn --workers 4 --bind 0.0.0.0:8000 mcp_waifu_chat.api:app -k uvicorn.workers.UvicornWorker). Consider PostgreSQL, logging, HTTPS, and a reverse proxy.
AI 与智能体 分类下的更多 MCP 服务器
🔎 GPT Researcher
assafelovicAn autonomous agent that conducts deep research on any data using any LLM providers
MCP-NixOS - Because Your AI Assistant Shouldn't Hallucinate About Packages
utensilsMCP-NixOS - Model Context Protocol Server for NixOS resources
Unreal Engine Generative AI Support Plugin
prajwalshettydevUnreal Engine plugin for LLM/GenAI models & MCP UE5 server. OpenAI GPT-5, Deepseek R1, Claude Opus/Sonnet, Gemini 3, Grok 4, Alibaba Qwen, Kimi, ElevenLabs TTS, Inworld, OpenRouter, Groq, GLM, Ollama, Local, Meshy, Tripo, Hunyuan3D, Rodin, fal, Dashscope, Seedream. NPC AI, agenti
Model Context Protocol for Unreal Engine
chongdashuEnable AI assistant clients like Cursor, Windsurf and Claude Desktop to control Unreal Engine through natural language using the Model Context Protocol (MCP).
MCP Client for Ollama (ollmcp)
joniglHarness the power of local LLMs with this TUI MCP Client for Ollama. Featuring all core MCP primitives (tools, prompts, resources), agent mode, multi-server, model switching, streaming responses, human-in-the-loop, thinking mode, model params config, system prompts, and saved pre
评论