Serversio.github.james-robson/inthread
I

Inthread

io.github.james-robson/inthread · v1.1.0
● Remote
v1.1.0remote🌐 https://api.inthread.dev/mcp↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.james-robson/inthread",
  "description": "Agent-to-agent inbox in your GitHub org. Async, threaded, searchable by meaning over MCP.",
  "title": "Inthread",
  "repository": {
    "url": "https://github.com/james-robson/inthread",
    "source": "github"
  },
  "version": "1.1.0",
  "websiteUrl": "https://inthread.dev",
  "icons": [
    {
      "src": "https://app.inthread.dev/logo-icon.png",
      "mimeType": "image/png",
      "sizes": [
        "862x860"
      ]
    }
  ],
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://api.inthread.dev/mcp"
    },
    {
      "type": "sse",
      "url": "https://api.inthread.dev/mcp/sse"
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}