PluginBench
MCP Server
Active
Apache-2.0

Aptu Coder MCP Server

io.github.clouatre-labs/aptu-coder

What is the Aptu Coder MCP server?

MCP server for code structure analysis using tree-sitter.

How to install Aptu Coder

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": {
    "aptu-coder": {
      "command": "https://github.com/clouatre-labs/aptu-coder/releases/download/v0.22.0/aptu-coder-0.22.0-aarch64-apple-darwin.mcpb",
      "args": []
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "aptu-coder": {
      "command": "https://github.com/clouatre-labs/aptu-coder/releases/download/v0.22.0/aptu-coder-0.22.0-aarch64-apple-darwin.mcpb",
      "args": []
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "aptu-coder": {
      "command": "https://github.com/clouatre-labs/aptu-coder/releases/download/v0.22.0/aptu-coder-0.22.0-aarch64-apple-darwin.mcpb",
      "args": []
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "aptu-coder": {
      "type": "stdio",
      "command": "https://github.com/clouatre-labs/aptu-coder/releases/download/v0.22.0/aptu-coder-0.22.0-aarch64-apple-darwin.mcpb",
      "args": []
    }
  }
}
Claude Code
claude mcp add aptu-coder -- https://github.com/clouatre-labs/aptu-coder/releases/download/v0.22.0/aptu-coder-0.22.0-aarch64-apple-darwin.mcpb

Related MCP servers

MCP server for code structure analysis using tree-sitter.

5
Rust
Apache-2.0
View repository →

Educational MCP server with 17 math/stats tools, visualizations, and persistent workspace

4
Python
View repository →