Graft

Graft

Provides contextual understanding for coding agents, improving efficiency and accuracy.

MCPDevOpen source
Type
MCP
Transport
http
Open source
Yes
GitHub Stars
★ 4.9k
Source
mcp-github

Overview

Graft is an open-source context layer tool designed for large codebases. It accelerates the work of coding agents like Claude Code, Cursor, Codex, and Gemini by building code graphs, reducing the number of tool calls and token consumption while improving correctness. After installing Graft, simply run `graft init` to integrate the context graph into your coding agent. Ideal for developers and teams frequently working with large codebases.

Capabilities

  • Reduces the number of tool calls
  • Saves token consumption
  • Improves execution speed
  • Enhances code understanding

Use cases

Accelerate code generationOptimize code reviewImprove coding agent performanceHandle large codebases

Setup

Requires: Node.jsnpm
npm install -g @nanonets/graft; graft init

This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.

FAQ

What languages does Graft support?

Supports multiple mainstream programming languages.

How do I get started with Graft?

Install the CLI and run `graft init`.

Related skills