AllDeveloper ToolsDatabasesCloud & InfrastructureBrowser & Web AutomationSearch & ResearchDocumentation & KnowledgeProject ManagementCommunicationProductivityData Science & AnalyticsSecurityFinance & Business SystemsDesignLocal Files & OSMemory & Vector StoresTesting & QAAI Model / Agent Infrastructure
Developer Tools

depwire

by depwire
41

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.

44 stars
🛡️ Elevated Risk
#dependency-graph#code-analysis#refactoring#dead-code#static-analysis#tree-sitter#mcp#cli
Developer Tools

git-mcp

by idosal
40

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.

8153 stars
🛡️ Elevated Risk
#github#documentation#remote-mcp#sse#context-provider#hallucination-reduction#ai-assistant#typescript
Developer Tools

github-mcp-server

by github
40

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.

30514 stars
🛡️ Elevated Risk
#github#mcp#official#oauth#docker#repository-management#issues#pull-requests
Developer Tools

webiny-js

by webiny
39

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.

7990 stars
🛡️ Elevated Risk
#webiny#cms#headless-cms#aws#serverless#typescript#graphql#multi-tenant
Developer Tools

ateam-mcp

by ariekogan
39

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.

0 stars
🛡️ Elevated Risk
#adas#ai-agents#mcp#model-context-protocol#multi-agent#agent-deployment#npx#claude
Developer Tools

awesome-mcp-clients

by punkpeye
39

A curated list of Model Context Protocol (MCP) clients maintained by the community, serving as a directory of available clients.

6469 stars
🛡️ Elevated Risk
#mcp#clients#awesome-list#model-context-protocol#directory
Developer Tools

Figma-Context-MCP

by GLips
39

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.

15030 stars
🛡️ Elevated Risk
#figma#cursor#design-to-code#frontend#ui#layout#code-generation#stdio
Developer Tools

gemini-cli

by google-gemini
38

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.

105131 stars
🛡️ Elevated Risk
#gemini#ai#cli#mcp#google#agent#terminal#open-source
Developer Tools

APIFold

by Work90210
36

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.

6 stars
🛡️ Elevated Risk
#mcp#rest to mcp#openapi#swagger#sse#streamable-http#claude desktop#cursor
Developer Tools

serena

by oraios
33

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.

25204 stars
🛡️ Elevated Risk
#agent#ai-coding#semantic retrieval#refactoring#debugging#mcp-server#ide#language-server
Developer Tools

cronmcp

by vaibhavpandeyvpz
33

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.

2 stars
🛡️ Elevated Risk
#cron#scheduler#mcp#stdio#typescript#open-source#notifications#job scheduling
Developer Tools

claude-debugs-for-you

by jasonjmcghee
33

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.

510 stars
🛡️ Elevated Risk
#debugging#vscode-extension#debugger-console#expression-evaluation#interactive-debugging#stdio#sse#launch-json