MCP Conversation Server
Overview
MCP Conversation Server is a Model Context Protocol (MCP) server implementation designed for managing conversations with OpenRouter's language models, providing a standardized interface for applications to interact with various language models through a unified conversation management system.
To use the MCP Conversation Server, install it via npm and configure it using a YAML file. Start the server by importing it in your application and running it with the provided configuration.
- Full MCP protocol compliance with resource management and discovery. - Integration with OpenRouter models for real-time streaming responses. - Support for managing multiple conversations with message history tracking. - File system persistence for conversation state management.
- Managing conversations with various language models in real-time.
- Building chat applications that require context-aware interactions.
- Implementing AI-driven customer support systems.
Add to your AI client
Use these steps to connect MCP Conversation Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"mcp-conversation-server-bsmi021": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-conversation-server-bsmi021"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"mcp-conversation-server-bsmi021": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-conversation-server-bsmi021"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"mcp-conversation-server-bsmi021": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-conversation-server-bsmi021"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"mcp-conversation-server-bsmi021": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-conversation-server-bsmi021"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-conversation-server-bsmi021": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-conversation-server-bsmi021"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"mcp-conversation-server-bsmi021": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-conversation-server-bsmi021"
]
}
}
}FAQ
Can I use any language model with MCP Conversation Server?
Yes! It supports all models available in OpenRouter's catalog.
How do I configure the server?
Configuration is done via a YAML file where you can set your OpenRouter API key and model settings.
Is there support for error handling?
Yes! The server includes error handling and recovery features.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":1297,"uuid":"5d146f9a-b940-4450-b384-d632ba4a50f1","name":"mcp-conversation-server","title":"MCP Conversation Server","description":null,"avatar_url":"https://avatars.githubusercontent.com/u/5215575?v=4","created_at":"2025-02-20T14:39:33.707+00:00","updated_at":"2025-02-23T07:12:22.725+00:00","status":"created","author_name":"bsmi021","author_avatar_url":"https://avatars.githubusercontent.com/u/5215575?v=4","tags":"mcp,conversation-server,language-models","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/bsmi021/mcp-conversation-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]