Skip to content
Back to search
30
MCP v0.1.0

MCP AST Explorer

io.github.LovRanRan/mcp-ast-explorer

Python symbol exploration for codebase onboarding agents.

Uptime
0.0%
1 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

MCP AST Explorer
Python symbol exploration for codebase onboarding agents.
0 tools
mcp-ast-explorer
MCP server for Python AST/CST symbol exploration.
0 tools
ast-workers-mcp
MCP Server for AST Workers - Language-aware code manipulation via CLI tools
0 tools
mcp-codebase-searcher
A Python tool to scan codebases, search for text/regex patterns, and elaborate on findings using AI models via LiteLLM.
0 tools
code-intelligence-mcp
MCP server that indexes Python codebases and exposes intelligent tools for code exploration and search
0 tools
@codeweave/mcp
Codebase graph analysis for AI agents — AST + call graph + type graph + hybrid semantic search via MCP
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "mcp_ast_explorer": {
      "url": "None",
      "transport": "http"
    }
  }
}