Neural
Freeby MCP Community
Neural MCP server — memory tools for Claude, Cursor, and OpenClaw
v0.1.0Added Apr 12, 2026
mcpneuralneutronmemoryAI
Neural MCP Server
Neural MCP server — memory tools for Claude, Cursor, and OpenClaw
Installation
npx -y @neutron_me/neural-mcp
Reviews
Installation
Quick install
npx -y @neutron_me/neural-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"neural": {
"command": "npx",
"args": ["-y", "@neutron_me/neural-mcp"]
}
}
}