Graphite
OfficialCreate stacked PRs - smaller and easier to review
Provider:Graphite
Category:Development
Configuration
Add this configuration to your MCP settings file (usually mcp.json or your IDE's MCP configuration):
JSON Configuration
{
"mcpServers": {
"graphite": {
"command": "npx",
"args": [
"-y",
"graphite-mcp"
],
"env": {
"GRAPHITE_TOKEN": "<your-graphite-token>"
}
}
}
}