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.mcpbRelated MCP servers
Code Analyze MCP
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