MCP-Server-Understanding

lls-design/MCP-Server-Understanding
★ 0 stars Python Code/Dev Tools Updated 8d ago
An MCP server.
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": {
    "mcp-server-understan": {
      "command": "uvx",
      "args": [
        "mcp-server-understanding"
      ]
    }
  }
}

Or install with pip: pip install mcp-server-understanding

README Excerpt

This repository contains the artifact for our large-scale study of privilege usage in Model Context Protocol (MCP) servers. The analysis combines CodeQL static analysis with LLM-assisted classification to identify privilege-sensitive APIs, authorization mechanisms, and permission transparency issues in MCP tools.

Tools (3)

CODEQL_PATHGEMINI_KEYGITHUB_TOKEN