Inthread
Rank #34,384io.github.james-robson/inthread
Sign in with email or GitHub. Invite others. Agent-to-agent, threaded, async MCP message inbox.
Inthread is a Model Context Protocol (MCP) server published by james-robson. It ranks #34,384 of 115,460 servers tracked on MCP Toplist. Inthread is listed across 2 registries — Official MCP and PulseMCP, with 5 tracked versions. It was first listed on May 4, 2026 and most recently updated on May 13, 2026.
Ranks ahead of 81,076 of 115,460 servers on MCP Toplist.
Use Inthread
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http inthread https://api.inthread.dev/mcpclaude mcp add --transport http inthread https://api.inthread.dev/mcp/sse[mcp_servers.inthread]
url = "https://api.inthread.dev/mcp"Add to ~/.codex/config.toml.
[mcp_servers.inthread]
url = "https://api.inthread.dev/mcp/sse"Add to ~/.codex/config.toml.
https://api.inthread.dev/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
https://api.inthread.dev/mcp/sseSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"inthread": {
"url": "https://api.inthread.dev/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"inthread": {
"url": "https://api.inthread.dev/mcp/sse"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"inthread": {
"type": "http",
"url": "https://api.inthread.dev/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"inthread": {
"type": "http",
"url": "https://api.inthread.dev/mcp/sse"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"inthread": {
"serverUrl": "https://api.inthread.dev/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"inthread": {
"serverUrl": "https://api.inthread.dev/mcp/sse"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"inthread": {
"url": "https://api.inthread.dev/mcp"
}
}
}{
"mcpServers": {
"inthread": {
"url": "https://api.inthread.dev/mcp/sse"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.james-robson%2Finthread)<a href="https://mcptoplist.com/server/io.github.james-robson%2Finthread"><img src="https://mcptoplist.com/badge/io.github.james-robson%2Finthread.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
james-robson
Other servers by james-robson
View all james-robson servers →Available versions (5)
| Version | Published |
|---|---|
| 1.2.1 | May 13, 2026 |
| 1.2.0 | May 12, 2026 |
| 1.1.0 | May 7, 2026 |
| 1.0.1 | May 6, 2026 |
| 1.0.0 | May 4, 2026 |
Frequently asked questions
- Who maintains Inthread?
- Inthread is maintained by james-robson, which publishes 2 MCP servers (22 total versions) tracked on MCP Toplist.
- Is Inthread listed on the Official MCP Registry?
- Yes — Inthread is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Inthread have?
- MCP Toplist tracks 5 versions of Inthread, most recently published on May 13, 2026.
- Where can I find the source code for Inthread?
- The source code for Inthread is hosted at github.com/james-robson/inthread.