Skip to content
Back to search
30
MCP

ast-grep

pulsemcp/ast-grep

Bridges to the ast-grep code search tool for finding code patterns in projects using abstract syntax tree matching, enabling efficient code analysis and refactoring tasks.

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

Similar MCP servers embedding-nearest

Vercel Grep
Search millions of public GitHub repositories for real-world code patterns and API implementations. Find production-ready examples of syntax
0 tools · http
io.github.basilskywalk/parecode
Token-aware ripgrep code search and atomic multi-file edits for coding agents.
0 tools
ctx++
Semantic code search and indexing using tree-sitter AST analysis across 13+ languages with call graph traversal and hybrid vector-keyword ra
0 tools
Go Code Graph
Analyzes Go codebases using AST parsing and Neo4j graph storage to enable natural language queries about code structure, dependencies, archi
0 tools
Sourcegraph
Integrates with Sourcegraph's search API to provide advanced code search with regex patterns, language filters, and repository scoping, plus
0 tools
iflow-mcp_angrysky56-ast-mcp-server
An MCP server that provides code structure and semantic analysis capabilities through Abstract Syntax Trees (AST) and Abstract Semantic Grap
0 tools

How to use

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

{
  "mcpServers": {
    "ast-grep": {
      "url": "None",
      "transport": "http"
    }
  }
}