MCP server for Decoder - static call graph analysis for Python
Project description
mcp-server-decoder
MCP server for Decoder, a static call graph analysis for Python codebases. Provides a pre-indexed topoloy for LLMs to use while searching codebases. Unlike grep, focused on text matches, decoder navigates call graphs and reduces token usage, while improving latency
With decoder:
Without decoder:
Usage
MCP Server
cd your-project
pip install mcp-server-decoder
decoder index .
claude mcp add decoder -- mcp-server-decoder
Verify it's connected. In Claude, run:
/mcp
# then, "MCP Status"
You should see decoder listed with its available tools.
Tools Available
| Tool | Parameters | Description |
|---|---|---|
decoder_callers |
name |
Find what calls a function |
decoder_callees |
name |
Find what a function calls |
decoder_trace |
name, max_depth? |
Trace full call tree |
decoder_find |
query, type? |
Search for symbols |
decoder_stats |
- | View index statistics |
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mcp_server_decoder-0.1.0.tar.gz.
File metadata
- Download URL: mcp_server_decoder-0.1.0.tar.gz
- Upload date:
- Size: 311.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aa7c5a8ebcd3aec569779a8b3dfa6fd771f6d115519be43522e7de6ab8e2bca1
|
|
| MD5 |
4b0d66453736cb53c63658dc6aed6f62
|
|
| BLAKE2b-256 |
028c22e0e1461fbf2eb3386b1971886c46401e7517a767a6b305408db75e2230
|
File details
Details for the file mcp_server_decoder-0.1.0-py3-none-any.whl.
File metadata
- Download URL: mcp_server_decoder-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
78e4c54651fc03519c3a7a33cbc0ddf1ba3425f3aa705e3d99107716d574b089
|
|
| MD5 |
455c10ca07fa8b95adc8186a337ca68f
|
|
| BLAKE2b-256 |
b03c8ee93f3600b6e5fa0971507995daf5939e032fc128bcb84e80ab6fbcd19f
|