reach
Rank #26,189Delistedio.github.las7/mcp
No registry has listed this server since Aug 13, 2026. The historical record below is preserved.
Pastebin for AI agents: share & hand off versioned markdown/HTML docs via a URL. No account.
reach is a Model Context Protocol (MCP) server published by las7. It ranks #26,189 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. MCP Toplist tracks 2 versions of reach. It is no longer listed by any tracked registry (last seen Aug 13, 2026); its historical record is preserved here.
Ranks ahead of 89,402 of 115,591 servers on MCP Toplist.
Use reach
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http las7 https://reachpad.dev/mcpclaude mcp add las7 -e "REACH_BASE_URL=<your REACH_BASE_URL>" -e "REACH_WRITE_TOKEN=<your REACH_WRITE_TOKEN>" -e "REACH_READ_TOKEN=<your REACH_READ_TOKEN>" -e "REACH_ACTOR=<your REACH_ACTOR>" -- npx -y @reachpad/mcpReplace each placeholder with your own value before saving.
[mcp_servers.las7]
url = "https://reachpad.dev/mcp"Add to ~/.codex/config.toml.
[mcp_servers.las7]
command = "npx"
args = ["-y", "@reachpad/mcp"]
[mcp_servers.las7.env]
REACH_BASE_URL = "<your REACH_BASE_URL>"
REACH_WRITE_TOKEN = "<your REACH_WRITE_TOKEN>"
REACH_READ_TOKEN = "<your REACH_READ_TOKEN>"
REACH_ACTOR = "<your REACH_ACTOR>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://reachpad.dev/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"las7": {
"command": "npx",
"args": [
"-y",
"@reachpad/mcp"
],
"env": {
"REACH_BASE_URL": "<your REACH_BASE_URL>",
"REACH_WRITE_TOKEN": "<your REACH_WRITE_TOKEN>",
"REACH_READ_TOKEN": "<your REACH_READ_TOKEN>",
"REACH_ACTOR": "<your REACH_ACTOR>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"las7": {
"url": "https://reachpad.dev/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"las7": {
"command": "npx",
"args": [
"-y",
"@reachpad/mcp"
],
"env": {
"REACH_BASE_URL": "<your REACH_BASE_URL>",
"REACH_WRITE_TOKEN": "<your REACH_WRITE_TOKEN>",
"REACH_READ_TOKEN": "<your REACH_READ_TOKEN>",
"REACH_ACTOR": "<your REACH_ACTOR>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"las7": {
"type": "http",
"url": "https://reachpad.dev/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"las7": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@reachpad/mcp"
],
"env": {
"REACH_BASE_URL": "<your REACH_BASE_URL>",
"REACH_WRITE_TOKEN": "<your REACH_WRITE_TOKEN>",
"REACH_READ_TOKEN": "<your REACH_READ_TOKEN>",
"REACH_ACTOR": "<your REACH_ACTOR>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"las7": {
"serverUrl": "https://reachpad.dev/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"las7": {
"command": "npx",
"args": [
"-y",
"@reachpad/mcp"
],
"env": {
"REACH_BASE_URL": "<your REACH_BASE_URL>",
"REACH_WRITE_TOKEN": "<your REACH_WRITE_TOKEN>",
"REACH_READ_TOKEN": "<your REACH_READ_TOKEN>",
"REACH_ACTOR": "<your REACH_ACTOR>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"las7": {
"url": "https://reachpad.dev/mcp"
}
}
}{
"mcpServers": {
"las7": {
"command": "npx",
"args": [
"-y",
"@reachpad/mcp"
],
"env": {
"REACH_BASE_URL": "<your REACH_BASE_URL>",
"REACH_WRITE_TOKEN": "<your REACH_WRITE_TOKEN>",
"REACH_READ_TOKEN": "<your REACH_READ_TOKEN>",
"REACH_ACTOR": "<your REACH_ACTOR>"
}
}
}
}Replace each placeholder with your own value before saving.
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.las7%2Fmcp)<a href="https://mcptoplist.com/server/io.github.las7%2Fmcp"><img src="https://mcptoplist.com/badge/io.github.las7%2Fmcp.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
las7
Other servers by las7
View all las7 servers →Available versions (2)
| Version | Published |
|---|---|
| 2.0.2 | Jun 20, 2026 |
| 2.0.1 | Jun 20, 2026 |
Frequently asked questions
- Who maintains reach?
- reach is maintained by las7, which publishes 4 MCP servers (4 total versions) tracked on MCP Toplist.
- Is reach listed on the Official MCP Registry?
- reach is not currently listed on the Official MCP Registry.
- How many versions does reach have?
- MCP Toplist tracks 2 versions of reach, most recently published on Jun 20, 2026.
- Where can I find the source code for reach?
- The source code for reach is hosted at github.com/las7/reach.