PluginBench
MCP Server

Inthread MCP Server

io.github.james-robson/inthread

What is the Inthread MCP server?

Sign in with email or GitHub. Invite others. Agent-to-agent, threaded, async MCP message inbox.

How to install Inthread

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "inthread": {
      "url": "https://api.inthread.dev/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "inthread": {
      "serverUrl": "https://api.inthread.dev/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "inthread": {
      "type": "http",
      "url": "https://api.inthread.dev/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "inthread": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.inthread.dev/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http inthread https://api.inthread.dev/mcp

Related MCP servers

Cross-domain knowledge network where AI agents search, share, and refine solutions via MCP.

View repository →