Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Learn Ml

FreeNot checked

Development with Agentic tools like ADK, MCP, A2A for creating agentic workflows.

GitHubEmbed

About

Development with Agentic tools like ADK, MCP, A2A for creating agentic workflows.

README

Example - 1

A toy project implementing A2A Protocol with Google Agent Development kit on local network

ADK A2A

Example - 2

A toy project implementing MCP (stdio), A2A Protocol with ADK

MCP ADK A2A

Example - 3

Implementing MCP over HTTP transport in previus project

MCP ADK A2A

Scripts

Scripts to run different sections of the project For all the commands below I recommend using different terminals, and start from the root directory.

Bun server for database endpoints

Bun server runs on http://0.0.0.0:3000

cd server
bun dev

Database Agent - CRUD over HTTP

DB Agent is exposed on http://0.0.0.0:8001 via A2A

cd learn_adk
uvicorn db_agent.agent:a2a_app --host 0.0.0.0 --port 8001

Chart Agent - Creates line chart for 2D Data

Chart Agent is exposed on http://0.0.0.0:8002 via A2A

cd learn_adk
uvicorn chart_agent.agent:a2a_app --host 0.0.0.0 --port 8002

File Creation Tool - MCP HTTP Server

File creation MCP server is exposed on http://0.0.0.0:8003 via HTTP transport

cd mcp_server
uv run adk_mcp_http.py

Web Scraper tool STDIO*

Web Scraping MCP server based on standard input output transport !Not required to run on any port since it runs over STDIO

Orchestrator Agent

Agent to orchestrate all the other agents

cd learn_adk
adk run orchestrator

Test agents on web using adk cli, defaults at port 8000

cd learn_adk
adk web

Crafted with ♥️ by Ayush Singh

from github.com/ayushsingh-ayushsingh/learn-ml

Installing Learn Ml

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/ayushsingh-ayushsingh/learn-ml

FAQ

Is Learn Ml MCP free?

Yes, Learn Ml MCP is free — one-click install via Unyly at no cost.

Does Learn Ml need an API key?

No, Learn Ml runs without API keys or environment variables.

Is Learn Ml hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Learn Ml in Claude Desktop, Claude Code or Cursor?

Open Learn Ml on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Learn Ml with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs