{
  "name": "Atractio Agent MCP Hub",
  "version": "1.0.0",
  "base_url": "https://agent.atractio.lol",
  "auth": {
    "type": "bearer",
    "header": "Authorization",
    "env": "AGENT_MCP_TOKEN"
  },
  "recommended_entrypoint": "https://agent.atractio.lol/mcp/about",
  "servers": [
    {
      "id": "about",
      "name": "Atractio MCP Hub Docs",
      "url": "https://agent.atractio.lol/mcp/about",
      "sse_url": "https://agent.atractio.lol/mcp/about/sse",
      "transport": "sse",
      "purpose": "Explains available MCP servers and returns ready-to-use client configs."
    },
    {
      "id": "memory",
      "name": "Mnemosyne",
      "url": "https://agent.atractio.lol/mcp/memory",
      "sse_url": "https://agent.atractio.lol/mcp/memory/sse",
      "transport": "sse",
      "purpose": "Shared long-term memory for agents."
    },
    {
      "id": "search",
      "name": "SearXNG",
      "url": "https://agent.atractio.lol/mcp/search",
      "sse_url": "https://agent.atractio.lol/mcp/search/sse",
      "transport": "sse",
      "purpose": "Web search through self-hosted SearXNG."
    },
    {
      "id": "docs",
      "name": "Context7 / Docs RAG",
      "url": "https://agent.atractio.lol/mcp/docs",
      "sse_url": "https://agent.atractio.lol/mcp/docs/sse",
      "transport": "sse",
      "purpose": "Fresh documentation lookup."
    },
    {
      "id": "code",
      "name": "Serena",
      "url": "https://agent.atractio.lol/mcp/code",
      "sse_url": "https://agent.atractio.lol/mcp/code/sse",
      "transport": "sse",
      "purpose": "Semantic code navigation and code editing."
    },
    {
      "id": "repo",
      "name": "Repomix",
      "url": "https://agent.atractio.lol/mcp/repo",
      "sse_url": "https://agent.atractio.lol/mcp/repo/sse",
      "transport": "sse",
      "purpose": "Repository packing for LLM context."
    },
    {
      "id": "git",
      "name": "Forgejo",
      "url": "https://agent.atractio.lol/mcp/git",
      "sse_url": "https://agent.atractio.lol/mcp/git/sse",
      "transport": "sse",
      "purpose": "Forgejo repositories, issues and pull requests."
    }
  ]
}
