Search: ev
Search MCP servers and agent skills by name, description, category or topic — 1,548 results.
sanjay3290/postgres
Execute safe read-only SQL queries against PostgreSQL databases
sanjay3290/deep-research
Autonomous multi-step research using Gemini Deep Research Agent
shinpr/mcp-local-rag
Privacy-first document search server running entirely locally. Supports semantic search over PDFs, DOCX, TXT, and Markdown files with LanceDB vector storage and local embeddings - no API keys or cloud services required.
Ikalus1988/MisakaNet
Agent failure memory network. Search 235+ verified debugging lessons from real engineering sessions. BM25 + SAG-Lite search, 3 tools (search, get_lesson, submit_usage), 5 resources, 3 guided prompts. Works with Claude Code, Cursor, and any MCP client. `python3 scripts/mcp_server.py`
CodeLogicIncEngineering/codelogic-mcp-server
Official MCP server for CodeLogic, providing access to code dependency analytics, architectural risk analysis, and impact assessment tools.
Mibayy/token-savior
Structural code intelligence MCP server for AI-assisted development. Navigate and edit code by symbol names instead of raw text — symbol lookup, dependency graphs, call chains, dead code detection, and structural diff. Replaces grep/cat with semantic tools: 87% token reduction on large codebases.
snaggle-ai/openapi-mcp-server
Connect any HTTP/REST API server using an Open API spec (v3)
getsentry/sentry-sdk-setup
Set up Sentry in any language or framework — detects platform and routes to the right SDK
getsentry/sentry-workflow
End-to-end Sentry workflow: fix production issues and review code with Sentry context
getsentry/sentry-fix-issues
Find and fix Sentry issues with stack trace, breadcrumb, and trace context via MCP
getsentry/sentry-create-alert
Create Sentry alerts with email, Slack, PagerDuty, Discord, and more
getsentry/sentry-feature-setup
Configure advanced Sentry features: AI monitoring, OTel pipelines, and alerts
getsentry/sentry-otel-exporter-setup
Configure the OpenTelemetry Collector with Sentry Exporter
getsentry/sentry-setup-ai-monitoring
Instrument OpenAI, Anthropic, Vercel AI, LangChain, Google GenAI, and Pydantic AI
getsentry/sentry-sdk-upgrade
Upgrade the Sentry JavaScript SDK across major versions
getsentry/sentry-sdk-skill-creator
Create a new Sentry SDK skill bundle for a platform
getsentry/sentry-cloudflare-sdk
Full Sentry SDK setup for Cloudflare Workers, Pages, Durable Objects, Queues, and Workflows
getsentry/sentry-cocoa-sdk
Full Sentry SDK setup for Apple platforms (iOS, macOS, tvOS, watchOS, visionOS)
getsentry/sentry-dotnet-sdk
Full Sentry SDK setup for .NET (ASP.NET Core, MAUI, WPF, WinForms, Blazor, Azure Functions)
getsentry/sentry-elixir-sdk
Full Sentry SDK setup for Elixir, Phoenix, Plug, LiveView, Oban, and Quantum
getsentry/sentry-flutter-sdk
Full Sentry SDK setup for Flutter and Dart across all platforms
getsentry/sentry-go-sdk
Full Sentry SDK setup for Go (net/http, Gin, Echo, Fiber, FastHTTP, Iris, Negroni)
getsentry/sentry-nestjs-sdk
Full Sentry SDK setup for NestJS with Express or Fastify, GraphQL, microservices
getsentry/sentry-nextjs-sdk
Full Sentry SDK setup for Next.js 13+ (App Router and Pages Router)
getsentry/sentry-python-sdk
Full Sentry SDK setup for Python (Django, Flask, FastAPI, Celery, Starlette, AIOHTTP, Tornado)
getsentry/sentry-react-native-sdk
Full Sentry SDK setup for React Native and Expo
getsentry/sentry-react-sdk
Full Sentry SDK setup for React (React Router v5-v7, TanStack Router, Redux, Vite, webpack)
getsentry/sentry-ruby-sdk
Full Sentry SDK setup for Ruby (Rails, Sinatra, Rack, Sidekiq, Resque)
awdr74100/figwright
Bidirectional Figma server over a local WebSocket relay: turn a selection into framework-aware code (reusing your components and tokens), or author frames, text, styles, variables, and whole screens back onto the canvas. 92 tools, any MCP client, no Dev Mode seat or paid tier.
Goldentrii/AgentRecall
Persistent, compounding memory for AI agents across sessions. Uses the Intelligent Distance Protocol to surface the most contextually relevant past memories. Five tools: `session_start`, `remember`, `recall`, `check`, `session_end`. `npx agent-recall-mcp`
s2-streamstore/s2-sdk-typescript
Official MCP server for the S2.dev serverless stream platform.
xpaysh/awesome-x402
Curated directory of x402 payment protocol resources, MCP servers, and tools for HTTP 402-based USDC payments on Base, Arbitrum, and other EVM chains.
sachitrafa/YourMemory
Persistent memory for AI agents with Ebbinghaus forgetting-curve decay, hybrid BM25+vector retrieval, and entity graph for multi-hop reasoning. Memories auto-prune by importance and recall rate. Built-in browser dashboard, multi-agent support, and `yourmemory ask` for zero-API-call local queries. `pip install yourmemory`
l33tdawg/sage
Institutional memory for AI agents with real BFT consensus. 4 application validators vote on every memory before it's committed — no more storing garbage. 13 MCP tools, runs locally, works with any MCP-compatible model. Backed by 4 published research papers.
varun29ankuS/shodh-memory
Cognitive memory for AI agents with Hebbian learning, 3-tier architecture, and knowledge graphs. Single ~15MB binary, runs offline on edge devices.
scarletkc/vexor
A semantic search engine for files and code — find files by describing what they do, not their names. Local reusable indexes, configurable embedding providers (OpenAI, Gemini, Voyage, any OpenAI-compatible API, or fully offline local models), AST-aware code chunking, optional reranking. `uvx vexor mcp` or `pip install vexor`.
scarletkc/vexor
Vector-powered CLI for semantic file search with a Claude/Codex skill
eyaltoledano/claude-task-master
AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.
ozgurcd/gograph
An AST-aware structural repository graph engine and MCP server designed for AI agents. Understands Go struct embeds, public API surfaces, SQL queries, and error mapping to give agents instant codebase context without blindly grepping.
KryptosAI/mcp-observatory
Regression testing for MCP servers. Auto-discovers servers from Claude configs, checks capabilities, invokes tools, detects schema drift between versions, and recommends new servers based on your environment. Works as both a CLI and an MCP server.