OpenRouter Agents MCP Server
@wheattoast11
关于 OpenRouter Agents MCP Server
A multi-agent research MCP server + mini client adapter - orchestrates a net of async agents or streaming swarm to conduct ensemble consensus-backed research. Each task builds its own indexed pglite database on the fly in web assembly. Includes semantic + hybrid search, SQL execu
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"openrouter-deep-research-mcp": {
"command": "npx",
"args": [
"@terminals-tech/openrouter-agents",
"--stdio"
]
}
}
}工具
26Async research (returns job_id)
Sync research with streaming
Parallel batch queries
Context-aware follow-up
Unified entrypoint (auto-routes)
Hybrid BM25+vector search
Index or SQL query
SQL SELECT with params
Get report by ID
List recent reports
Named save points
Create alternate timeline
Explore knowledge graph
Find node clusters
Importance rankings
List rails, tunnels, routes, consensus
Detailed rail/tunnel config
All defined routes
Active agent-to-agent tunnels
Streaming consensus sessions
Health check
Full diagnostics
Check async job
Current timestamp
Math evaluation
Available tools
概览
What is OpenRouter Agents MCP Server?
OpenRouter Agents MCP Server is a production-grade MCP server for multi-agent AI research and synthesis. It orchestrates parallel research agents using OpenRouter’s model API, providing planning, parallelization, and synthesis capabilities.
How to use OpenRouter Agents MCP Server?
Install via npx @terminals-tech/openrouter-agents --stdio (default STDIO transport) and set the OPENROUTER_API_KEY environment variable. Configuration can be provided via .env or .mcp.json file. For HTTP transport, add the --http flag.
Key features of OpenRouter Agents MCP Server
- Plans, parallelizes, and synthesizes multi-agent AI research.
- Embeds query vectors to route models without an LLM call.
- Persistent knowledge base with PGlite and pgvector.
- Circuit breaker for model API fault tolerance.
- Rail Protocol for bidirectional agent communication.
- Session time-travel with undo, redo, and fork.
Use cases of OpenRouter Agents MCP Server
- Decompose complex research queries into parallel sub-tasks.
- Synthesize results from multiple agents with citations.
- Persist and search research reports and knowledge graphs.
- Backend for AI assistants requiring multi-step reasoning.
- Integrate with MCP-compatible clients like Claude, Jan AI, and Continue.
FAQ from OpenRouter Agents MCP Server
What is the default transport?
STDIO is the default transport per MCP spec. Use the --http flag explicitly for HTTP mode.
Does it require an API key?
Yes, OPENROUTER_API_KEY is required. Key rotation and cooldown are supported via optional configuration variables.
Does data persist across sessions?
Yes, reports, jobs, and the knowledge graph persist by default. Set DB_AUTO_HEAL=true for in-memory mode (no persistence).
What models are supported?
Two tiers: high‑cost (e.g., Claude Sonnet 4.5, GPT‑5.2) and low‑cost (e.g., Gemini Flash, DeepSeek). Models are selected via embedding‑based routing.
Is it compliant with the MCP specification?
Yes, it complies with MCP Specification 2025‑11‑25 (Stable) and supports core features like Tools, Resources, Prompts, and SEP extensions.
数据与分析 分类下的更多 MCP 服务器
HubSpot MCP Server
peakmojoA Model Context Protocol (MCP) server that enables AI assistants to interact with HubSpot CRM data, providing built-in vector storage and caching mechanisms help overcome HubSpot API limitations while improving response times.
Bright Data MCP
brightdata-comA powerful Model Context Protocol (MCP) server that provides an all-in-one solution for public web access.
Salesforce MCP Server
tsmztechSalesforce MCP Server
🎓 Semantic Scholar MCP Server
JackKuo666🔍 This project implements a Model Context Protocol (MCP) server for interacting with the Semantic Scholar API. It provides tools for searching papers, retrieving paper and author details, and fetching citations and references.
mcp-simple-arxiv
andybrandtTool to work with arXiv, provide LLM with ability to search and read papers from there
评论