Add NEXUS to mcp-configs/mcp-servers.json (local cost/privacy proxy) (#2125)

* Add NEXUS to mcp-configs/mcp-servers.json

NEXUS (github.com/lynuxis2026-pixel/nexus-proxy) is a local, single-binary
cost/privacy proxy that sits under the harness. Adding it as an MCP server lets
an ECC agent query its own usage/savings mid-session (nexus_stats, nexus_savings,
nexus_recent, nexus_providers, nexus_cost_breakdown).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

* Tighten nexus MCP description to ECC's concise house style

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

---------

Co-authored-by: ludicolijn1985-blip <ludicolijn1985@gmail.com>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
lynuxis2026-pixel 2026-06-07 07:26:27 +02:00 committed by GitHub
parent 54578415cd
commit 5df520658a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,10 @@
{
"mcpServers": {
"nexus": {
"command": "nexus",
"args": ["mcp"],
"description": "Local cost/privacy proxy - query your own usage & savings, route to the cheapest capable model, and mask secrets/PII before egress (nexus_stats, nexus_savings, nexus_recent, nexus_providers, nexus_cost_breakdown)"
},
"jira": {
"command": "uvx",
"args": ["mcp-atlassian==0.21.0"],