Depwire is a CLI tool and MCP server that builds a deterministic, symbol-level dependency graph of your codebase using tree-sitter, covering 16 languages. It gives AI coding assistants like Claude Desktop and Cursor exact, compiler-precise answers about import chains, dead code, and blast radius, avoiding the probabilistic guesses of RAG-based approaches.
GitMCP is a free, open-source, remote MCP server that serves live GitHub repository documentation and source code to AI assistants like Cursor and Claude Desktop over SSE. It aims to reduce LLM hallucinations by giving agents up-to-date project context without local clones or setup.
Connects AI assistants to GitHub's platform for repository management, issue/PR automation, CI/CD monitoring, and code analysis. Ships as both a GitHub-hosted remote server (via the Copilot API) and a local Docker stdio server.
MCP server for Webiny, an open-source, self-hosted CMS and TypeScript framework that deploys to AWS serverless (Lambda, DynamoDB, S3). It enables AI-assisted development—currently within Cursor—to scaffold, extend, and manage multi-tenant headless CMS instances and infrastructure-as-code deployments inside your own AWS account.
This MCP server connects AI assistants (ChatGPT, Claude, Cursor, etc.) directly to the ADAS platform, enabling them to build, validate, and deploy multi-agent systems through natural language commands. It automates the entire lifecycle from reading specs to deploying production solutions, eliminating manual configuration.
A curated list of Model Context Protocol (MCP) clients maintained by the community, serving as a directory of available clients.
An MCP server that fetches Figma layout and styling data via the Figma API, simplifies it to reduce context noise, and feeds it to AI coding agents—primarily Cursor—to enable one-shot design implementation from Figma links.
An open-source AI agent from Google that runs in your terminal using Gemini models. It can operate as a standalone CLI or as an MCP server, exposing 'Extend' and 'Build' tools for custom integrations with MCP clients like VS Code.
APIFold reads an OpenAPI 3.x or Swagger 2.0 specification and generates a live MCP server that proxies requests to the underlying REST API. No coding required—just point it at a spec and get an SSE or Streamable HTTP endpoint for AI agents like Claude Desktop or Cursor.
Serena is an MCP server that equips AI coding agents with IDE-level semantic tools—symbol-aware code retrieval, editing, refactoring, and debugging—so they can navigate and modify large codebases more efficiently. It integrates with Claude Desktop, Cursor, and VS Code, but requires an authentication token to operate.
cronmcp is a stdio MCP server that lets you create, update, list, and remove scheduled cron jobs (called 'prompts') from inside an MCP host. It runs in-process, persists jobs to ~/.cronmcp/crontab, and can optionally emit push notifications when a job fires. It's meant for lightweight, client-side scheduling, not for production-critical external cron.
An MCP server bundled with a VS Code extension that hands your LLM the debugger console, letting it evaluate expressions and step through your code interactively during a VS Code debugging session. It piggybacks on your existing launch.json and works with any language that has VS Code debugger support.