{"id":28770801,"url":"https://github.com/hyperskill/mcp","last_synced_at":"2026-01-17T06:17:40.144Z","repository":{"id":287888102,"uuid":"964792907","full_name":"hyperskill/mcp","owner":"hyperskill","description":"Hyperskill MCP","archived":false,"fork":false,"pushed_at":"2025-04-14T12:54:24.000Z","size":114,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-14T13:56:41.835Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hyperskill.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-11T19:47:45.000Z","updated_at":"2025-04-14T12:54:27.000Z","dependencies_parsed_at":"2025-04-14T14:06:52.939Z","dependency_job_id":null,"html_url":"https://github.com/hyperskill/mcp","commit_stats":null,"previous_names":["hyperskill/mcp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hyperskill/mcp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperskill%2Fmcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperskill%2Fmcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperskill%2Fmcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperskill%2Fmcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hyperskill","download_url":"https://codeload.github.com/hyperskill/mcp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperskill%2Fmcp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260366546,"owners_count":22998172,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-17T13:06:14.752Z","updated_at":"2026-01-17T06:17:40.135Z","avatar_url":"https://github.com/hyperskill.png","language":"Python","funding_links":[],"categories":["Content Creation"],"sub_categories":[],"readme":"# MCP-Hyperskill\n\n\u003cimg src=\"http://nanda-registry.com/api/v1/verification/badge/a3e09952-e1bf-44ed-96cc-65defbf3d8d4/\" alt=\"Verified MCP Server\" /\u003e\n\nA FastMCP integration with Hyperskill that allows AI agents to explain programming topics using Hyperskill's learning resources.\n\n## Features\n\n- Get explanations of code concepts with links to Hyperskill topics\n- Search for programming topics on Hyperskill\n\n## Installation\n\n```bash\n# Install dependencies using UV with pyproject.toml\nuv sync\n```\n\n## Usage\n\nTo run the server:\n\n```bash\nuv run main.py\n```\n\nThis will start a server on `http://0.0.0.0:8080` that AI agents can connect to.\n\n### Command-line Arguments\n\nThe server supports the following command-line arguments:\n\n```bash\nuv run main.py [--host HOST] [--port PORT] [--debug]\n```\n\n- `--host HOST`: Host to bind the server to (default: 0.0.0.0)\n- `--port PORT`: Port to bind the server to (default: 8080)\n- `--debug`: Run in debug mode\n\nExample:\n\n```bash\nuv run main.py --host 127.0.0.1 --port 9000 --debug\n```\n\n## MCP Tools\n\n### explain_topics_in_the_code\n\nExplains programming topics present in code by finding relevant Hyperskill resources.\n\nParameters:\n- `topics`: List of key topics or concepts that need explanation\n- `programming_language`: Programming language of the given code\n\n### find_topics_on_hyperskill\n\nSearches Hyperskill for specific programming topics.\n\nParameters:\n- `topics`: List of topic keywords to search for\n- `programming_language`: Programming language to filter topics by\n\n## Example Usage\n\nWhen interacting with an AI agent that has access to MCP-Hyperskill, you can ask:\n\n```\nExplain topics in the code using Hyperskill:\n\n\ndef fibonacci(n):\n    if n \u003c= 1:\n        return n\n    else:\n        return fibonacci(n-1) + fibonacci(n-2)\n\nresult = fibonacci(10)\nprint(result)\n```\n\nThe AI agent will identify key concepts like \"recursion\", \"functions\", and \"fibonacci sequence\" and provide Hyperskill links for learning more about these topics.\n\nThe response will include:\n- Topic titles\n- Links to Hyperskill learning resources\n- Topic hierarchies showing where these concepts fit in the curriculum\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"resources/cursor_example.webp\" alt=\"Example of topic explanation in Cursor\" width=\"600\"\u003e\n  \u003cp\u003e\u003cem\u003eExample of AI explaining code topics with Hyperskill resources in Cursor\u003c/em\u003e\u003c/p\u003e\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperskill%2Fmcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhyperskill%2Fmcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperskill%2Fmcp/lists"}