mcp-polinizacion-cruzada

KaisoDiego/mcp-polinizacion-cruzada
★ 0 stars Python AI/LLM Updated today
MCP server exposing cross-pollination tools for software architecture — connects Claude Desktop and CrewAI to the same server
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-polinizacion-cru": {
      "command": "uvx",
      "args": [
        "mcp-polinizacion-cruzada"
      ]
    }
  }
}

Or install with pip: pip install mcp-polinizacion-cruzada

README Excerpt

This project implements a Model Context Protocol (MCP) server that exposes three specialized tools for a software-engineering cross-pollination workflow: **Abstract → Compare → Implement** The same MCP server can be consumed by different compatible clients. The experiment uses the server from two different contexts to explore how capabilities can be decoupled from the agent or client that consumes them.