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
The Linear MCP Server is a Model Context Protocol (MCP) server designed to integrate Linear's project management system with the MCP framework. This integration enables large language models (LLMs) to interact directly with Linear issues through a set of specialized tools. The server facilitates various operations such as creating, updating, searching, and commenting on issues within Linear's issue tracking system. It acts as a bridge between the Linear API and the MCP, allowing seamless communication and management of project tasks via LLMs. The server provides several key tools: 1. `linear_create_issue` for creating new issues with options to specify title, team, description, priority, and status. 2. `linear_update_issue` for updating existing issues with new titles, descriptions, priorities, or statuses. 3. `linear_search_issues` for searching issues using flexible filters like query text, team, status, assignee, labels, and priority. 4. `linear_get_user_issues` to retrieve issues assigned to a specific user, including options to include archived issues. 5. `linear_add_comment` to add comments to issues, supporting markdown and custom user display options. The server supports resource URIs for accessing detailed views of issues, teams, users, organizations, and the current user context. It is designed to be installed either automatically via Smithery or manually by configuring the Linear API key and server settings. Although the project is now deprecated in favor of an official Linear remote MCP server, it remains a comprehensive example of MCP integration with a project management tool. This MCP server is licensed under the MIT License, allowing free use, modification, and distribution. It is particularly useful for developers and teams looking to leverage LLMs for enhanced project management workflows within Linear.
https://github.com/jerhadf/linear-mcp-server
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...