Clude
Rank #13,404io.github.sebbsssss/clude
Portable agent memory anchored on Solana. Local SQLite + vector recall, open export.
Clude is a Model Context Protocol (MCP) server published by sebbsssss. It ranks #13,404 of 132,345 servers tracked on MCP Toplist, and its repository has 22 GitHub stars. Clude is listed across 2 registries — Official MCP and PulseMCP, with 3 tracked versions. It was first listed on Feb 8, 2026 and most recently updated on Apr 26, 2026.
Ranks ahead of 118,941 of 132,345 servers on MCP Toplist.
Use Clude
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add clude -e "CORTEX_API_KEY=<your CORTEX_API_KEY>" -e "CORTEX_HOST_URL=<your CORTEX_HOST_URL>" -e "CLUDE_WALLET=<your CLUDE_WALLET>" -e "CLUDE_AGENT_NAME=<your CLUDE_AGENT_NAME>" -- npx -y mcp-serve @clude/sdkReplace each placeholder with your own value before saving.
[mcp_servers.clude]
command = "npx"
args = ["-y", "mcp-serve", "@clude/sdk"]
[mcp_servers.clude.env]
CORTEX_API_KEY = "<your CORTEX_API_KEY>"
CORTEX_HOST_URL = "<your CORTEX_HOST_URL>"
CLUDE_WALLET = "<your CLUDE_WALLET>"
CLUDE_AGENT_NAME = "<your CLUDE_AGENT_NAME>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"clude": {
"command": "npx",
"args": [
"-y",
"mcp-serve",
"@clude/sdk"
],
"env": {
"CORTEX_API_KEY": "<your CORTEX_API_KEY>",
"CORTEX_HOST_URL": "<your CORTEX_HOST_URL>",
"CLUDE_WALLET": "<your CLUDE_WALLET>",
"CLUDE_AGENT_NAME": "<your CLUDE_AGENT_NAME>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"clude": {
"command": "npx",
"args": [
"-y",
"mcp-serve",
"@clude/sdk"
],
"env": {
"CORTEX_API_KEY": "<your CORTEX_API_KEY>",
"CORTEX_HOST_URL": "<your CORTEX_HOST_URL>",
"CLUDE_WALLET": "<your CLUDE_WALLET>",
"CLUDE_AGENT_NAME": "<your CLUDE_AGENT_NAME>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"clude": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-serve",
"@clude/sdk"
],
"env": {
"CORTEX_API_KEY": "<your CORTEX_API_KEY>",
"CORTEX_HOST_URL": "<your CORTEX_HOST_URL>",
"CLUDE_WALLET": "<your CLUDE_WALLET>",
"CLUDE_AGENT_NAME": "<your CLUDE_AGENT_NAME>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"clude": {
"command": "npx",
"args": [
"-y",
"mcp-serve",
"@clude/sdk"
],
"env": {
"CORTEX_API_KEY": "<your CORTEX_API_KEY>",
"CORTEX_HOST_URL": "<your CORTEX_HOST_URL>",
"CLUDE_WALLET": "<your CLUDE_WALLET>",
"CLUDE_AGENT_NAME": "<your CLUDE_AGENT_NAME>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"clude": {
"command": "npx",
"args": [
"-y",
"mcp-serve",
"@clude/sdk"
],
"env": {
"CORTEX_API_KEY": "<your CORTEX_API_KEY>",
"CORTEX_HOST_URL": "<your CORTEX_HOST_URL>",
"CLUDE_WALLET": "<your CLUDE_WALLET>",
"CLUDE_AGENT_NAME": "<your CLUDE_AGENT_NAME>"
}
}
}
}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.sebbsssss%2Fclude)<a href="https://mcptoplist.com/server/io.github.sebbsssss%2Fclude"><img src="https://mcptoplist.com/badge/io.github.sebbsssss%2Fclude.svg" alt="MCP Toplist: Top 25% of 132,345" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
sebbsssss
Available versions (3)
| Version | Published |
|---|---|
| 3.0.4 | Apr 26, 2026 |
| 3.0.3 | Apr 20, 2026 |
| 3.0.2 | Apr 20, 2026 |
Frequently asked questions
- Who maintains Clude?
- Clude is maintained by sebbsssss, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is Clude listed on the Official MCP Registry?
- Yes — Clude is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Clude have?
- MCP Toplist tracks 3 versions of Clude, most recently published on Apr 26, 2026.
- Where can I find the source code for Clude?
- The source code for Clude is hosted at github.com/sebbsssss/cludebot.
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.