pi-codegraph
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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