Provides an MCP server for accessing C++ programming language documentation from cppreference.com.
This project offers an MCP (Model Context Protocol) server designed to seamlessly integrate C++ documentation from cppreference.com into your development environment. It enables developers to search for C++ documentation and retrieve specific pages, converting them into Markdown for easy consumption. Currently supporting only the stdio transport protocol, it's intended for local execution and is at an early stage of development, offering a foundational tool for enhancing agentic coding workflows with rich C++ context.
주요 기능
010 GitHub stars
02Fetch specific cppreference.com pages and convert content to Markdown
03Supports stdio transport protocol for local server operation
04Search cppreference.com for C++ documentation and retrieve relevant URLs
사용 사례
01Providing C++ context to agentic coding tools and AI assistants
02Integrating C++ documentation lookups directly within an IDE
03Local development and testing of MCP clients interacting with C++ references