Same
Rank #11,924io.github.sgx-labs/same
MCP server providing same capabilities
Same is a Model Context Protocol (MCP) server published by sgx-labs. It ranks #11,924 of 132,046 servers tracked on MCP Toplist, and its repository has 23 GitHub stars. Same is listed across 3 registries — Official MCP, mcp.so and Glama, with 4 tracked versions. It was first listed on Feb 11, 2026 and most recently updated on Mar 20, 2026.
Ranks ahead of 120,122 of 132,046 servers on MCP Toplist.
Use Same
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add same -e "VAULT_PATH=<your VAULT_PATH>" -- npx -y @sgx-labs/same mcpReplace each placeholder with your own value before saving.
[mcp_servers.same]
command = "npx"
args = ["-y", "@sgx-labs/same", "mcp"]
[mcp_servers.same.env]
VAULT_PATH = "<your VAULT_PATH>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"same": {
"command": "npx",
"args": [
"-y",
"@sgx-labs/same",
"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": {
"same": {
"command": "npx",
"args": [
"-y",
"@sgx-labs/same",
"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": {
"same": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@sgx-labs/same",
"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": {
"same": {
"command": "npx",
"args": [
"-y",
"@sgx-labs/same",
"mcp"
],
"env": {
"VAULT_PATH": "<your VAULT_PATH>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"same": {
"command": "npx",
"args": [
"-y",
"@sgx-labs/same",
"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.sgx-labs%2Fsame)<a href="https://mcptoplist.com/server/io.github.sgx-labs%2Fsame"><img src="https://mcptoplist.com/badge/io.github.sgx-labs%2Fsame.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
sgx-labs
Available versions (4)
| Version | Published |
|---|---|
| 0.12.1 | Mar 20, 2026 |
| 0.7.3 | Feb 13, 2026 |
| 0.7.0 | Feb 12, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Same?
- Same is maintained by sgx-labs, which publishes 1 MCP server (4 total versions) tracked on MCP Toplist.
- Is Same listed on the Official MCP Registry?
- Yes — Same is listed on the Official MCP Registry, alongside mcp.so and Glama.
- How many versions does Same have?
- MCP Toplist tracks 4 versions of Same, most recently published on Mar 20, 2026.
- Where can I find the source code for Same?
- The source code for Same is hosted at github.com/sgx-labs/statelessagent.
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.