Skip to main content
Glama

Developer Roadmaps MCP Server

by yashikota

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.

-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Provides access to developer roadmap content from roadmap.sh, allowing users to list available roadmaps and fetch detailed Markdown content for specific career paths.

  1. Features
    1. Tools
      1. list_roadmaps
      2. get_roadmap_content

    Related MCP Servers

    • -
      security
      A
      license
      -
      quality
      A server that provides structured access to markdown documentation from NPM packages, Go Modules, or PyPi packages, enabling informed code generation by exposing these docs as resources or tools.
      Last updated -
      1
      TypeScript
      MIT License
    • -
      security
      F
      license
      -
      quality
      Provides access to NFTGo's Developer API for retrieving NFT collection details, asset information, market data, wallet information, and search capabilities on the Ethereum blockchain.
      Last updated -
      2
      4
      TypeScript
    • -
      security
      F
      license
      -
      quality
      Provides comprehensive tools for interacting with the Shortcut API, enabling developers to manage stories, comments, projects, and analyze Loom videos for debugging insights.
      Last updated -
      TypeScript
    • A
      security
      A
      license
      A
      quality
      Provides seamless access to TomTom's location services including search, routing, traffic and static maps data, enabling easy integration of precise geolocation data into AI workflows and development environments.
      Last updated -
      10
      66
      23
      TypeScript
      Apache 2.0

    View all related MCP servers

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/yashikota/developer-roadmaps-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server