Python symbol exploration for codebase onboarding agents.
MCP server for deterministic Python codebase symbol exploration. indexes Python source files with LibCST and exposes focused MCP tools for codebase onboarding: definition lookup, function signatures, local references, direct call chains, and simple class hierarchy queries. is the semantic symbol layer in a three-server MCP tool stack for Project 6 , a codebase onboarding agent. maps repository…
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts — it cannot prove the absence of malicious code.
MCP server for deterministic Python codebase symbol exploration. indexes Python source files with LibCST and exposes focused MCP tools for codebase onboarding: definition lookup, function signatures, local references, direct call chains, and simple class hierarchy queries. is the semantic symbol layer in a three-server MCP tool stack for Project 6 , a codebase onboarding agent. maps repository structure, languages, entry points, framework evidence, and Python dependency edges. provides…