Home › Databases & Data › clude
clude
Portable agent memory anchored on Solana. Local SQLite + vector recall, open export.
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 3.0.4)
npx -y @clude/[email protected]
Or add to your MCP client config:
{
"mcpServers": {
"clude": {
"command": "npx",
"args": [
"-y",
"@clude/[email protected]"
],
"env": {
"CORTEX_API_KEY": "<YOUR_VALUE>",
"CORTEX_HOST_URL": "<YOUR_VALUE>",
"CLUDE_WALLET": "<YOUR_VALUE>",
"CLUDE_AGENT_NAME": "<YOUR_VALUE>"
}
}
}
}
CORTEX_API_KEYrequired secret — Clude API key from https://clude.io/registerCORTEX_HOST_URL— Clude host URL (defaults to https://clude.io)CLUDE_WALLET— Solana wallet public key used to sign and anchor memories (optional but recommended)CLUDE_AGENT_NAME— Human-readable name for this agent instance
This server takes extra arguments — see its repository.
Related servers
dbx
Query databases from AI agents using connections configured in DBX.
MCP Toolbox for Databases
MCP Toolbox for Databases enables your agent to connect to your database.
baserow
Baserow database integration with table search, list, and row create, read, update, and delete capabilities.
mcp-server-chart
A Model Context Protocol server for generating charts using AntV.
vizro
Tools and templates to create validated and maintainable data charts and dashboards.
DBHub
Token-efficient database MCP server for PostgreSQL, MySQL, MariaDB, SQL Server, Oracle, SQLite
Data from the Official MCP Registry