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
Jupyter Notebook MCP Server is a Model Context Protocol server that lets AI agents manipulate .ipynb files directly. It was written to work around a Cursor limitation where the agent could not edit notebooks or notebook cells from the chat pane, but nothing in the server is Cursor-specific beyond the configuration instructions, so it can also be used from VS Code Insiders, Claude Code or any other MCP-capable client. Notebook structures are handled with the nbformat library rather than raw JSON editing, which keeps files valid, and exports go through nbconvert. Operations are restricted to user-defined allowed root directories as a security boundary. The tool set covers the whole life cycle of a notebook: notebook_create, notebook_delete and notebook_rename manage files; notebook_read, notebook_read_cell and notebook_get_cell_count read content; notebook_add_cell, notebook_bulk_add_cells, notebook_edit_cell, notebook_delete_cell, notebook_change_cell_type, notebook_duplicate_cell, notebook_move_cell, notebook_split_cell and notebook_merge_cells modify structure; notebook_read_metadata, notebook_edit_metadata, notebook_read_cell_metadata and notebook_edit_cell_metadata handle metadata; notebook_read_cell_output, notebook_edit_cell_output, notebook_clear_cell_outputs and notebook_clear_all_outputs handle outputs; and notebook_validate, notebook_get_info, notebook_get_outline, notebook_search, notebook_get_server_path_context and notebook_export round out navigation, inspection and conversion. The outline and search tools exist specifically to help an agent find the right cell in a large notebook before reading or editing it. Version 0.3.x adds SFTP support for editing notebooks on remote SSH servers and a FastMCP upgrade with streamable HTTP transport, alongside the existing stdio and SSE modes. It requires Python 3.10 or newer and installs mcp, nbformat, nbconvert, ipython, jupyter_core, paramiko, fastmcp, pydantic, uvicorn and starlette; Pandoc and a LaTeX distribution are optional system dependencies needed for PDF and some other export formats. The package is published on PyPI as cursor-notebook-mcp under a CC BY-NC-SA 4.0 license.
https://github.com/jbeno/cursor-notebook-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...