ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use AST Cyclomatic Complexity Calculator with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Measure code maintainability by calculating exact cyclomatic complexity using regex-based decision point counting.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 3 capabilities

The complete AST Cyclomatic Complexity Calculator capability set.

These are the exact actions your AI can choose when you ask it to work with AST Cyclomatic Complexity Calculator.

Capability set01 / 01

01-03

3 capabilities in this set.

Part of 3 available through AST Cyclomatic Complexity Calculator.

  1. 01

    Identify refactor candidates

    Identify functions that need refactoring

  2. 02

    Analyze complexity

    Analyze the cyclomatic complexity of source code

  3. 03

    Compare complexity impact

    Compare complexity between two versions of code

Observed, not estimated

622ms average. Fast in production.

AST Cyclomatic Complexity Calculator is checked daily against the live service.

Daily averagePeak 813ms
Aug 20Today
Fastest day
471ms
Slowest day
813ms
14-day trend
Slowing+18%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 3 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of AST Cyclomatic Complexity Calculator, so you can see the experience inside your AI.

It does not authenticate your account with AST Cyclomatic Complexity Calculator. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

AST Cyclomatic Complexity Calculator Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_7bidHq5myx7zxRKoE4VCnLp62IY4gA9ZCwP8xqGB/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — AST Cyclomatic Complexity Calculator capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "ast-cyclomatic-complexity-calculator-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_7bidHq5myx7zxRKoE4VCnLp62IY4gA9ZCwP8xqGB/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions AST Cyclomatic Complexity Calculator owners ask.

  • 01

    How is complexity calculated?

    The capability counts decision points like if, for, while, and logical operators (&&, ||) within a function, then adds 1 to the total count.

  • 02

    What does it mean if a function is a refactor candidate?

    A function is flagged via identify_refactor_candidates when its complexity score exceeds 10, indicating it has too many execution paths and is difficult to maintain.

  • 03

    Can I use this to check for regressions?

    Yes, the compare_complexity_impact capability allows you to compare two code snippets and see if changes increased the complexity or introduced a regression.