MCP Directory
Back

abcoder

by cloudwego · Go · ★ 381

deep, reliable and confidential coding-context

#ai-agent#ai-coding#ast#context-engineer#lsp#mcp-server

Install

go install github.com/cloudwego/abcoder@latest

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "abcoder": {
      "command": "npx",
      "args": [
        "-y",
        "github:cloudwego/abcoder"
      ]
    }
  }
}

From the README

ABCoder, an AI-oriented Code-processing **Framework**, is designed to enhance and extend the coding context for Large-Language-Model (LLM), finally boosting the development of AI-assisted-programming applications. - Universal Abstract-Syntax-Tree (UniAST), a language-independent, AI-friendly specification of code information, providing a boundless, flexible and structural coding context for both AI and humans. - General Parser, parses arbitrary-language codes to UniAST. - General Writer transforms UniAST back to code. - **Code-Retrieval-Augmented-Generation (Code-RAG)**, provides a set…
Read full README on GitHub →

Related ai & ml servers