Developer Roadmaps MCP Server
Returns roadmap content in Markdown format, enabling formatted display of developer roadmap information.
Provides access to developer roadmap content from roadmap.sh, allowing users to list available developer roadmaps and fetch detailed Markdown content for specific roadmaps.
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., "@Developer Roadmaps MCP Servershow me the frontend developer roadmap"
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.
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
list_roadmaps
/list- List all available developer roadmapsget_roadmap_content
/content?name={roadmap_name}- Fetch detailed Markdown content for specific roadmaps
Related MCP server: Instruction MCP Server
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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceEnables AI agents to fetch, search, and retrieve markdown content from remote Git repositories. Supports both public and private repositories with authentication, allowing AI assistants to access documentation and notes stored in Git.Last updatedMIT
- Alicense-qualityDmaintenanceServes markdown instructions as tools to provide LLMs with team playbooks, coding standards, domain knowledge, and personal workflows through version-controlled files.Last updated13MIT
- Alicense-qualityDmaintenanceProvides direct access to local documentation files through simple search and overview tools, enabling LLMs to query project-specific markdown documentation without requiring vector databases or RAG pipelines.Last updatedMIT
- Alicense-qualityDmaintenanceProvides access to markdown documentation for local NPM, Go, and PyPi packages as MCP resources or tools. It enables informed code generation by surfacing documentation directly from a project's working directory.Last updatedMIT
Related MCP Connectors
Web scraping for AI agents. Converts URLs to clean, LLM-ready Markdown with anti-bot bypass.
Provides AI assistants with direct access to Mapbox developer APIs and documentation.
Provide your AI coding tools with token-efficient access to up-to-date technical documentation for…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/a-kaibu/developer-roadmaps-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server