{"id":51509154,"url":"https://github.com/coreui/coreui-docs-mcp","last_synced_at":"2026-07-08T04:01:42.406Z","repository":{"id":369091657,"uuid":"1288400516","full_name":"coreui/coreui-docs-mcp","owner":"coreui","description":"Model Context Protocol server for CoreUI documentation (Bootstrap, React, Vue).","archived":false,"fork":false,"pushed_at":"2026-07-03T15:55:33.000Z","size":65,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-07-03T16:05:38.254Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/coreui.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-07-03T15:04:24.000Z","updated_at":"2026-07-03T15:55:49.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/coreui/coreui-docs-mcp","commit_stats":null,"previous_names":["coreui/coreui-docs-mcp"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/coreui/coreui-docs-mcp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coreui%2Fcoreui-docs-mcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coreui%2Fcoreui-docs-mcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coreui%2Fcoreui-docs-mcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coreui%2Fcoreui-docs-mcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coreui","download_url":"https://codeload.github.com/coreui/coreui-docs-mcp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coreui%2Fcoreui-docs-mcp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35251017,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-08T02:00:06.796Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2026-07-08T04:01:40.944Z","updated_at":"2026-07-08T04:01:42.397Z","avatar_url":"https://github.com/coreui.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @coreui/docs-mcp\n\nA [Model Context Protocol](https://modelcontextprotocol.io) server that brings the\nofficial **CoreUI documentation** into your AI coding tools. Ask your assistant how\nto use a CoreUI component and it answers from the current docs — components, props,\nevents, slots, and examples — instead of stale training data.\n\nCovers **Bootstrap (vanilla), React, and Vue**. Angular is coming.\n\nThe server reads the live documentation from `coreui.io` on demand and caches it\nlocally, so it always reflects the deployed docs without an update.\n\n## Usage\n\nRuns over stdio via `npx` — no install required.\n\n```bash\nnpx @coreui/docs-mcp --framework react\n```\n\n### Claude Code\n\n```bash\nclaude mcp add coreui-docs -- npx -y @coreui/docs-mcp --framework react\n```\n\n### Claude Desktop / Cursor / Windsurf / VS Code\n\nAdd to the MCP servers config (`claude_desktop_config.json`, `.cursor/mcp.json`,\n`.vscode/mcp.json`, …):\n\n```json\n{\n  \"mcpServers\": {\n    \"coreui-docs\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@coreui/docs-mcp\", \"--framework\", \"react\"]\n    }\n  }\n}\n```\n\n## Configuration\n\n| Flag                 | Env                       | Default               | Description                                                                                                                            |\n| -------------------- | ------------------------- | --------------------- | -------------------------------------------------------------------------------------------------------------------------------------- |\n| `--framework \u003clist\u003e` | `COREUI_DOCS_FRAMEWORKS`  | `bootstrap,react,vue` | Enabled editions (comma-separated). The first is the default for tools.                                                                |\n| `--base-url \u003curl\u003e`   | `COREUI_DOCS_BASE_URL`    | `https://coreui.io`   | Origin of the CoreUI site. The `/\u003cframework\u003e/docs` path is appended automatically — override only for a staging or self-hosted mirror. |\n| `--ttl \u003cminutes\u003e`    | `COREUI_DOCS_TTL_MINUTES` | `360`                 | Cache freshness window.                                                                                                                |\n| —                    | `COREUI_DOCS_CACHE_DIR`   | OS cache dir          | On-disk cache location.                                                                                                                |\n\n## Tools\n\n| Tool                        | Description                                                                            |\n| --------------------------- | -------------------------------------------------------------------------------------- |\n| `list_components`           | List documentation pages for a framework, optionally filtered by section or substring. |\n| `search_docs`               | Search the docs and return the best matching pages with URLs.                          |\n| `get_doc_page`              | Fetch the full Markdown of a page by slug, component name, or URL.                     |\n| `get_component_api`         | Structured API (props/events/slots) for a component. Best for React and Vue.           |\n| `get_cross_framework_links` | Documentation URLs for a component across every CoreUI framework.                      |\n\n## Development\n\n```bash\nyarn install\nyarn lint\nyarn format\nyarn typecheck\nyarn test\nyarn build\n```\n\n## License\n\n[MIT](LICENSE) © [CoreUI](https://coreui.io)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoreui%2Fcoreui-docs-mcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoreui%2Fcoreui-docs-mcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoreui%2Fcoreui-docs-mcp/lists"}