M
Mcpp Start
现代C++启动! - `import std`
Created 2/4/2026
Updated about 21 hours ago
Quick Setup
Installation guide for this server
Installation Command (package not published)
git clone https://github.com/mcpp-community/mcpp-start
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.
Cursor configuration (mcp.json)
{
"mcpServers": {
"mcpp-community-mcpp-start": {
"command": "git",
"args": [
"clone",
"https://github.com/mcpp-community/mcpp-start"
]
}
}
}