Skip to main content

OpenTrace Python agent — maps system architecture, code structure, and service relationships into a knowledge graph

Project description

OpenTrace

PyPI - Version License

Index any codebase into a knowledge graph — then query it with AI via MCP.

OpenTrace parses source code with tree-sitter, extracts classes, functions, imports, and call relationships, and stores the result in an embedded graph database. The graph is queryable through a built-in MCP server, so tools like Claude Code can search, traverse, and understand your codebase structure.

Install

pip install opentraceai

Or run directly with uv:

uvx opentraceai index .

Requires Python 3.12+.

Quick Start

1. Index a codebase

opentraceai index /path/to/repo

This parses every supported file, extracts symbols and relationships, and writes the graph to ./otindex.db.

$ opentraceai index ~/projects/myapp
Opening LadybugDB at ./otindex.db ...
Indexing /home/user/projects/myapp ...
  1284 nodes, 3421 relationships, 187 files, 95 classes, 412 functions
Done in 4.2s.

2. Query via MCP

Start a stdio MCP server against the indexed database:

opentraceai mcp --db ./otindex.db

This exposes graph query tools over stdin/stdout for any MCP-compatible client.

Claude Code

Add OpenTrace to Claude Code as a plugin, or configure it manually in your project's .mcp.json:

{
  "mcpServers": {
    "opentrace": {
      "type": "stdio",
      "command": "uvx",
      "args": ["opentraceai", "mcp", "--db", "./otindex.db"]
    }
  }
}

MCP Tools

Tool Description
search_graph Full-text search across nodes by name or properties
list_nodes List nodes by type (Class, Function, Service, etc.)
get_node Get a node's full details and immediate neighbors
traverse_graph Walk relationships from a node (outgoing, incoming, or both)
get_stats Get graph statistics — node/edge counts broken down by type

Supported Languages

Full extraction (symbols + calls + imports) Structural extraction (symbols only)
Python, TypeScript/JavaScript, Go Rust, Java, Kotlin, C#, C/C++, Ruby, Swift

Config and data files (JSON, YAML, TOML, Protobuf, SQL, GraphQL, Bash) are indexed as file nodes.

CLI Reference

opentraceai index [PATH] [OPTIONS]
Option Default Description
PATH . Directory to index
--db ./otindex.db Database path
--repo-id directory name Repository identifier
--batch-size 200 Items per write batch
-v, --verbose off Debug logging
opentraceai mcp [OPTIONS]
Option Default Description
--db ./otindex.db Database path
-v, --verbose off Debug logging

Part of OpenTrace

This package is the CLI/MCP component of OpenTrace, an open-source platform for mapping system architecture into knowledge graphs. The full project also includes a browser-based graph explorer at oss.opentrace.ai.

License

Apache License 2.0

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

opentraceai-0.3.0rc17.tar.gz (212.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

opentraceai-0.3.0rc17-py3-none-any.whl (115.9 kB view details)

Uploaded Python 3

File details

Details for the file opentraceai-0.3.0rc17.tar.gz.

File metadata

  • Download URL: opentraceai-0.3.0rc17.tar.gz
  • Upload date:
  • Size: 212.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for opentraceai-0.3.0rc17.tar.gz
Algorithm Hash digest
SHA256 91eb000db605a6235a1e4d735746653f64c7c46ef1f2495134acc07a63645111
MD5 fcf3d516f086ef1888009c3936a9a712
BLAKE2b-256 96da79ac99bc3d1e73e7b6e56b1c97c2825bfc6a565f4776842cd12253b2c4c9

See more details on using hashes here.

Provenance

The following attestation bundles were made for opentraceai-0.3.0rc17.tar.gz:

Publisher: publish-dev.yml on opentrace/opentrace

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file opentraceai-0.3.0rc17-py3-none-any.whl.

File metadata

  • Download URL: opentraceai-0.3.0rc17-py3-none-any.whl
  • Upload date:
  • Size: 115.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for opentraceai-0.3.0rc17-py3-none-any.whl
Algorithm Hash digest
SHA256 3b9654195b96098cbd90f085b5a8783860aa5222e637b74439708fb75cd3f861
MD5 7060f6416debd97b07b0b70f3f4cb0d1
BLAKE2b-256 c25de0143c2525a7b0e90a4cb3c8bc1979d17a4f88fe093cb46a9dac88760e3c

See more details on using hashes here.

Provenance

The following attestation bundles were made for opentraceai-0.3.0rc17-py3-none-any.whl:

Publisher: publish-dev.yml on opentrace/opentrace

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page