NEXUS — god-tier MCP server giving agentic CLI coding agents deep code intelligence, change-impact awareness, persistent memory, engineered context, verified execution, and deterministic orchestration. 31 tools, 20+ languages, zero native dependencies.
View on GitHub →
🔍 Audit Wallet Slippage →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"nexus-mcp-server": {
"command": "npx",
"args": [
"-y",
"Senpai-Sama7/nexus-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add nexus-mcp-server npx -y Senpai-Sama7/nexus-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"nexus-mcp-server": {
"command": "npx",
"args": [
"-y",
"Senpai-Sama7/nexus-mcp-server"
]
}
}
}