What is the io.github.wazionapps/nexo MCP server?
Cognitive memory for AI agents. Atkinson-Shiffrin, RAG, knowledge graph. 100+ tools.
How to install io.github.wazionapps/nexo
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"nexo": {
"command": "npx",
"args": [
"-y",
"nexo-brain"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"nexo": {
"command": "npx",
"args": [
"-y",
"nexo-brain"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"nexo": {
"command": "npx",
"args": [
"-y",
"nexo-brain"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"nexo": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"nexo-brain"
]
}
}
}Claude Code
claude mcp add nexo -- npx -y nexo-brainRelated MCP servers
244 WhatsApp Business AI tools for messaging, automation, marketing, CRM and Shopify
View repository →