Google PageRank for AI agents. 25,000+ tools indexed.

EBConlin/daedalus

Score: 49.6 Rank #79

Extends ToolMaker to auto-discover tasks from Jupyter notebooks and output tools as MCP servers + ToolUniverse wrappers

Overview

EBConlin/daedalus is a MCP server. Extends ToolMaker to auto-discover tasks from Jupyter notebooks and output tools as MCP servers + ToolUniverse wrappers

Ranked #79 out of 104 indexed tools.

Actively maintained with commits in the last week.

Ecosystem

No license

Score Breakdown

StarsFreshnessIssue HealthContributorsDependents
Stars 15% 1

1 stars → early stage

Freshness 25% 1d ago

Last commit 1d ago → actively maintained

Issue Health 25% 50%

No issues filed → no history to score

Contributors 10% 1

1 contributor → solo project

Dependents 25% 0

No dependents → no downstream usage

Forks 0
Description Good
License None

Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →

How to Improve

Description low impact

Expand your description to 150+ characters for better discoverability

License low impact

Add an MIT or Apache-2.0 license to signal trust and enable adoption

Contributors medium impact

Single-contributor projects carry bus-factor risk — welcoming contributors boosts confidence

Badge

AgentRank score for EBConlin/daedalus
[![AgentRank](https://agentrank-ai.com/api/badge/tool/EBConlin--daedalus)](https://agentrank-ai.com/tool/EBConlin--daedalus/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge)
<a href="https://agentrank-ai.com/tool/EBConlin--daedalus/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge"><img src="https://agentrank-ai.com/api/badge/tool/EBConlin--daedalus" alt="AgentRank"></a>

Embed Widget docs →

Embed a rich score widget on your site or blog.

<script src="https://agentrank-ai.com/embed.js" data-tool="EBConlin/daedalus"></script>

Matched Queries

"mcp server""mcp-server"

From the README

# Daedalus

**Daedalus** extends [ToolMaker](https://github.com/KatherLab/ToolMaker) to automatically discover tasks from Jupyter notebooks and output tools as MCP servers and ToolUniverse wrappers.

## What it does

Given a GitHub repository URL, Daedalus:

1. **Discovers** notebooks and infers task specifications (`task.yaml`)
2. **Builds** the tool using ToolMaker's self-correction loop (Docker-isolated)
3. **Wraps** the result as an [MCP server](https://modelcontextprotocol.io/) and/or a [ToolUniverse](https://github.com/KatherLab/ToolUniverse) tool

```bash
uv run python -m toolmaker auto <GITHUB_URL> --name <tool> --output-mcp
```

## Architecture

```
GitHub Repo
    │
    ▼
DISCOVER ─── analyze_repo() → parse_notebook() → generate_task_spec() → task.yaml
    │
    ▼
BUILD ─────── install (Docker) → create (LLM loop) → validate (tests)
    │
    ▼
WRAP ──────── wrap_as_mcp() → *_mcp.py
              generate_tooluniverse_tool() → *_tu.py + *_config.json
```

## Quick Start

```b
Read full README on GitHub →
Are you the maintainer of EBConlin/daedalus?

Claim this listing to add a tagline, mark deprecation status, and get a verified maintainer badge.

Claim this tool →

Get the weekly AgentRank digest

Top movers, new tools, ecosystem insights — straight to your inbox.