Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GITHUB_TOKENNoOptional, raises GitHub API rate limit
ROADMAPSH_OWNERNoGitHub owner of the developer-roadmap reponilbuild
ROADMAPSH_BRANCHNodeveloper-roadmap branchmaster
ROADMAPSH_CACHE_DIRNoHTTP cache directory~/.cache/mcp-roadmapsh
ROADMAPSH_STATE_DIRNoProgress state directory~/.local/state/mcp-roadmapsh
ROADMAPSH_TIMEOUT_MSNoHTTP timeout in milliseconds20000
ROADMAPSH_CACHE_TTL_MSNoCache TTL in milliseconds86400000

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
roadmap_diagnoseA

Check connectivity to roadmap.sh and GitHub, and report cache/state status.

roadmap_listA

List all available roadmap slugs (role-based and skill-based).

roadmap_getA

Get a roadmap by slug. format=outline returns a readable topic plan with node ids; format=raw returns the full graph JSON.

roadmap_topicA

Get the markdown content and curated links for one topic of a roadmap (by nodeId from the outline, or by query).

roadmap_searchA

Search roadmap.sh slugs by keyword within a scope (roadmaps, best-practices, question-groups, projects, videos).

roadmap_exportA

Export an entire roadmap as a single markdown document (all topics' content concatenated). includeContent=false returns structure only; maxTopics caps the count.

best_practices_listA

List all best-practice slugs.

best_practices_getA

Get a best-practice guide by slug (outline or raw graph).

questions_listA

List all interview question-group slugs.

questions_getA

Get the interview questions markdown for a question-group slug.

projects_listA

List all practice-project slugs.

project_getA

Get the markdown brief for one practice project by slug.

videos_listA

List all video resource slugs.

progress_markA

Mark a roadmap topic as learning, done, or skip (stored locally).

progress_statusB

Get local progress for a roadmap: counts and completion percent.

progress_nextA

Recommend the next unlearned topic for a roadmap based on local progress.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/aissablk1/mcp-roadmapsh'

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