OpenRouterのAPIと連携するModel Context Protocol (MCP) サーバーです。このプロジェクトは、AI アシスタントがOpenRouterAPIを使用してWeb検索を行うことができるインターフェースを提供します。
{
"mcpServers": {
"fastmcp-openrouter": {
"command": "npx",
"args": [
"-y",
"fastmcp-openrouter-server"
]
}
}
}