MCP Server
Active
Apache-2.0
Code Analyze MCP MCP Server
io.github.clouatre-labs/code-analyze-mcp
What is the Code Analyze MCP MCP server?
MCP server for code structure analysis using tree-sitter.
How to install Code Analyze MCP
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"code-analyze-mcp": {
"command": "https://github.com/clouatre-labs/code-analyze-mcp/releases/download/v0.6.0/code-analyze-mcp-0.6.0-aarch64-apple-darwin.mcpb",
"args": []
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"code-analyze-mcp": {
"command": "https://github.com/clouatre-labs/code-analyze-mcp/releases/download/v0.6.0/code-analyze-mcp-0.6.0-aarch64-apple-darwin.mcpb",
"args": []
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"code-analyze-mcp": {
"command": "https://github.com/clouatre-labs/code-analyze-mcp/releases/download/v0.6.0/code-analyze-mcp-0.6.0-aarch64-apple-darwin.mcpb",
"args": []
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"code-analyze-mcp": {
"type": "stdio",
"command": "https://github.com/clouatre-labs/code-analyze-mcp/releases/download/v0.6.0/code-analyze-mcp-0.6.0-aarch64-apple-darwin.mcpb",
"args": []
}
}
}Claude Code
claude mcp add code-analyze-mcp -- https://github.com/clouatre-labs/code-analyze-mcp/releases/download/v0.6.0/code-analyze-mcp-0.6.0-aarch64-apple-darwin.mcpbRelated MCP servers
Aptu Coder
Active
MCP server for code structure analysis using tree-sitter.
5
View repository →Rust
Apache-2.0
Math MCP Learning
Active
Educational MCP server with 17 math/stats tools, visualizations, and persistent workspace
4
View repository →Python