mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-06-14 07:13:35 +08:00
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:
parent
54578415cd
commit
5df520658a
@ -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"],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user