Developer Research MCP Server
@ali-nr
Developer Research MCP Server について
MCP server for developer research tasks
基本情報
設定
ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Developer Research MCP Server?
A Model Context Protocol (MCP) server that provides structured web search capabilities for AI agents and development tools. It initially uses OpenRouter for its search functionality and is built with an extensible architecture to support additional research providers in the future.
How to use Developer Research MCP Server?
Install Node.js v18+, clone the repository, run npm install and npm build, then configure environment variables (e.g., OPENROUTER_API_KEY) in a .env file. The server communicates over stdio and can be integrated into clients like Roo Code by adding its configuration to .roo/mcp.json.
Key features of Developer Research MCP Server
- Web search via providers like OpenRouter.
- Optimized for technical and software development content.
- Extensible architecture for multiple research providers.
- Reliable error handling and retry mechanisms.
- Returns structured JSON results.
Use cases of Developer Research MCP Server
- AI agents performing real-time web searches for technical queries.
- Developers retrieving up-to-date documentation or code examples.
- Integrating web research into automated development workflows.
- Querying focused technical or development-oriented search results.
FAQ from Developer Research MCP Server
What tools does this server provide?
It provides one tool: search_web, which performs a web search and returns results in a structured JSON format.
What parameters does the search_web tool accept?
It accepts a required query string, an optional num_results (1–10, default 5), and an optional focus (values: "technical", "development", or "general", default "technical").
How do I add a new research provider?
The modular architecture allows adding providers by implementing a common interface; each provider becomes a distinct module independent of others.
What environment variables are required?
OPENROUTER_API_KEY is required for the OpenRouter provider. OPENROUTER_API_URL is optional and defaults to https://openrouter.ai/api/v1.
How is the server installed and configured?
Clone the repo, run npm install and npm build, create a .env file with your API key, then point the client (e.g., Roo Code) to the built index.js with the environment loaded.
「データと分析」の他のコンテンツ
🪐✨ Jupyter MCP Server
datalayer🪐 🔧 Model Context Protocol (MCP) Server for Jupyter.
Bright Data MCP
brightdata-comA powerful Model Context Protocol (MCP) server that provides an all-in-one solution for public web access.
Bright Data MCP
luminati-ioA powerful Model Context Protocol (MCP) server that provides an all-in-one solution for public web access.
Google Ads MCP
cohnenAn MCP tool that connects Google Ads with Claude AI/Cursor and others, allowing you to analyze your advertising data through natural language conversations. This integration gives you access to campaign information, performance metrics, keyword analytics, and ad management—all th
MCP Simple PubMed
andybrandtMCP server for searching and querying PubMed medical papers/research database
コメント