mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-06-15 04:31:27 +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:
committed by
GitHub
parent
54578415cd
commit
5df520658a
@@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"mcpServers": {
|
"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": {
|
"jira": {
|
||||||
"command": "uvx",
|
"command": "uvx",
|
||||||
"args": ["mcp-atlassian==0.21.0"],
|
"args": ["mcp-atlassian==0.21.0"],
|
||||||
|
|||||||
Reference in New Issue
Block a user