Smart Connections
Rank #30,720io.github.gogogadgetbytes/smart-connections
MCP server providing smart-connections capabilities
Smart Connections is a Model Context Protocol (MCP) server published by gogogadgetbytes. It ranks #30,720 of 132,113 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. Smart Connections is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Jan 28, 2026 and most recently updated on Feb 3, 2026.
Ranks ahead of 101,393 of 132,113 servers on MCP Toplist.
Use Smart Connections
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add smart-connections -e "VAULT_PATH=<your VAULT_PATH>" -- npx -y @gogogadgetbytes/smart-connections-mcpReplace each placeholder with your own value before saving.
[mcp_servers.smart-connections]
command = "npx"
args = ["-y", "@gogogadgetbytes/smart-connections-mcp"]
[mcp_servers.smart-connections.env]
VAULT_PATH = "<your VAULT_PATH>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"smart-connections": {
"command": "npx",
"args": [
"-y",
"@gogogadgetbytes/smart-connections-mcp"
],
"env": {
"VAULT_PATH": "<your VAULT_PATH>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"smart-connections": {
"command": "npx",
"args": [
"-y",
"@gogogadgetbytes/smart-connections-mcp"
],
"env": {
"VAULT_PATH": "<your VAULT_PATH>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"smart-connections": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@gogogadgetbytes/smart-connections-mcp"
],
"env": {
"VAULT_PATH": "<your VAULT_PATH>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"smart-connections": {
"command": "npx",
"args": [
"-y",
"@gogogadgetbytes/smart-connections-mcp"
],
"env": {
"VAULT_PATH": "<your VAULT_PATH>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"smart-connections": {
"command": "npx",
"args": [
"-y",
"@gogogadgetbytes/smart-connections-mcp"
],
"env": {
"VAULT_PATH": "<your VAULT_PATH>"
}
}
}
}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.gogogadgetbytes%2Fsmart-connections)<a href="https://mcptoplist.com/server/io.github.gogogadgetbytes%2Fsmart-connections"><img src="https://mcptoplist.com/badge/io.github.gogogadgetbytes%2Fsmart-connections.svg" alt="MCP Toplist: Top 25% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
gogogadgetbytes
Other servers by gogogadgetbytes
View all gogogadgetbytes servers →Available versions (2)
| Version | Published |
|---|---|
| 0.2.0 | Feb 3, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Smart Connections?
- Smart Connections is maintained by gogogadgetbytes, which publishes 2 MCP servers (4 total versions) tracked on MCP Toplist.
- Is Smart Connections listed on the Official MCP Registry?
- Yes — Smart Connections is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Smart Connections have?
- MCP Toplist tracks 2 versions of Smart Connections, most recently published on Feb 3, 2026.
- Where can I find the source code for Smart Connections?
- The source code for Smart Connections is hosted at github.com/gogogadgetbytes/smart-connections-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.