Open-source MCP server and AI skill for technical debt, recurring issues, project knowledge graphs, cross-project dependencies, real-time agent handoffs, change context, and collaborative software engineering.
View on GitHub →
🔍 Audit Wallet Slippage →
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": {
"que-paso-ayer": {
"command": "npx",
"args": [
"-y",
"franmelx/que-paso-ayer"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add que-paso-ayer npx -y franmelx/que-paso-ayer
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"que-paso-ayer": {
"command": "npx",
"args": [
"-y",
"franmelx/que-paso-ayer"
]
}
}
}
📋 Copy
Topics
ai-agents developer-tools devops incident-management knowledge-graph mcp model-context-protocol software-architecture team-collaboration technical-debt