MCPServers
OpenRouter Conversation Manager - MCP server logo

OpenRouter Conversation Manager

0
0

Summary

MCP Conversation Server provides a standardized interface for managing conversations with OpenRouter's language models. It enables applications to create and manage multiple conversations, send messages with streaming support, and persist conversation state to the filesystem. Built with TypeScript and the OpenAI SDK, it features automatic token counting, context window management, and support for various models including Claude 3 Opus, Claude 3 Sonnet, and Llama 2 70B. The server loads configuration from YAML files, handles error states appropriately, and is particularly valuable for developers who need a unified conversation management system across different AI models without managing provider-specific implementations.

Available Actions(3)

create-conversation

Create a new conversation with the specified OpenRouter model. Parameters: provider (always 'openrouter'), model (string), title (optional string)

send-message

Send a message to a specific conversation. Parameters: conversationId (string), content (string), stream (optional boolean)

list-conversations

List all active conversations with optional filters. Parameters: filter (optional object with model, startDate, endDate)

Last Updated: April 17, 2025

コミュニティレビュー

0.0
0 レビュー
5
0
4
0
3
0
2
0
1
0

まだレビューはありません. 最初のレビューを投稿しましょう!

会話に参加するにはサインインしてください

Coming soon to
HighlightHighlight AI

言語

TypeScript

カテゴリ

タグ