Graphify-Labs/graphify
Graphify transforms codebases, documentation, and other files into queryable knowledge graphs, enhancing developer productivity with local AST parsing and detailed edge explanations.
Awesome MCP › Software Development
typst-mcp is a Python MCP server that helps AI models write correct Typst, the markup-based typesetting system. It addresses a concrete weakness: models have seen far more LaTeX than Typst, so the server both supplies authoritative documentation and gives the model a way to check its output before showing it to a user. Five tools are provided, all exposed as tools rather than as other MCP primitives because, as the README notes, Cursor and VS Code could not yet handle those. list_docs_chapters returns the chapter list of the Typst documentation so the model can choose what is relevant to the task at hand. get_docs_chapter fetches a chapter by route, with a batch variant taking several routes at once. latex_snippet_to_typst converts a LaTeX snippet to Typst using Pandoc, again with a batch variant, letting the model draft in the notation it knows best and translate afterwards. check_if_snippet_is_valid_typst_syntax validates a snippet, also available in batch form, so invalid code is caught and corrected before delivery. typst_to_image renders a snippet to a PNG, which is useful for multimodal models that can look at a complex illustration and judge whether it came out right. Setup requires cloning both this repository and the Typst repository, running the typst-docs package to generate a main.json documentation dump and its assets into the server's typst-docs folder, installing dependencies with uv, and installing Typst itself. The server can be run directly as a script, installed into Claude Desktop, or used from a prebuilt container image published to the GitHub Container Registry; the README gives configuration snippets for Claude Desktop, Claude Code, Cursor, Roo Code, OpenCode and VS Code agent mode. The documentation JSON schema is generated from Typst sources and is not guaranteed to stay stable.
https://github.com/johannesbrandenburger/typst-mcp
Graphify transforms codebases, documentation, and other files into queryable knowledge graphs, enhancing developer productivity with local AST parsing and detailed edge explanations.
Context7 MCP Server is an MCP server that delivers up-to-date, version-specific code documentation and examples to enhance LLMs and AI code editors, ensuring accurate and current code generation.
High-performance Model Context Protocol (MCP) server that indexes codebases into a persistent knowledge graph for AI coding agents, supporting 158 languages, lightning-fast queries, and various dev...
GitHub MCP Server is an official Model Context Protocol server that integrates with GitHub APIs to enable advanced automation and AI-powered interactions with GitHub repositories and workflows.
Code-review-graph is a local-first code intelligence solution that builds a persistent structural map of your codebase to provide precise context to AI coding tools, significantly reducing token us...
Serena is a free and open-source coding agent toolkit that uses the Model Context Protocol to enable LLMs to autonomously perform semantic code retrieval and editing with IDE-like precision on complex codebases.
Claude Task Master is an AI-powered task management system designed for AI-driven development that integrates seamlessly with various editors via the Model Control Protocol (MCP).
Context Mode is an MCP server designed to optimize context window usage for AI coding agents by sandboxing tool output, tracking session continuity with SQLite, and promoting LLMs as code generator...