Back to Browse

Elite Reasoning MCP Server

Developer ToolsUse Caution4.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Evidence-gated verification, selection, and measurement MCP for coding agents.

About

Evidence-gated verification, selection, and measurement MCP for coding agents.

Security Report

4.2
Use Caution4.2High Risk

This is a well-structured MCP server for code verification and reasoning with proper layered architecture and intentional access controls. The codebase demonstrates mature security practices including privacy redaction, data sanitization, and credential handling via environment variables. Minor code quality concerns exist (broad exception handling, some logging patterns) but do not indicate security vulnerabilities. Permissions align with the server's stated purpose of static analysis, code verification, and memory management. Supply chain analysis found 9 known vulnerabilities in dependencies (1 critical, 7 high severity). Package verification found 1 issue.

4 files analyzed · 15 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

database

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

~/.elite-reasoning/brainOptional

Environment variable: ELITE_BRAIN_DIR

coreOptional

Environment variable: ELITE_TOOL_PROFILE

metadataOptional

Environment variable: ELITE_TELEMETRY_MODE

unsetOptional

Environment variable: ELITE_ALLOW_RAW_TELEMETRY

unsetOptional

Environment variable: ELITE_ALLOW_RAW_PROMPT_STORAGE

localhost onlyOptional

Environment variable: ELITE_SYNC_ALLOWED_HOSTS

unsetOptional

Environment variable: ELITE_SYNC_ALLOW_NETWORK

unsetOptional

Environment variable: ELITE_SYNC_ALLOW_OUTBOUND

unsetOptional

Environment variable: ELITE_SYNC_BIND_ALL_INTERFACES

unsetOptional

Environment variable: SYNC_USER_KEYS_JSON

single-userOptional

Environment variable: SYNC_SINGLE_USER_ID

unsetOptional

Environment variable: ELITE_SYNC_ENABLE_LLM_JUDGE

0Optional

Environment variable: ELITE_ENABLE_LEGACY_INTERCEPTOR

(built-in)Optional

Environment variable: ELITE_GEMINI_BASE_URL

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-snehgabani-elite-reasoning-mcp": {
      "env": {
        "ELITE_BRAIN_DIR": "your-elite-brain-dir-here",
        "ELITE_TOOL_PROFILE": "your-elite-tool-profile-here",
        "SYNC_SINGLE_USER_ID": "your-sync-single-user-id-here",
        "SYNC_USER_KEYS_JSON": "your-sync-user-keys-json-here",
        "ELITE_TELEMETRY_MODE": "your-elite-telemetry-mode-here",
        "ELITE_GEMINI_BASE_URL": "your-elite-gemini-base-url-here",
        "ELITE_SYNC_ALLOWED_HOSTS": "your-elite-sync-allowed-hosts-here",
        "ELITE_SYNC_ALLOW_NETWORK": "your-elite-sync-allow-network-here",
        "ELITE_ALLOW_RAW_TELEMETRY": "your-elite-allow-raw-telemetry-here",
        "ELITE_SYNC_ALLOW_OUTBOUND": "your-elite-sync-allow-outbound-here",
        "ELITE_SYNC_ENABLE_LLM_JUDGE": "your-elite-sync-enable-llm-judge-here",
        "ELITE_ALLOW_RAW_PROMPT_STORAGE": "your-elite-allow-raw-prompt-storage-here",
        "ELITE_SYNC_BIND_ALL_INTERFACES": "your-elite-sync-bind-all-interfaces-here",
        "ELITE_ENABLE_LEGACY_INTERCEPTOR": "your-elite-enable-legacy-interceptor-here"
      },
      "args": [
        "-y",
        "telemetry-ui"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!