We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/angrysky56/ast-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•239 B
"""
AST/ASG Code Analysis MCP Server
A Model Context Protocol (MCP) server that provides code structure and semantic analysis
capabilities using Abstract Syntax Trees (ASTs) and Abstract Semantic Graphs (ASGs).
"""
__version__ = "0.1.0"