← Back to Plugins
MCP Server MCP

Code Analyze MCP

github By github 👁 1 views ▲ 0 votes

MCP server for code structure analysis using tree-sitter.

Homepage Verified source GitHub

Install

mcpb:https://github.com/clouatre-labs/code-analyze-mcp/releases/download/v0.6.0/code-analyze-mcp-0.6.0-aarch64-apple-darwin.mcpb

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/clouatre-labs/code-analyze-mcp/releases/download/v0.6.0/code-analyze-mcp-0.6.0-aarch64-apple-darwin.mcpb",
      "fileSha256": "80e9952491868d9a4dbb6f8c4429524c1756eece0dd2c914da397927339a8f36",
      "transport": {
        "type": "stdio"
      }
    },
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/clouatre-labs/code-analyze-mcp/releases/download/v0.6.0/code-analyze-mcp-0.6.0-aarch64-unknown-linux-musl.mcpb",
      "fileSha256": "aec1e3d66dd767f7432c6b5a8bde6fe98a12a9e7d56566f2b797da01877a7186",
      "transport": {
        "type": "stdio"
      }
    },
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/clouatre-labs/code-analyze-mcp/releases/download/v0.6.0/code-analyze-mcp-0.6.0-x86_64-unknown-linux-musl.mcpb",
      "fileSha256": "c21efc8bc7944f2997d8df414bcc2b37066a561f9169a9bae89d5a259b6d3db9",
      "transport": {
        "type": "stdio"
      }
    }
  ]
}
mcp model-context-protocol mcpb

Comments

Sign in to leave a comment

Loading comments...