MCP C++ SDK - Model Context Protocol implementation in CPP with enterprise-grade security, visibility and connectivity.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"gopher-mcp": {
"command": "npx",
"args": [
"-y",
"GopherSecurity/gopher-mcp"
]
}
}
}
Run in terminal:
claude mcp add gopher-mcp npx -y GopherSecurity/gopher-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"gopher-mcp": {
"command": "npx",
"args": [
"-y",
"GopherSecurity/gopher-mcp"
]
}
}
}