developer-roadmaps-mcp

yashikota/developer-roadmaps-mcp

3.3

If you are the rightful owner of developer-roadmaps-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Developer Roadmaps MCP Server provides access to developer roadmap content from the roadmap.sh repository through the roadmapsh-txt API.

Tools
  1. list_roadmaps

    Lists all available developer roadmaps from roadmap.sh.

  2. get_roadmap_content

    Fetches the Markdown content for a specific roadmap.

Developer Roadmaps MCP Server

A Model Context Protocol (MCP) server that provides access to developer roadmap content from the roadmap.sh repository through the roadmapsh-txt API.

Deployment URL: https://developer-roadmaps-mcp.yashikota.workers.dev

Features

This MCP server provides two main tools

  1. list_roadmaps /list - List all available developer roadmaps
  2. get_roadmap_content /content?name={roadmap_name} - Fetch detailed Markdown content for specific roadmaps

Tools

list_roadmaps

Lists all available developer roadmaps from roadmap.sh.

Parameters: None

Example Response:

Available roadmaps:
- full-stack
- frontend
- backend
- devops
- ...

get_roadmap_content

Gets the Markdown content for a specific roadmap.

Parameters:

  • name (string, required): Name of the roadmap (e.g., 'full-stack', 'frontend', 'backend', 'devops')

Example Usage:

{
  "name": "full-stack"
}

Returns: The complete Markdown content of the specified roadmap.