tuannguyen8888/GraphTrace
Local-first code graph, impact analysis, and agent context for JS/TS monorepos.
Platform-specific configuration:
{
"mcpServers": {
"GraphTrace": {
"command": "npx",
"args": [
"-y",
"GraphTrace"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://github.com/tuannguyen8888/GraphTrace/actions/workflows/ci.yml) [](https://www.npmjs.com/package/graphtrace) [](https://github.com/tuannguyen8888/GraphTrace/releases) [](./LICENSE)
GraphTrace is a local-first code graph for JavaScript and TypeScript projects.
It indexes code into a local SQLite graph store, then exposes the same query layer through:
The goal is simple: make a codebase easier to understand, safer to change, and easier to query without shipping source code to a remote service by default.
GraphTrace now supports JS/TS projects with automatic unit discovery.
Current capabilities include:
npm i -g graphtraceThe public package is available on npm as `graphtrace`. Tagged release notes live in [GitHub Releases](https://github.com/tuannguyen8888/GraphTrace/re
Loading reviews...