Allows code analysis and repository evaluation capabilities as demonstrated in the example command 'Analyze https://github.com/BenderV/autochat'.
Provides repository analysis capabilities for quality assessment, topic identification, and package usage as shown in the server description.
Referenced as a required integration with API key setup, and mentioned in code structure as a provider integration for the chat system.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@DARPEnginefind MCP servers for analyzing GitHub repositories"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
DARPEngine
The MCP searchengine for DARP.
DARPEngine stores metadata for MCP servers hosted online and provides smart search capabilites.
Features
Simple CLI
API access to search
MCP tool to retrieve search results for connecting manually
Routing MCP tool based on the server: answer any question using the tools found for the user's request
Coming soon
Support for
.well-known/mcp.jsonCrawler
Nice frontend
Hosted version
Validate different levels of SSL certificates and integrate this info smarly to make sensitive MCP servers difficult to spoof
Related MCP server: mcp-registry-server
Installation
Getting started
You can connect the DARPEngine to an MCP Client (e.g. Claude Desktop or Cursor) using mcp tools provided. Just select SSE mode & specify http://localhost:4689/sse as the endpoint.
Direct CLI use
Another way is to use CLI. Most of the scripts work with just standard Python libraries, but routing tool requires mcp package, you can install script requirements like this:
When installation is over we can use the scripts.
To begin with it we need to add some MCP servers to the engine, e.g:
Then we can make the requests:
You can get more useful results with the routing tool:
Of course, the usefulness of the result depends on the MCP servers you connect to the engine.
Get help and support
Please feel free to connect with us using the discussion section.
Contributing
Follow us on X: https://x.com/DARP_AI
License
The DARPEngine codebase is under MIT license.