Skip to main content
Glama
isac322

pi-codegraph

by isac322

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}

Tools

Functions exposed to the LLM to take actions

NameDescription
codegraph_search

Search indexed declarations by symbol name. Use this before text search when you know all or part of a symbol name.

codegraph_node

Inspect one known symbol, including signature, location, source, callers, and callees.

codegraph_files

Read the indexed project file tree. Paths are normalized to repo-relative POSIX prefixes.

codegraph_callers

Find functions and methods that call a symbol.

codegraph_callees

Find functions and methods called by a symbol.

codegraph_impact

Analyze the transitive impact radius of changing a symbol.

codegraph_explore

Explore several related symbols and source locations grouped by file. Best first tool for broad architecture and flow questions.

codegraph_statusB

Report CodeGraph index health and pending synchronization state.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/isac322/pi-codegraph'

If you have feedback or need assistance with the MCP directory API, please join our Discord server