★ 0 stars
Go
💻 Code/Dev Tools
Updated today
An agent-native GitHub CLI: every gh command + cross-org rollups, FTS, local SQLite store, and an MCP server with code orchestration over 819 endpoints
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"github-pp-cli": {
"command": "go",
"args": [
"run",
"github.com/cpard/github-pp-cli@latest"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add github-pp-cli go run github.com/cpard/github-pp-cli@latest
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"github-pp-cli": {
"command": "go",
"args": [
"run",
"github.com/cpard/github-pp-cli@latest"
]
}
}
}
📋 Copy
Topics
agent-tools cli github golang mcp printing-press