micl2e2/code-to-tree
Code To Tree
A single-binary MCP server that converts source code into AST, regardless of language.
Related Servers
shashankss1205/codegraphcontext
Shashankss1205
An MCP server that indexes local code into a graph database to provide context to AI assistants with a graphical code visualizations for humans.
doggybee/mcp-server-leetcode
doggybee
An MCP server that enables AI models to search, retrieve, and solve LeetCode problems. Supports metadata filtering, user profiles, submissions, and contest data access.
ezyang/codemcp
ezyang
Coding agent with basic read, write and command line tools.
gabrielmaialva33/winx-code-agent
gabrielmaialva33
A high-performance Rust reimplementation of WCGW for code agents, providing shell execution and advanced file management capabilities for LLMs via MCP.
jinzcdev/leetcode-mcp-server
jinzcdev
MCP server enabling automated access to **LeetCode**'s programming problems, solutions, submissions and public data with optional authentication for user-specific features (e.g., notes), supporting both `leetcode.com` (global) and `leetcode.cn` (China) sites.
juehang/vscode-mcp-server
juehang
A MCP Server that allows AI such as Claude to read from the directory structure in a VS Code workspace, see problems picked up by linter(s) and the language server, read code files, and make edits.