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.
Latest Blog Posts
- 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