merQato.digital

Repository Intelligence

Built for operational clarity

Open-source repository tracker for humans and AI agents.

Track GitHub repositories, license posture, stack details, disk footprint, hardware needs, quick-start commands, and MCP-readable metadata in one shared repository intelligence workspace.

Beta Preview

Repository Intake

Add a repository

Backed by Lovable Cloud
0 of 0
Loading…

Connect your agents

MCP and AI agent integrations

Connect Claude through MCP, ChatGPT through OpenAPI Actions, Hermes and Ollama through tool calling, or any web agent through the REST interface. Every integration works against the same repository data.

Claude Desktop and Claude Code speak MCP natively. Add this server and the repository tools become available to the agent.

// Claude Desktop → Settings → Developer → Edit Config
{
  "mcpServers": {
    "merqato-tracker": {
      "url": "https://your-host/api/mcp"
    }
  }
}

// Claude Code
claude mcp add --transport http merqato-tracker https://your-host/api/mcp