"MCP Server que permite a un agente de IA ejecutar operaciones en GitHub usando lenguaje natural"
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"shakatoti1618-agent-": {
"command": "npx",
"args": [
"-y",
"shakatoti1618-wq/shakatoti1618-agent-pi5-henry-jonathan-heredia-"
]
}
}
}
Run in terminal:
claude mcp add shakatoti1618-agent- npx -y shakatoti1618-wq/shakatoti1618-agent-pi5-henry-jonathan-heredia-
Add to .cursor/mcp.json:
{
"mcpServers": {
"shakatoti1618-agent-": {
"command": "npx",
"args": [
"-y",
"shakatoti1618-wq/shakatoti1618-agent-pi5-henry-jonathan-heredia-"
]
}
}
}