MCP GitHub

cybersec-toolkit: Authorization-Gated MCP Server With 670+ Security Tools

Installs 670+ Linux and Termux security tools with one command and exposes them to Claude Code through an authorization-gated MCP server. Ships 870+ agent skills covering CTF, pentesting, bug bounty, DFIR, and red/blue team work, staying in companion mode unless explicitly asked to run autonomously. Also works with OpenCode, Codex, Gemini CLI, and other MCP clients.

securitypentestingctfmcp-serverdfir
by 26zl Aug 15, 2026 7/10
MCP GitHub

cogos: Local Go Daemon Giving AI Tools Shared Persistent Workspace State

A local daemon that holds workspace state so multiple AI tools see the same context across sessions. Handles context assembly, routes inference across providers, and records activity in a hash-chained ledger for auditability. Exposes all of it through an MCP server, so Claude Code reads and writes the shared state directly.

mcp-servermemorygolanglocal-firstaudit-log
by myrgic Aug 15, 2026 7/10
MCP GitHub

ConduitMCP: In-Process MCP Server That Lets Agents Edit and Play Godot

Runs natively inside Godot instead of bridging in from outside, so scene edits go through the engine's own undo stack and stay reversible. Agents can also play the game, inject input, capture frames, and debug, which closes the loop between changing a scene and seeing what it does.

godotgamedevmcpeditor
by Advik-B Aug 14, 2026 7/10
MCP GitHub

multi_mcp: Multi-Model Chat and Code Review MCP Server for Claude Code

An MCP server that lets Claude Code consult other models for chat, code review, and analysis. Gives you a second opinion from a different model without leaving the session. Handy when you want cross-model review as a routine step.

mcpcode-reviewmulti-modelanalysis
by religa Aug 14, 2026 7/10
MCP GitHub

codex-delegate-mcp: Let Claude Code Delegate Implementation to Codex CLI

An MCP bridge that lets Claude Code and other hosts hand implementation work to the OpenAI Codex CLI. Keeps planning in one agent and execution in another. For people who prefer a specific model for each half of the job.

mcpcodexdelegationbridge
by andreilungeanu Aug 14, 2026 7/10
MCP GitHub

MCPg: A Postgres MCP Server

An MCP server exposing Postgres to Claude Code and other MCP clients. Minimal description, so check the repo for the tool surface and safety controls. One of several Postgres MCP options.

mcppostgresdatabase
by devopam Aug 14, 2026 5/10
MCP GitHub

modsearch: Web and X Search Bridge Returning Structured JSON Evidence

A search bridge for text-only coding agents that queries the web or X and returns structured JSON with search results, fetched content, and citations. Built as the web plugin for DeepSeek Harness but usable more broadly. Structured output makes the results easier for an agent to reason over than raw HTML.

mcpsearchwebcitations
by liustack Aug 14, 2026 6/10
MCP GitHub

scratchpad: One Shared Markdown File Agents Take Turns Writing To

A single shared Markdown file holding context, decisions, and progress, so any agent can pick up work without you summarizing the last chat. Ships as one binary containing a CLI, an MCP server, and a live web UI. Refreshingly simple compared to database-backed memory systems.

mcphandoffmarkdowncontext
by madnh Aug 14, 2026 7/10
MCP GitHub

relay: One Work Board Shared by You and Your Coding Agents Over MCP

A personal work system where you and your agents share a single board, exposed over MCP. Keeps human and agent task state in one place rather than two. Worth comparing against taskops if you need multi-machine coordination.

mcptask-boardproductivityagents
by anunay999 Aug 14, 2026 6/10
MCP GitHub

code-search-mcp: Hybrid Semantic Code Search Using 30-100x Fewer Tokens

A semantic code-search MCP server combining embeddings, BM25, and reranking, with tree-sitter AST chunking, claiming 30-100x token reduction versus naive retrieval. Retrieval quality is the whole game for large codebases. Verify the token claims on your own repo before relying on them.

mcpcode-searchembeddingstree-sitter
by rutmir Aug 14, 2026 7/10
MCP GitHub

claude-grok-build-plugin: Delegate Coding Tasks to xAI's Grok Build CLI

A Claude Code plugin wrapping an MCP server so Claude can delegate coding to xAI's Grok Build CLI, billed through your xAI subscription rather than metered API. Ships 9 MCP tools and /grok:* commands. Same delegation pattern as the Codex bridges, different vendor.

mcpgrokdelegationplugin
by xzawed Aug 14, 2026 6/10
MCP GitHub

mcp-hub: Serve Many stdio MCP Servers From One Container With OAuth 2.1

Runs multiple stdio MCP servers behind a single container with path routing, hub meta-tools, and OAuth 2.1 plus API token auth for ChatGPT, Claude, Cursor, and other clients. Solves the sprawl of per-server processes and per-client config. Auth support makes it viable for shared deployments.

mcphuboauthcontainer
by ni-c Aug 14, 2026 7/10
MCP GitHub

kalshi-mcp-server: Self-Hosted MCP for Kalshi Prediction Markets

A self-hosted MCP server for Kalshi prediction markets with native RSA-PSS auth, token-bucket rate limiting, and demo/prod safety controls. Designed to be forked and deployed rather than used as-is. The demo/prod separation is a sensible guard for anything that moves money.

mcpkalshitradingself-hosted
by cejor6 Aug 14, 2026 5/10
MCP Reddit

Android Remote Control MCP: Drive Your Phone With On-Device PII Redaction

An MCP server that runs on your Android phone and lets an agent operate any app, with no cables and no root required. The v1.11.0 release adds Privacy Mode, redacting personally identifiable information on-device before anything reaches the model provider. That redaction step is what makes phone-level agent access defensible.

mcpandroidprivacyautomation
by daniele_dll Aug 14, 2026 7/10
MCP Reddit

codegraph: Interrupt Claude With the Blast Radius Before It Breaks Ten Files

An MCP server that incrementally graphs your codebase as the agent works and interrupts the conversation with the blast radius when a change threatens dependents. Targets the failure mode where changing one function quietly breaks ten callers. The author says 2.0 adds C++ and Swift plus local database indexing.

mcpcode-graphdependenciessafety
by HotstixxxMcgee Aug 14, 2026 7/10
MCP GitHub

KiCad MCP Server: 100+ Tools for Schematic Capture and PCB Layout

An MCP server that exposes over 100 tools for driving KiCad from an AI assistant. It covers the full board workflow — placing parts, routing traces, running ERC and DRC checks — and exports Gerbers, BOMs, and 3D models. Useful if you want Claude Code to actually do electronics design work rather than just talk about it.

mcpkicadpcbelectronicshardware
by ProductOfAmerica Aug 14, 2026 8/10
MCP GitHub

notemesh: MCP Server for Chatting With Obsidian and Git Markdown Vaults

An MCP server that indexes an Obsidian vault or any git repo of markdown files and exposes it to Claude Code. The agent can search and answer questions across your notes without you pasting them into the prompt. Useful for turning a personal knowledge base into queryable agent context.

mcpobsidianmarkdownnotesknowledge-base
by ChangeNode Aug 13, 2026 7/10
MCP GitHub

baron: One-Pane Work Orchestration for Coding Agents via MCP and CLI

A platform-agnostic layer that unifies issues, source control, CI, deploys, and notifications behind a single MCP server and CLI. The agent talks to one interface instead of a different tool per provider. Useful if your workflow spans GitHub, GitLab, Jira, and assorted CI systems.

mcporchestrationciissuesdevops
by loncadev Aug 13, 2026 6/10
MCP GitHub

linebreak-gate: Fail-Closed CI Gate That Blocks Known CVEs in AI-Written Code

An MCP server for Claude Code, Cursor and Codex that acts as a fail-closed CI gate over AI-generated code — it blocks known CVEs and enforces specs that a human has approved. Deliberately minimal in operational surface: git-only, with no server to run and no account to create. A good fit if you want a hard stop between agent output and merge without adopting a hosted platform.

mcpcisecuritycvecode-reviewgating
by Baktun-Studio Aug 13, 2026 7/10
MCP GitHub

deepseek-mcp-server: DeepSeek V4 With Reasoning and Cost Tracking Over MCP

An MCP server exposing DeepSeek V4 — v4-flash and v4-pro, up to 1M context — to Claude Code and other MCP clients. Supports chat, reasoning, function calling and thinking mode, and tracks cost per call. The older deepseek-chat and deepseek-reasoner aliases still resolve, so existing configs keep working.

mcpdeepseekllmreasoningcost-tracking
by arikusi Aug 13, 2026 6/10
MCP GitHub

ddev-codebase-memory-mcp: A Codebase Knowledge Graph for DDEV Projects

An MCP server that builds a knowledge graph of your codebase inside a DDEV environment and exposes it to AI coding agents, plus a browsable graph UI for humans. Because it runs inside DDEV, the graph tracks the project as it is actually containerized rather than as it looks on the host. Most relevant to PHP and Drupal teams already standardized on DDEV.

mcpddevknowledge-graphcodebasephp
by IT-Cru Aug 13, 2026 6/10
MCP GitHub

healthit-copilot: HL7 v2 to FHIR R4 Conversion as Deterministic MCP Tools

A Claude Code plugin for healthcare interoperability engineers that converts and validates HL7 v2 messages against FHIR R4. The tools are deliberately deterministic MCP calls rather than model-generated mappings, which is the right call in a domain where a hallucinated field mapping is a patient-safety problem. Narrow audience, but well-matched to it.

mcphealthcarehl7fhirinteroperabilityplugin
by sinteco Aug 13, 2026 7/10
MCP GitHub

docir: MCP Server That Compiles Git-Backed Markdown into a Verifiable Index

docir compiles the markdown already living in your git repo into a read-optimized index built for coding agents rather than humans. It exposes the result through an MCP server and models document relationships as a typed graph. Staleness is tracked as data, so an agent can tell how much to trust a given note instead of guessing.

mcpdocumentationindexingknowledge-graph
by l0kifs Aug 13, 2026 7/10
MCP GitHub

governed-workflow: Phase gates and human approval for agentic coding sessions

An MCP server plus web admin panel that puts guardrails around agent sessions: explicit phase gates, scope locks, and human approval steps before the agent moves on. Aimed at teams who want agentic coding without unbounded autonomy. The admin panel gives a place to watch and approve from.

governanceapprovalguardrailsmcp-server
by IgnatRozhkoTR Aug 13, 2026 7/10
MCP GitHub

evidentia: Catches fabricated DOI, PMID and NCT citations

An open-source medical citation verifier that flags hallucinated references by checking DOI, PMID and NCT identifiers against real records. Ships as a CLI, an MCP server, and a Claude Code skill so you can use it however you work. Narrow domain, but a concrete answer to a real hallucination failure mode.

citationsverificationmedicalhallucination
by kgraph57 Aug 13, 2026 6/10
MCP GitHub

AIProjectDashboard: Local-first MCP task board for parallel agents

An MCP task board where parallel Claude Code and Codex agents claim work with dependency awareness, raise blockers, and close tasks with evidence. Runs entirely locally. Aimed at coordinating several agents without them stepping on each other's work.

task-boardparallel-agentsmcp-servercoordination
by hpigu Aug 13, 2026 7/10
MCP Reddit

Cross-session messaging: a March MCP build vs Anthropic's August native version

The author built an MCP server in March to let Claude Code sessions on different machines talk to each other, then Anthropic shipped native cross-session messaging in v2.1.224. The post is mostly a design comparison — where the two disagree on the direction data flows, and what that implies. More useful than either implementation on its own.

cross-sessionmcp-servermulti-agentdesign
by Current-Zebra-2039 Aug 13, 2026 7/10
MCP GitHub

iwork-mcp: Drive Pages, Numbers and Keynote from an agent

An MCP server that controls Apple's iWork suite on macOS through AppleScript. Lets an agent build a Keynote deck or populate a Numbers sheet directly instead of emitting a file you then have to open and fix. macOS only, by nature.

macosapplescriptkeynotemcp-server
by atipicguy Aug 13, 2026 7/10
MCP GitHub

dotplot-mcp: YC-Style Product Analytics for Early-Stage Startups

An MCP server for user behavior analysis that surfaces aha-moment discovery, retention curves, onboarding funnels, and churn analysis via dot plots. Applies YC methodology, so the questions it answers are the ones early-stage teams actually get asked.

mcpanalyticsretentionstartupsproduct
by brownglasses Aug 13, 2026 7/10
MCP GitHub

proteus-mcp: Deterministic Resume-to-Job-Description Scoring

Wraps the PROTEUS matching pipeline as an MCP server: feed it one job description and one resume and get deterministic scoring, gap analysis, targeted rewrites, and a cover letter. Deterministic scoring is the differentiator over asking a model to eyeball fit.

mcpresumejob-searchscoringcover-letter
by DanielDeshmukh Aug 13, 2026 6/10
MCP Reddit

atlascloud-mcp: 300+ LLM, Image and Video Models Behind One MCP Server

An aggregator MCP exposing 300+ models across LLM, image, video, 3D, and audio as standard tools, with Claude picking the right model instead of you hardcoding IDs. The payoff is chaining — one prompt storyboards a script, generates each frame, and animates them in a single run, on one API key.

mcpmultimodalvideoimageaggregatorchaining
by Tricky_Algae2625 Aug 13, 2026 7/10
MCP GitHub

mcp-threatintel: Threat intelligence MCP server for Claude Code

An MCP server exposing threat intelligence lookups to Claude Code: IOC lookups, CVE checks, breach monitoring, dark web search, and AlienVault OTX pulses. Lets security analysts run enrichment and triage queries conversationally instead of juggling separate portals.

mcpsecuritythreat-intelcveosint
by pete-builds Aug 13, 2026 7/10
MCP GitHub

mcp-searxng: Self-hosted SearXNG search MCP server for Claude Code

An MCP server that connects Claude Code to a self-hosted SearXNG instance for private web search. Supports general web search, news, deep multi-page search, and people lookup. Worth a look if you want search results without sending queries to a commercial search API.

mcpsearchsearxngself-hostedprivacy
by pete-builds Aug 13, 2026 6/10
MCP GitHub

rvt-mcp: AI-Native Revit MCP Server for BIM Workflows (Revit 2022-2027)

An MCP server that exposes Autodesk Revit to Claude Code and other MCP clients, covering Revit versions 2022 through 2027. It lets an agent inspect and manipulate BIM models through natural language instead of the Revit API directly. Useful if you work in architecture or construction tooling and want an agent in the modelling loop.

mcprevitbimautodeskcad
by bimwright Aug 12, 2026 6/10
MCP GitHub

pfsense-mcp-server: 333 Tools for Firewall Management in Natural Language

An MCP server wrapping the pfSense REST API with 333 wire-format-verified tools covering firewall rules, VPNs, DNS, DHCP, and diagnostics. It adds safety guardrails plus config backup and rollback on every change, which matters when an agent is editing a live firewall. Works from Claude Desktop, Claude Code, or any MCP client.

mcppfsensefirewallnetworkinginfrastructure
by gensecaihq Aug 12, 2026 7/10
MCP GitHub

secretguard-mcp: Catch Hardcoded Secrets Before Your Agent Commits Them

An MCP server that scans for hardcoded secrets at the point an AI coding agent is about to write or commit them, rather than catching the leak later in CI. It is zero-config, needs no API key, and runs locally over stdio. A cheap guardrail for agent sessions that touch config files and credentials.

mcpsecuritysecretsscanningguardrails
by vladimirbakalov Aug 12, 2026 7/10
MCP GitHub

ao3-mcp: Search and Summarize AO3 Without Bloating Your Context

An MCP server connecting agents to Archive of Our Own for searching and summarizing fanfiction. The server does the retrieval and condensing so results come back as compact reports rather than raw pages dumped into context.

mcpsearchfanfictioncontext
by huntleeouter514 Aug 12, 2026 5/10
MCP GitHub

agentic-workflow-backend: Self-Hosted MCP for Claude Pipelines

A self-hosted MCP server that runs multi-step Claude agent pipelines end to end: building knowledge bases, generating documents, and automating longer workflows. Maintained by the LikeMinds team.

mcpself-hostedpipelinesknowledge-base
by LikeMindsCommunity Aug 12, 2026 5/10
MCP GitHub

annotation-overlay-mcp: DOM-Aware Visual Annotation for Agents

A Chrome extension plus MCP server that lets you visually annotate a live page and hand those DOM-aware annotations to a coding agent. Supports six interaction modes and was built specifically for Claude Code.

mcpchrome-extensiondomui-feedback
by cc10143 Aug 12, 2026 7/10
MCP GitHub

veto: 49 Specialist Agents and 93 Tools for Every Major AI CLI

An MCP server that hands Claude Code, Codex, Gemini, Cursor, and Windsurf a council of 49 specialist agents and 93 tools. Deterministic-first with self-learning behaviour, and it needs no API keys.

mcpagentstoolsdeterministic
by jigyasudham Aug 12, 2026 6/10
MCP GitHub

intent-gate: Mermaid Contracts and Intent Gates Before Any Code

An MCP server and Claude Code plugin that stops agents guessing at requirements by enforcing an explicit sequence: PRD, then an intent-confidence gate, then Mermaid contracts as state machines, sequence diagrams, or decision tables, then a mechanical lint that must show zero CRITICAL findings — and only then code. Human-in-the-loop, file-persisted, zero config.

mcpplanningcontractsgates
by baixinghao Aug 12, 2026 7/10
MCP GitHub

mcp-pve: Manage Proxmox VE Through AI Assistants

An MCP server exposing Proxmox VE management to AI assistants, for driving virtualization infrastructure from a coding agent.

mcpproxmoxinfrastructurevirtualization
by Samik081 Aug 12, 2026 6/10
MCP GitHub

shelfmark: Local BM25 and Embedding Retrieval in One SQLite File

Hybrid retrieval combining BM25 with embeddings for agent memory and code search, all held in a single SQLite file with no cloud and no background services. An MCP server is included for Claude Code and other agents.

retrievalsqliteembeddingsmcp
by LucasSantana-Dev Aug 12, 2026 7/10
MCP GitHub

agent-bridge: Push-Based Agent-to-Agent Messaging Across Machines over SSH

Lets agent harness sessions running on different machines talk to each other, using a push model over SSH instead of polling. Ships MCP and channel plugins so an agent can hand work to a session on another box. Aimed at people running Claude Code on a workstation and a remote server at the same time.

mcpmulti-agentsshremoteorchestration
by EthanSK Aug 12, 2026 7/10
MCP Reddit

MCP Server Bridging Claude Code and Claude Design Into Your Repo

Claude Design produces better UI than Claude Code alone, but the two products share no files or API, so results had to be copy-pasted by hand. This MIT-licensed MCP server lets Claude Code brief the designer, read the reply, screenshot the rendered page to judge it, and pull files straight into the working tree. It can attach your real codebase so designs use your existing components, and push new components back up.

mcpdesignuiopen-source
by Intrepid-Ad4494 Aug 11, 2026 8/10
MCP Reddit

Driving Your Logged-In Chrome With Playwright MCP Extension Mode

The Playwright MCP server has a lesser-known --extension mode that attaches to your existing Chrome — your profile, logins and history — rather than launching a fresh Chromium. Because the browser is genuinely real, navigator.webdriver is natively false and no stealth plugin is needed. The author bisected why a detector still flagged it and traced all three signals to the DevTools protocol rather than the browser itself.

playwrightmcpbrowserbot-detection
by Intrepid-Ad4494 Aug 11, 2026 8/10
MCP GitHub

claude-plugin-elementor: Editable Elementor Pages via a ~90-Tool MCP

A Claude Code plugin pairing exjsx with an elementor-ultra MCP server of roughly 90 tools to build WordPress Elementor pages that stay native and editable in the Elementor UI. The key claim is that output is not a locked-down export — a human can keep editing it afterwards. MIT licensed.

wordpresselementormcpplugin
by Algorismus-io Aug 11, 2026 6/10
MCP GitHub

mnemo: Give Agents a Git Repo as a Brain via MCP and Auto-Capture

Persistent agent memory backed by a plain git repository, exposed through an MCP server with an auto-capture plugin so context is recorded without manual saves. Because storage is git, memory is auditable and branchable, and there are no dependencies to run. Works with OpenCode, Claude Code, Cursor and Codex.

memorygitmcplocal-first
by JoaquimLegal Aug 11, 2026 7/10
MCP GitHub

ops-brain: Team-Bus MCP Server for Coordinating Agents Across Machines

An MCP server that acts as a shared bus for a solo operator running several AI agents on different machines. Handles cross-agent handoffs, shared knowledge, and briefings, with Zammad integration. Built in Rust on PostgreSQL + pgvector for hybrid search.

mcpmulti-agentrustpgvectorcoordination
by TheK3nsai Aug 11, 2026 7/10
MCP GitHub

tdai-memory-mcp: Memory, Code Graph, and Wiki in One SQLite File

A local-first MCP memory server combining three stores in a single SQLite file: conversational memory, a tree-sitter code index, and a Markdown wiki. Lifecycle hooks auto-capture context as you work. No API key and no cloud dependency.

mcpmemorysqlitetree-sitterlocal-first
by tinhien11 Aug 11, 2026 7/10
MCP GitHub

cairntir: Memory-First MCP Server That Fights Cross-Chat Amnesia

An MCP server that gives Claude Code a persistent memory layer with verbatim storage rather than lossy summaries. Retrieval is modeled as belief distributions with prediction-bound 'drawers' instead of flat vector similarity. Aimed at keeping context coherent across separate sessions.

mcpmemorycontextretrieval
by pnmcguire480 Aug 11, 2026 6/10
MCP GitHub

data-studio-agent: Read-Safe MCP Server for 70+ SQL and NoSQL Databases

An open-source MCP server that gives coding agents database access through DocKit and SqlKit bridges, covering more than 70 SQL and NoSQL engines. Runs local-first and defaults to read-only so an agent cannot mutate production data by accident. One integration instead of a per-database MCP server.

mcpdatabasesqlnosqllocal-first
by geek-fun Aug 11, 2026 8/10
MCP Reddit

Sluice: Turn Sessions You Are Already Logged Into Into Local MCP Tools

Sits next to your existing HTTP traffic — via MITM, token extraction and replay, or browser CDP — stores it locally in SQLite, and exposes it as MCP tools with a dashboard and CLI. Instead of asking Slack or Gmail for an OAuth app or bot token, it reuses the session already open on your machine, read-only by default. Redacts and attributes captured traffic before parsing.

mcplocal-firsthttpcdpsqlite
by TheCodingTutor Aug 11, 2026 7/10
MCP GitHub

forgetmenot: Single-Binary Go MCP Server for Persistent Agent Memory

A local-first memory MCP server written in Go that ships as one static binary with zero dependencies. Provides semantic recall, deduplication, provenance tracking, and conflict resolution between contradictory memories. The provenance and conflict handling set it apart from simple vector-store memory servers.

mcpmemorygolocal-firstprovenance
by iwanro Aug 11, 2026 7/10
MCP GitHub

funplay-unity-mcp: Unity Editor MCP With Code Execution and Play-Mode Automation

An MCP server for the Unity Editor exposing execute_code, prompts and resources, input simulation, screenshots, and play-mode automation. The input simulation and play-mode control let an agent actually test gameplay rather than only edit scripts. Broadest Unity MCP surface currently available.

mcpunitygamedevautomationtesting
by FunplayAI Aug 11, 2026 7/10
MCP Reddit

An Intent-Registry MCP That Stops Parallel Sessions From Duplicating Work

A small MCP server acting as an intent registry: before editing, an agent records what it intends to do and checks for related work already in flight. Worktrees isolate files but do nothing to stop two agents reinventing the same thing or making incompatible architecture calls — this slots in after planning and before editing. Motivated by repeated rework discovered only at PR time.

mcpcoordinationparallel-sessionsworktreesintent
by sledmonkey Aug 11, 2026 7/10
MCP GitHub

FirekeepHQ: Self-Hosted Memory and Governance for MCP Agents

A self-hosted service providing memory, session continuity, and governance policy to MCP-speaking agents including Claude Code, Codex, Kiro, and OpenCode. Because it is one shared backend, context and rules apply consistently whichever agent you reach for. Suited to teams that do not want agent state living in a vendor cloud.

mcpmemorygovernanceself-hosted
by kapella-hub Aug 11, 2026 6/10
MCP GitHub

Antevo Plugins: Wealth and Market MCP Connectors for Claude

A set of Claude plugins and MCP connectors from Antevo covering portfolios, risk, markets, and geopolitics, plus a public Executive Brief feed. Works with any MCP client, not just Claude Code. Security posture is conservative: OAuth for personal data, read-only access, and explicit confirmation on every change.

mcpfinanceportfoliomarketsoauthconnectors
by ANTEVO-CH Aug 10, 2026 5/10
MCP GitHub

Lad MCP Server: Multi-Model Code and Design Review for Coding Agents

An MCP server that gives coding agents (Claude Code, Cursor, Codex) an autonomous reviewer for both code and system design. It routes reviews through OpenRouter to reach multi-model consensus rather than trusting a single opinion, and pulls context via Serena so reviews are grounded in the actual codebase. Useful as a second pair of eyes inside an agent loop.

mcpcode-reviewdesign-reviewopenrouterserenamulti-model
by Shelpuk-AI-Technology-Consulting Aug 10, 2026 7/10
MCP GitHub

proton-mail-bridge-client: Local-First Proton Mail MCP and CLI

An MCP server plus CLI that talks to Proton Mail through the official Proton Bridge, keeping mail access local. Supports search, read, draft, send, and sync, so Claude Desktop or a terminal agent can act on your mailbox. Good fit for people who want mail automation without handing a third party their credentials.

mcpemailprotonprivacycli
by googlarz Aug 10, 2026 7/10
MCP GitHub

jiphyeonjeon-agent: MCP bridge for paper search, deep review, and curricula

An MCP server bridging Claude to the 집현전 PaperReviewAgent, exposing academic paper search, in-depth review, bookmarking, and generated study curricula as tools. Useful if literature review is part of your coding work rather than a separate task.

mcpresearchpaperskorean
by KimJiSeong1994 Aug 10, 2026 5/10
MCP GitHub

mcp-stateless-conformance: machine-checked conformance for public MCP servers

Runs machine-checked conformance tests of publicly available MCP servers against the 2026-07-28 stateless spec, publishing which servers actually comply. Useful both as a compatibility reference and as a template for testing your own server.

mcpspecconformancetesting
by Neeeophytee Aug 10, 2026 7/10
MCP Reddit

A shared knowledge layer behind MCP that captures lessons between sessions

A knowledge layer exposed through a single MCP endpoint that any client can query, letting an agent pull validated information before answering and capture solved problems back as reusable pieces. It can also infer lessons from a session automatically instead of requiring you to write notes.

mcpknowledgememorytokens
by Equivalent-Club-2118 Aug 10, 2026 5/10
MCP GitHub

open-codebase-index: semantic codebase search in Rust for MCP hosts

Semantic indexing and search over a codebase, built on Rust and tree-sitter, exposed to OpenCode, Claude, Codex, Pi, Jcode, and any MCP host. The tree-sitter foundation means results follow syntactic structure rather than raw text proximity.

searchindexingrusttree-sittermcp
by Helweg Aug 10, 2026 7/10
MCP GitHub

open-computer-use: give any LLM a Docker workspace with browser and sub-agents

An MCP server that hands a model its own managed Docker workspace with a live browser, terminal, code execution, document skills, and autonomous sub-agents. Self-hosted and model-agnostic, so it is not tied to one provider's computer-use API.

mcpcomputer-usedockerself-hosted
by Wide-Moat Aug 10, 2026 7/10
MCP GitHub

whatsapp-mcp: personal WhatsApp for Claude, encrypted with voice transcription

A personal WhatsApp MCP built directly on whatsmeow with encrypted-at-rest storage, Whisper transcription of voice notes, accent-insensitive Spanish search, vault-native CRM integration, and send confirmation as a safety gate. More thorough than the usual bridge.

whatsappmcpwhisperencryption
by adelaidasofia Aug 10, 2026 6/10
MCP GitHub

telegram-mcp-kit: connect Claude to your own Telegram account in ~15 minutes

A setup prompt for Claude Code and Codex plus production patches over an existing Telegram MCP: a shared daemon, extra tools, multi-account support, a watchdog, and the gotchas that cost the author hours. Reads your real account, not a bot.

telegrammcpsetupmulti-account
by tonydzi Aug 10, 2026 6/10
MCP GitHub

mcp-daemon-diet: one shared MCP daemon per machine instead of one per session

Replaces the default of spawning a fresh stdio MCP copy in every agent session with one shared daemon per machine, including autostart templates for Windows, macOS, and Linux, a watchdog that will not blind live sessions, and measurements showing the savings. If you run several concurrent sessions with the same MCP servers, this is real memory back.

mcpperformancedaemonmemory
by tonydzi Aug 10, 2026 8/10
MCP Reddit

Adversal: feed long technical videos to Claude Code as markdown plus key frames

A remote MCP that processes long technical videos into structured markdown together with selected visual frames, so the agent gets the code, diagrams, and slides on screen rather than a transcript that describes none of them. Avoids dumping a two-hour transcript into context.

mcpvideocontextresearch
by h4rak1ri32 Aug 10, 2026 7/10
MCP Reddit

KLYPIX: Project-Carried Context to Cut Cold-Start Overhead Across AI Sessions

Built after two months of cross-tool development, KLYPIX stores project knowledge so a new session starts from a task-ranked brief (~5 KB in Claude Code, ~2.8 KB for other MCP hosts) instead of re-explaining the codebase. The full history stays searchable, so agents pull deeper context only when the task requires it. The author reports 1,147 stored items and 53,530 mapped code nodes on their own project.

mcpmemorycontextcold-startcode-graph
by dahshan-labs Aug 10, 2026 6/10
MCP GitHub

Lucida: Single-Binary Rust CLI and MCP Server for Image and Video Generation

Lucida exposes many image and video generation backends through one Rust binary that doubles as an MCP server. Supported providers include Google Gemini and Veo, Runway, Kling, FLUX, Stability AI, OpenAI, and a local ComfyUI instance. Useful if you want an agent to generate media without wiring up each vendor SDK separately.

mcprustimage-generationvideocli
by Artificial-Humanity Aug 10, 2026 6/10
MCP GitHub

cortex: Dependency-Free MCP Server Giving Coding Agents Durable Working Memory

cortex is an MCP server written in pure Python stdlib that gives a coding agent persistent working memory scoped to a single task. The one-task-one-memory model keeps stored context focused instead of accumulating an unbounded history. Zero dependencies makes it easy to drop into any environment with Python.

mcpmemorypythonzero-dependencycontext
by sfaustodev Aug 10, 2026 7/10
MCP GitHub

chromeboost: MCP Server That Drives Your Real Logged-In Chrome

chromeboost pairs a Chrome extension with an MCP server so Claude Code can operate your actual browser profile, with sessions and logins intact. Input is synthesized with human-shaped clicks, drags, and keystrokes rather than instant scripted events. Suited to tasks on sites that require your existing authenticated session.

mcpbrowserchromeautomationextension
by lordamdal Aug 10, 2026 8/10
MCP GitHub

ripwire: A Ranked Call Graph of Any Codebase for Coding Agents, Plus MCP

A zero-dependency C++23 CLI that maps a codebase into a ranked, deterministic call graph aimed at coding agents: orientation, blast radius, which tests to run, and quality verbs. It ships an MCP server so agents can query it directly, and it attaches evidence to every claim it emits. Positioned as the ripgrep of AI context.

call-graphmcpcode-navigationcpp
by redhat-et Aug 9, 2026 8/10
MCP Reddit

Foreman: An MCP Ledger That Decides Where Your Agent Resumes, Not Memory

An Apache-2.0 MCP server built to kill state drift on long multi-session projects: a ledger, not the model's context, is the source of truth for what is done and where to resume. The author started with skills and prompt discipline, found they did not survive compaction or a large log dump, and moved the state out of the model entirely. Targets Claude Code, Cursor, and Codex.

mcpstateresumelong-horizon
by LucidZulu Aug 9, 2026 8/10
MCP Reddit

slaunt: Load Only the MCP Tools Your Agent Actually Needs

Addresses MCP tool specs eating the context window by exposing tools to the agent on demand instead of dumping every server's full definition into every session. The author reported 42 MCPs and skills loading on each context refresh, consuming roughly 30% of a weekly plan limit. Sources connect through a hosted web interface.

mcpcontexttokenstool-loading
by karatyma_dev Aug 9, 2026 5/10
MCP GitHub

ai-native: CLI, MCP Server, and Skills Generated From One OpenAPI Contract

FreeTicket's open-source agent tooling: a CLI, an MCP server, and agent skills all generated from a single B2B OpenAPI contract. The generated-from-one-contract approach is the interesting part — it keeps the three surfaces from drifting apart.

mcpopenapicodegencli
by AppFreeticket Aug 9, 2026 5/10
MCP GitHub

Axon: Local-First GraphRAG With Cited Answers, MCP-Native

A local-first RAG engine that answers from your own documents with citations, using GraphRAG, sealed sharing, an MCP interface, and VS Code Copilot integration. Nothing leaves your machine, which makes it viable for documents you cannot send to a hosted service.

raggraphragmcplocal-first
by jyunming Aug 9, 2026 6/10
MCP GitHub

engineering-audit: MCP Server for Rules-Pack-Agnostic Practice Audits

An engineering practice audit tool exposed as an MCP server, with inline trigger fragments and HTML audit reports. Rules-pack-agnostic, so you supply the standards rather than adopting the author's.

mcpauditengineering-practicereports
by rodlunt Aug 9, 2026 6/10
MCP GitHub

discord-mcp: 192 Typed Discord Bot Tools With Safety Controls

A local, typed MCP server for Discord bots exposing 192 tools to AI clients, with safety controls and observability built in. The typing and the safety layer matter given how much damage a bot with full guild permissions can do.

mcpdiscordbotssafety
by cappyeo Aug 9, 2026 7/10
MCP GitHub

cursor-delegate-mcp: Delegate Boilerplate to Cursor Composer Over MCP

An MCP server that hands multi-file boilerplate implementation to Cursor's Composer 2.5 while your frontier model writes the brief and reviews the diff. The delegated work runs on a separate quota, which is the main draw if you keep hitting Claude or Codex limits on mechanical edits.

mcpcursordelegationquota
by andreilungeanu Aug 9, 2026 7/10
MCP GitHub

Synapse-Engine: AST Knowledge Graph MCP With a Sliding-Window Quota Guard

A governance and rate-limit harness combining an AST knowledge graph MCP server (claiming 99.98% token reduction), a sliding-window quota guard, and deterministic TDD gates. Treat the token-reduction figure as the author's own benchmark, but the three-part design is coherent.

mcpastknowledge-graphquota
by LuGuBo Aug 9, 2026 7/10
MCP GitHub

roady: A Plan-of-Record and Drift Detection That Survives Context Resets

A file-based, git-versioned, MCP-native plan of record for AI coding agents: spec, plan, and drift detection that persist across context resets. Another entry in the growing category of moving plan state out of the model.

mcpplanningdriftgit
by klarlabs-studio Aug 9, 2026 6/10
MCP GitHub

hssh: Open-Source GUI SSH Client With MCP, REST and CLI Agent Control

A cross-platform Qt6/C++ SSH client that exposes its terminal and remote hosts to agents through MCP, a REST API and a CLI, so a skill can drive real sessions. Also covers port forwarding, SFTP, file compare/sync, reconnect on drop and encrypted password channels.

sshmcpterminalqt
by hyyy-y Aug 8, 2026 6/10
MCP GitHub

jarvis-index: Local-First Code Intelligence MCP With SCIP and Zoekt

An MCP server giving agents real code navigation via SCIP indexes and Zoekt search, running entirely locally. This repo is the distribution surface: installer, Claude Code / Codex / Cursor plugins and prebuilt binaries.

mcpcode-searchscipzoekt
by jarvis-intelligence Aug 8, 2026 7/10
MCP GitHub

kioku-mesh: Shared Memory for Coding Agents Across Tools and Machines

MCP-native shared memory for AI coding agents that works across different tools and machines. Local-first on SQLite, with an optional Zenoh + RocksDB mesh when you want several machines to see the same memory.

memorymcpsqlitedistributed
by h-wata Aug 8, 2026 7/10
MCP GitHub

inwise-agent-plugin: Portable Meeting and Workspace Memory for AI Agents

Plugins that expose Inwise meeting notes and workspace context to AI coding agents, so an agent can reference what was actually discussed rather than only what is in the repo. Written to be portable across agents rather than tied to a single client. Relevant if your decisions live in meetings and never make it into the codebase.

memorycontextmeetingspluginintegration
by Wise-Ai-Org Aug 8, 2026 5/10
MCP Reddit

Driving a Kubernetes Developer Platform from Claude Code via MCP

OpenChoreo, a CNCF sandbox developer platform, exposes both its control plane and observability plane over MCP, letting Claude Code inspect components and environments, trigger builds, promote deployments, and query logs, metrics, and traces. Actions stay behind the platform's own auth and abstractions instead of handing the agent raw Kubernetes access. A good look at MCP as the seam between coding agents and the platform the code actually runs on.

mcpkubernetesdevopsobservabilityopenchoreocncf
by No-Income-2235 Aug 8, 2026 7/10
MCP GitHub

aep-mcp-server: Open-Source Adobe Experience Platform MCP with Full Write Support

An Apache 2.0 MCP server exposing 46 Adobe Experience Platform tools across 12 categories, covering both reads and writes. Write coverage includes batch ingestion and data lifecycle operations, which Adobe's own read-only first-party AEP MCP does not offer. Positioned as a complement to the official server rather than a replacement.

mcpadobeexperience-platformdata-ingestionapache-2.0
by Focus-GTS Aug 8, 2026 7/10
MCP GitHub

Claude-Bridge: Real-Time Cross-Machine MCP Relay for Claude Code Agents

An MCP relay that connects Claude Code agents running on different machines in real time. It targets setups where the agent and the tools it needs live on separate hosts. Note that several unrelated projects share the claude-bridge name; this one is the MCP relay.

mcprelaydistributednetworking
by constripacity Aug 8, 2026 5/10
MCP GitHub

zephex-MCPs: One Hosted Gateway Endpoint Exposing 10 Codebase-Intelligence Tools

A hosted MCP gateway that puts ten codebase-intelligence tools behind a single endpoint. It connects to Cursor, Claude Code, VS Code, Windsurf, and JetBrains without per-tool configuration. Hosted rather than self-run, so factor in the trust and availability tradeoff.

mcpgatewayhostedcodebase-intelligence
by zephexMCP Aug 8, 2026 5/10
MCP GitHub

Innate: A Self-Growing Procedural Knowledge Layer for Coding Agents

A Rust MCP server and CLI that recalls relevant knowledge before a task, records what actually happened after, and distills the accumulated experience into reusable insights. The loop is the point: it is meant to get better at your codebase over time rather than just store notes. Works with Claude Code, Codex, and opencode.

mcpmemoryknowledgerustcross-agent
by vima-tech Aug 8, 2026 7/10
MCP GitHub

google-search-console-mcp: Index Status and Search Analytics for Agents

An MCP server exposing Google Search Console to Claude and other agents: index status, URL inspection, indexing requests, sitemap submission, and search analytics. Lets an agent handle SEO diagnostics without you leaving the terminal.

mcpseogooglesearch-console
by Mrshahidali420 Aug 7, 2026 7/10
MCP GitHub

bot-relay-mcp: Coordination Primitive for Multi-Agent Workflows

An MCP server providing a coordination primitive so multiple agents can hand work between each other. LLM-agnostic and CLI-agnostic, self-hostable, built in TypeScript on SQLite.

mcpmulti-agentcoordinationtypescript
by Maxlumiere Aug 7, 2026 6/10
MCP GitHub

ai-architect-mcp-codebase: Tree-Sitter AST to Graph With Impact Analysis

A cross-platform code intelligence MCP that parses your codebase with tree-sitter into a LadybugDB graph, then offers hybrid search and impact analysis. Works with Claude Code, Codex, Gemini, Cursor, VS Code, and Zed.

mcpcode-intelligencetree-sittergraphimpact-analysis
by cdeust Aug 7, 2026 7/10
MCP GitHub

livewire-flux-mcp: Live Flux UI Docs for Your Coding Assistant

Serves Flux UI documentation to an AI assistant straight from fluxui.dev, aware of Pro-tier components and compatible with Laravel Boost. Keeps the agent from writing Flux markup out of stale memory.

mcplaravellivewirefluxdocs
by leMaur Aug 7, 2026 6/10
MCP GitHub

MCP: Build Rich-Context AI Apps With Anthropic — Course Code

Working code from the deeplearning.ai course on building rich-context AI applications with MCP and Anthropic. A reasonable starting point if you are learning to write MCP servers rather than just install them.

mcpcourselearninganthropic
by Aravinda89 Aug 7, 2026 5/10
MCP GitHub

substack-mcp: Publish Notes and Posts, Pull Analytics, Bridge Obsidian

A FastMCP server for Substack that publishes Notes and posts, retrieves analytics, manages drafts, supports pluggable image generators, and bridges drafts from an Obsidian vault. Note that unlike some Substack MCPs, this one writes.

mcpsubstackpublishingobsidianfastmcp
by adelaidasofia Aug 7, 2026 6/10
MCP GitHub

slack-mcp: Multi-Workspace Slack With Draft-Confirm Writes

An 18-tool Slack MCP for Claude Code supporting xoxc, xoxp, and xoxb auth across multiple workspaces, with draft-and-confirm on every write, vault auto-export, a prompt-injection scrubber, and an audit log. The safety layer is the notable part for a tool that can post as you.

mcpslacksecurityprompt-injectionaudit
by adelaidasofia Aug 7, 2026 7/10
MCP Reddit

Wall: An MCP That Gives You Nine UI Variants to Choose From

An MCP server that generates roughly nine distinct UI directions for a new project, lets you leave inline comments on each section, then feeds the chosen direction back to Claude. Includes rules tuned to avoid generic AI-looking output. Aimed at the early design-direction phase.

mcpuidesignvariants
by Sea-Assignment6371 Aug 7, 2026 6/10
MCP GitHub

gsearch-mcp: Google Search Grounding in a Single Go Binary

An MCP server that gives AI tools real-time Google search grounding, shipped as one Go binary with no runtime dependencies. No Node or Python install needed on the host. A simple option if you want current web results without a heavier stack.

mcpsearchgooglegolang
by alanecolourless776 Aug 7, 2026 7/10
MCP GitHub

podcastindex-mcp: MCP Server for the Podcast Index API

Exposes the Podcast Index API to agents: search podcasts, track guest appearances, monitor trending shows and check feed health. Useful for podcast research or for anyone maintaining a feed. Read-only against a public index.

mcppodcastsapiresearch
by conorbronsdon Aug 7, 2026 6/10
MCP GitHub

mcp-freestyle: Read a FreeStyle Glucose Sensor From an Agent

A read-only MCP server exposing FreeStyle continuous glucose monitor data, with credentials stored in the OS keychain. The README is explicit about which time range it can actually cover. A careful example of handling personal health data in an MCP.

mcphealthcgmread-only
by lozit Aug 7, 2026 6/10
MCP GitHub

Unreal-MCP: Control the Unreal Engine 5 Editor From Claude Code

An MCP bridge that lets Claude Code, Cursor, Windsurf, or any MCP client drive the Unreal Engine 5 editor. This is the community edition of CodeFizz Editor Agent, which carries 900+ commands across 28 categories on UE 5.6, 5.7, and 5.8.

unrealgame-devmcpeditor-control
by aadeshrao123 Aug 6, 2026 8/10
MCP GitHub

mcp-vision-bridge: Give Text-Only Coding Agents Vision via Any Model

An MCP server that lets a text-only coding agent analyse images by delegating to any multimodal model - mimo, Claude, Gemini, or anything OpenAI-compatible. Works with Claude Code, Codex, Kimi, opencode, and PI.

mcpvisionmultimodalbridge
by KuaaMU Aug 6, 2026 8/10
MCP GitHub

overseer-nvim-mcp: Give Coding Agents Control of overseer.nvim Tasks

An MCP server exposing overseer.nvim task management to coding agents: list, tail, run, restart, stop, and dispose. Lets an agent see build and test output in your existing Neovim task runner instead of shelling out separately.

mcpneovimtaskstooling
by impossiblecode Aug 6, 2026 6/10
MCP GitHub

nvim-mcp: Connect AI Agents to a Running Neovim via msgpack-RPC

An MCP server that talks to your live Neovim instance over msgpack-RPC with no Neovim plugin required. The agent sees the editor state you actually have open, not a re-read of files from disk.

mcpneovimeditorrpc
by paulburgess1357 Aug 6, 2026 7/10
MCP Reddit

Screen-Recording Feedback MCP: Record and Talk Instead of Pasting Screenshots

Built after the author accumulated 4,000+ screenshots taken purely to give Claude Code feedback. You screen-record while talking, and the MCP processes both the video and the voice track. Open source and local-only, with no SDK or extra app required; tested on macOS.

mcpfeedbackscreen-recordingvoice
by Frequent-Age7569 Aug 6, 2026 7/10
MCP GitHub

pmb: Local-first persistent memory for coding agents over MCP

An MCP server that gives Claude Code, Cursor and Codex a shared long-term memory of decisions, lessons and facts. Everything lives in a single SQLite file on your own disk, works offline, and is multilingual. A lightweight alternative to cloud memory services.

memorymcpsqlitelocal-firstoffline
by oleksiijko Aug 5, 2026 7/10
MCP GitHub

visual-literacy: Perceptual-psychology design framework with an MCP server

A framework that teaches coding agents to reason about visual design rather than guess, built on 24 perceptual heuristics and an 8-dimension review rubric. Exposed through an MCP server so it works with any assistant. Useful for getting more consistent UI critique out of an agent.

designmcpheuristicsui-reviewrubric
by amberhoward78-creator Aug 5, 2026 7/10
MCP GitHub

ocds-mcp: MCP server for German public procurement data

Connects AI assistants to German OCDS procurement records for semantic search, tender matching and company profiling. Turns a public dataset into something an agent can query conversationally. Narrow but a clean example of a domain-data MCP server.

mcpprocurementgermanysearchopen-data
by catechesisquiltedbedspread461 Aug 5, 2026 5/10
MCP GitHub

MCP Server for On-Prem Bitbucket, Jira, and Confluence (Data Center/Server)

Fills a real gap since Atlassian's official MCP server only supports Cloud: this project adds Bitbucket Data Center/Server support and reimplements Jira/Confluence Cloud with 60-78% fewer tokens per call. Ships as 58 tools over FastMCP/stdio, or as a single Auth0 OAuth 2.1 connector URL for an entire organization.

mcpatlassianon-prem
by jameswniu Aug 5, 2026 8/10
MCP GitHub

opencode-mcp-bridge: Delegate Coding Grunt Work to a Cheap Model via MCP

A local MCP server that lets Claude Max or Codex subscribers keep their subscription for reasoning while delegating routine coding tasks to a temporary OpenCode session running on a cheaper, separately-keyed model. Delegation is non-blocking, and the delegate model is locked so it cannot be swapped by the calling agent.

mcpcost-optimizationdelegation
by teodorgross Aug 5, 2026 7/10
MCP GitHub

mcp-camoufox: Browser automation MCP server built on anti-detect Firefox

Wraps Camoufox, an anti-detect Firefox build, as an MCP server so browser automation agents avoid bot-detection blocks. Supports sign-in-once profiles and mandatory session isolation between conversations, useful for agents that need to stay logged into sites across runs.

mcpbrowser-automationanti-detect
by agelyhq Aug 5, 2026 7/10
MCP GitHub

x-browser-mcp: Read and Post to X via Your Own Logged-In Browser

An MCP server that lets local AI agents read and post to X (Twitter) through your existing logged-in browser session, avoiding the need for X API keys or paid API tiers. Useful for agents that need to monitor or interact with X without navigating API rate limits and costs.

mcpx-twitterbrowser-automation
by SohrabZ Aug 5, 2026 6/10
MCP GitHub

AIChronicles: SQLite-Backed Session Capture and Search

AIChronicles captures, searches, and summarizes Claude Code sessions into a local SQLite database, with a live web UI, an MCP server, and a CLI for querying history programmatically.

session-historymcpsqlite
by toabctl Aug 5, 2026 7/10
MCP GitHub

NotebookLM Bridge: Grounded, Cited Answers in Claude Code

Connects Claude Code (and Codex, Cursor, pi) to your NotebookLM notebooks so the agent can pull grounded, cited answers from your own documents instead of relying purely on model knowledge. One of several NotebookLM integrations in this space, distinguished by cross-tool support.

notebooklmragmcp
by Triippz Aug 5, 2026 6/10
MCP GitHub

Drift: Intent-Driven Versioning With Signed Intents and MCP

Drift layers why on top of gits what by recording signed intents alongside commits and offering semantic blame that traces changes back to the reasoning behind them. Ships as MCP tools for AI agents, runs on Node 24 with zero native dependencies.

versioninggitmcp
by lilcipherx Aug 5, 2026 7/10
MCP GitHub

Pact.ai: MCP Server That Verifies Code Against Your Project's Decisions

An MCP server for Claude Code, Cursor, Codex and Gemini that stores a project's decisions, conventions and constraints, then checks whether the code still honors them. Code stays local -- only pass/fail verdicts travel -- making it a lightweight way to catch drift from agreed conventions without a cloud dependency.

mcpcode-verificationconventions
by hexablob Aug 5, 2026 7/10
MCP GitHub

TQS MCP: Structural Engineering CAD Control From Claude Code

An MCP server that connects Claude Code to TQS, a structural engineering CAD package: it reads building models, extracts drawing data, runs structural processing, and scripts the TQS Python interface. A niche but concrete example of MCP bridging Claude Code into specialized engineering software.

mcpcadengineering
by carlostavares-manager-MNGT Aug 5, 2026 7/10
MCP GitHub

gograph: MCP server giving agents deterministic Go call-graph analysis

A local-only Go static analysis engine exposed as an MCP server, giving AI coding agents deterministic structural awareness of a codebase — call graphs, impact analysis, and symbol search — instead of guessing from text.

gostatic-analysismcpcode-navigation
by ozgurcd Aug 5, 2026 7/10
MCP GitHub

helyx: a Telegram-first multi-project hub for Claude Code

A Telegram bot and MCP server for running and monitoring multiple Claude Code sessions across projects, with dual-layer memory, voice transcription, a web dashboard, and real-time CLI monitoring.

telegrammcpmulti-projectmonitoring
by MrCipherSmith Aug 5, 2026 7/10
MCP GitHub

oh-my-coding-maas-gateway: LiteLLM gateway to Huawei ModelArts for coding agents

A LiteLLM proxy gateway that fronts Huawei ModelArts MaaS for coding agents, supporting opencode, Codex CLI, and Claude Code CLI with both OpenAI and Anthropic-format APIs, load balancing, virtual key management, and Prometheus + Grafana observability.

gatewaylitellmobservability
by wallacelw Aug 5, 2026 6/10
MCP GitHub

SecureContext: Local MCP plugin adding persistent memory and a tamper-evident audit chain

An MCP plugin giving Claude Code persistent cross-session project memory (~87% fewer context tokens) while logging every tool call into a tamper-evident HMAC audit chain. Skills are AST-scanned and HMAC-verified before running. Fully local via PostgreSQL + Ollama, no cloud dependency, MIT licensed.

mcpsecuritypersistent-memoryaudit
by iampantherr Aug 4, 2026 7/10
MCP GitHub

Tree-sitter Analyzer: Cross-Language Code-Intelligence MCP Server

An MCP server providing code intelligence across 13 languages with a family-gated call graph designed to avoid cross-language mis-wiring, plus a miswire-audit tool to check your repo. Runs 100% locally in Python with 8 facade tools, useful for agents that need accurate multi-language call-graph context.

mcpcode-intelligencecall-graphlocal
by aimasteracc Aug 4, 2026 7/10
MCP GitHub

handover-mcp: Shared Versioned Context Across Claude Code, Codex, Cursor

handover-mcp is an MCP server, CLI, and set of Agent Skills for maintaining shared, versioned context across Claude Code, Codex, Cursor, Gemini CLI, and both humans and AI agents. Useful for teams juggling multiple coding agents that need to hand off state to each other.

mcpcontext-sharingmulti-agenthandoff
by 44-pixels Aug 4, 2026 7/10
MCP GitHub

fast-browser: Drive Your Existing Chrome from Claude Code or Codex

fast-browser lets Claude Code (or Codex) control the Chrome browser you already have installed, rather than spinning up a separate headless instance, via a simple npx setup command. Useful for browser automation tasks that need your real browser session, cookies, and extensions.

browser-automationchromecli-tool
by m4ttstack Aug 4, 2026 7/10
MCP GitHub

agent-security-scanner-mcp: Security Scanner MCP for AI Coding Agents

An MCP server that scans AI-agent-generated code for prompt injection risks, hallucinated packages (checked against 4.3M+ real packages), and vulnerabilities via 1000+ rules with AST and taint analysis, plus auto-fix. Useful for teams worried about the security implications of AI-written code making it into production.

securitymcpvulnerability-scanning
by sinewaveai Aug 4, 2026 8/10
MCP GitHub

cursor-headless: MCP Bridge Bringing Cursor's Agent Backends to Claude Code

An MCP server exposing ask/plan/implement operations backed by the Cursor SDK and cursor-agent, usable from Codex or Claude Code, with fast models, streaming progress, and git worktree support. Useful for teams who want to combine Cursor's agent backends with a Claude Code-driven workflow.

mcpcursormulti-agent
by brandonkramer Aug 4, 2026 6/10
MCP Reddit

Xberg: Claude Code plugin for local document extraction

Packages the xberg Rust document-extraction engine as a Claude Code plugin with 7 skills covering extraction APIs, OCR, tables, chunking and embeddings, plus a bundled 9-tool MCP server for runtime extraction across 101 file formats. Runs fully offline/local and needs the xberg CLI on PATH.

mcpdocument-extractionpluginocr
by Goldziher Aug 4, 2026 7/10
MCP GitHub

clientcast: CLI/MCP tool that drafts client emails from git commits

A CLI plus MCP server that turns your git commit history into client update emails, classifies replies as approval, feedback, or scope-creep with cost estimates, and generates Stripe payment links for flagged work. Useful for freelancers/agencies running client work through Claude Code.

mcpfreelanceautomation
by nikolas-sapa Aug 4, 2026 6/10
MCP GitHub

reporecall: local context and memory layer for Claude Code and Codex

A local-first context/memory layer that auto-injects relevant project context per prompt via hooks, backed by AST indexing, call graphs, and hybrid search, plus an explicit freshness/trust contract and a wiki/architecture dashboard. Everything runs on your machine, aimed at reducing hallucinated or stale context in long-running coding sessions.

mcpcontext-managementmemory
by proofofwork-agency Aug 4, 2026 8/10
MCP Reddit

mcpvessel: Sandboxed Cage That Blocked an MCP Server's Data Exfiltration

A real-world account of an MCP notes server attempting to exfiltrate a Stripe secret key, caught by mcpvessel, a sandboxing tool that runs MCP servers in isolated containers with no host filesystem or credentials and outbound network blocked by default. Addresses a real threat (referencing CVE-2025-6514) since MCP servers normally run as subprocesses with full user permissions; ships its own lightweight runtime so Docker isn't required.

mcpsecuritysandboxing
by LegitimateManner3087 Aug 4, 2026 8/10
MCP GitHub

uxai-mcp-plugin: Slash-Command Extension for the UX+AI MCP

An extension for the UX+AI MCP server that surfaces its 101 UX research and design methods as easy-to-find slash commands. Makes an existing large MCP toolset more discoverable and usable directly from Claude Code.

mcpuxslash-commands
by IleanaMarcut Aug 4, 2026 5/10
MCP GitHub

speclaw: spec-driven agent workflow suite with local code graph

Turns any repo into a spec-driven, agent-ready codebase for AI coding agents. Generates a constitution from your code, a local code graph (Compass) that saves tokens, and a disciplined spec workflow — 100% local, no LLM required. Ships as both a CLI and an MCP server.

mcpspec-drivencode-graphclilocal-first
by esneiderbravo Aug 3, 2026 7/10
MCP GitHub

Synorive: offline semantic search + research agent with 24 MCP tools

A self-hosted, fully offline semantic search tool covering documents, code, PDFs, OCR'd images, and per-second video indexing, built on a local-first hybrid RAG pipeline. Includes a multi-engine research agent that quotes sources verbatim, exposed to Claude Code through 24 MCP tools.

mcpragsemantic-searchoffline
by Aevorine Aug 3, 2026 7/10
MCP GitHub

cv4vs-agents: Claude Code inside Visual Studio via MCP

Brings agentic coding to Visual Studio with a rich chat pane and interactive terminal for Claude Code, exposing the IDE's editor, solution explorer, and debugger to the agent over MCP.

mcpvisual-studioide
by Corsinvest Aug 3, 2026 7/10
MCP GitHub

dekko: tree-sitter code map generator with a /map plugin and MCP server

Generates a static code map (MAP.md + map.json) using tree-sitter, exposed as both a Claude Code /map plugin and an MCP server. Gives agents call graphs, file outlines, and impacted-test lookups without spending tokens on re-parsing the codebase.

mcpcode-graphtree-sittertoken-efficiency
by aahlijia Aug 3, 2026 8/10
MCP GitHub

speculate: speculative prefetching for coding-agent MCP tool calls

Predicts a coding agent's next read-only MCP tool call and runs it ahead of time, so the result is already cached when the agent actually asks for it — speculative prefetching applied to agent tool use.

mcpperformanceprefetching
by lukebward Aug 3, 2026 7/10
MCP GitHub

royo-learn — Local Institutional Learning Engine for AI Agents

Captures, curates, and publishes reusable learnings from agent sessions via MCP, building up local institutional knowledge that future sessions can draw on instead of relearning the same lessons.

mcpmemoryknowledge-sharing
by RoyoTech Aug 3, 2026 6/10
MCP GitHub

obsidian-mcp-router — MCP Router for Multiple Obsidian Vaults

An MCP server that routes Claude tool calls to multiple Obsidian vaults, local or remote, via the Local REST API plugin. Lets a single Claude Code session work across several vaults without manual switching.

mcpobsidiannotes
by tboome33 Aug 3, 2026 6/10
MCP GitHub

claude-services — Production-Ready MCP Server Collection

A collection of production-ready MCP servers for Claude Code covering browser automation, filesystem access, and sequential thinking, among others. Positioned as ready-to-deploy building blocks rather than reference examples.

mcpbrowser-automationfilesystem
by claude-contrib Aug 3, 2026 6/10
MCP GitHub

seekstone — Plugin-Free Obsidian MCP Server

An Obsidian MCP server that needs no Obsidian plugin and no running Obsidian instance — it works directly against the vault's files on disk. Offers single-digit-millisecond search, ~2 KB payloads, and 17 tools without blowing the context window.

mcpobsidianperformance
by shaqmughal Aug 3, 2026 7/10
MCP GitHub

wpa-mcp — Windows ETW Trace Analysis MCP Server

A C# MCP server that exposes Windows ETW (.etl) trace analyzers to Claude Code, Codex, and other MCP clients — covering CPU, scheduler waits, image loads, disk/network I/O, memory, and CLR runtime. Built for diagnosing slow app startup, AV/EDR stalls, and disk regressions.

mcpwindowsperformance-debugging
by tooluse-labs Aug 3, 2026 7/10
MCP GitHub

Conduit — Automated MCP Discovery & Personal Knowledge Layer

Automates discovering and configuring MCP servers while transforming personal artifacts into a structured knowledge layer, delivering AI-ready context without manual setup or document bloat.

mcpknowledge-layerautomation
by amlandas Aug 3, 2026 6/10
MCP GitHub

murmur — Encrypted Agent-to-Agent Messaging Bus

An MCP-native messaging bus for AI coding agents with end-to-end XChaCha20-Poly1305 encryption over NATS (with optional JetStream durability), supporting cross-host and cross-org federation plus A2A interop. Connects Claude Code, Codex, and other agents across machines.

mcpencryptionmessaging
by alexfrmn Aug 3, 2026 7/10
MCP GitHub

windbg-mcp — WinDbg/DbgEng MCP Server

Exposes WinDbg/DbgEng to AI agents over stdio, covering live user-mode and kernel debugging, crash dumps, and Time Travel Debugging. Lets Claude Code drive real Windows debugging sessions instead of just reading logs.

mcpwindowsdebugging
by glslang Aug 3, 2026 7/10
MCP GitHub

wind — Tailwind CSS for Flutter

Brings Tailwind-style utility classes (flex, p-4, dark:bg-gray-800) to Flutter, composing them into widget trees. Ships as both an MCP server and a Claude Code skill for AI agents building Flutter UI.

fluttertailwindmcp
by fluttersdk Aug 3, 2026 6/10
MCP GitHub

telegram-mcp-bridge: Self-Hosted Telegram-to-Claude Code Bridge via MCP

Connects Telegram to Claude Code over an SSE MCP connection, running 24/7 independent of the Claude app. Offers instant OpenAI-compatible auto-replies, keyword-triggered Claude Code routing, image analysis, per-chat conversation history, and feedback buttons on responses.

mcptelegrambotbridgeremote-control
by MOEINv363 Aug 2, 2026 5/10
MCP GitHub

Open-Source Deep Research MCP Using Qwen3-30B via OpenRouter

An open-source deep research MCP server that uses Qwen3-30B-A3B-Thinking via OpenRouter to produce cited web research syntheses. Works with Claude Code, Codex, Cursor, Hermes, and any MCP-compatible agent.

mcpresearchopenrouterqwen
by yoloshii Aug 2, 2026 6/10
MCP GitHub

chatroom-mcp: Coordination Server for Claude Code Agents on Separate Machines

An MCP server (over streamable HTTP, backed by SQLite/Docker) that gives multiple Claude Code agents running on different machines a shared task board with atomic claims and room chat. A UserPromptSubmit hook automatically injects peer activity into each agent's context, letting distributed agents coordinate without stepping on each other's work.

mcpmulti-agentcoordination
by WarrenSchultz Aug 2, 2026 7/10
MCP GitHub

github-code-rag-mcp: Clone-Free Code-RAG MCP Server for GitHub Repos

An MCP server that fetches public GitHub repositories over the network without a local git clone, indexes them with SQLite+FTS5 for cached search, and iteratively refines agent requirements for code reuse. Built for Claude Code and OpenCode.

mcpragcode-search
by suyu-creator Aug 2, 2026 6/10
MCP GitHub

open-enthrium-ai-mcp-server: Single-Binary MCP Server for 2,600+ Enterprise Systems

An MCP server for Claude Code, Cursor, Windsurf, and other MCP clients that connects to PostgreSQL, filesystems, GitHub, Slack, SSH, and thousands of other enterprise systems through a single binary and YAML configuration, instead of wiring up a separate MCP server per integration.

mcpenterpriseintegrations
by enthrium Aug 2, 2026 6/10
MCP GitHub

Iron-mem: agent-native memory infrastructure

A single Rust-binary MCP server providing governed session capture, LLM-based compression, hybrid retrieval (full-text + vector + RRF), a temporal knowledge graph, and content-addressed storage for coding assistant memory. Works with Claude Code, Cursor, Copilot, and Windsurf.

mcpmemoryrust
by BMC-INC Aug 2, 2026 7/10
MCP GitHub

claude-star-ipc: cross-vendor LLM collaboration for Claude Code

A dependency-free SQLite mailbox plus role hook and installer that lets models from different vendors (e.g. Opus + GLM) work as persistent peer terminals in one project, using a star topology with heartbeat push-wake and fan-out/broadcast — distinct from single-vendor subagent teams.

mcpmulti-agentcross-vendor
by GXY2017 Aug 2, 2026 7/10
MCP GitHub

vzt-flow: Local On-Device Voice Dictation With an MCP Tool for Claude Code

Hold a key, talk, and the transcript lands at your cursor -- fully offline using Parakeet TDT ASR with optional Qwen3 cleanup. Ships as a signed and notarized macOS/Windows app, a CLI, and an MCP voice-input tool for Claude Code.

mcpvoicedictationoffline
by vonzelle-vzt Aug 2, 2026 7/10
MCP GitHub

mduct: Every MCP Server as a Pipeable Unix Tool

Wraps MCP servers as ordinary Unix command-line tools so they can be piped, scripted, and run by hand without loading their schemas into an agent context. Useful for keeping context windows lean while still scripting MCP-backed workflows outside a chat session.

mcpcliunixcontext-management
by TheFox666 Aug 1, 2026 7/10
MCP GitHub

mcp-hugo-server-go: Unified MCP Server for Hugo Static Sites

A Go-based MCP server for managing Hugo static sites, with OAuth registration and self-registered tokens. Niche but gives Claude Code direct control over Hugo content and site operations.

mcphugogolangstatic-site
by jmrGrav Aug 1, 2026 5/10
MCP GitHub

vantage-peers: Convex-Native Coordination Backend for AI Agent Teams

An open-source, Convex-native coordination backend for teams of AI agents, exposing shared memory, messaging, and task management through MCP. Ships with 20 database tables and 75 tools for building multi-agent systems that need to coordinate state.

mcpcoordinationmulti-agentconvex
by vantageos-agency Aug 1, 2026 7/10
MCP GitHub

cortex-viz: Neural-Graph Visualization MCP for Claude Code Sessions

A visualization MCP server for Claude Code that renders a live "neural-graph galaxy" of a project's files, symbols, and memories, plus a per-session execution trace built from session JSONL logs. The trace view works standalone with --no-db; the full galaxy view lights up with the companion Cortex memory system.

mcpvisualizationgraphsessions
by cdeust Aug 1, 2026 7/10
MCP GitHub

sag-agents-plugin: Write Access to a Self-Hosted SAG Knowledge Base

Adds publish/sync/maintain write operations to a self-hosted SAG (Zleap-AI/SAG) knowledge base for Claude Code, Codex, and Hermes Agent, without touching SAG's source. Agents can self-assess and auto-publish durable knowledge behind a safety floor — secret scanning, dedupe, and a cost cap.

knowledge-baseplugincodexhermes
by vuongdam2k01 Aug 1, 2026 5/10
MCP GitHub

memor-ai: Shared Local Memory Across Six Coding Agents

Local shared memory for Claude Code, Cursor, Codex, Copilot, Kimi, and Goose, plus an opt-in token-savings proxy for Claude and Codex. No API key needed — fire and forget.

memoryshared-memorycursorcodexcopilot
by bnimit Aug 1, 2026 5/10
MCP GitHub

willow-2.0: Local Memory and Fleet Coordination for AI Agents

A local-first memory and MCP tool layer for AI agents backed by a Postgres knowledge base, defaulting to Ollama, with LAN-based fleet coordination (Grove) for running multiple agents together.

memoryfleetpostgresollama
by rudi193-cmd Aug 1, 2026 5/10
MCP GitHub

scrubjay: Sync Coding-Agent Config and Transcripts to Your Own NAS

Syncs Claude Code, opencode, and Codex config across machines via git, plus a peer-to-peer transcript relay to your own NAS (or GitHub) with topic recall exposed over MCP — so you can find what you discussed about something across machines without a cloud service.

synctranscriptsp2pnasrecall
by henba1 Aug 1, 2026 6/10
MCP GitHub

VMware-Monitor: Read-Only vCenter/ESXi Monitoring MCP Server

An MCP server for monitoring VMware vCenter and ESXi environments with code-level enforced safety and zero destructive operations. Part of the vmware-skills family of MCP tools for AI-assisted infrastructure management.

vmwaremcpmonitoringinfrastructure
by vmware-skills Aug 1, 2026 6/10
MCP GitHub

VMware-Harden: AI-Native Compliance and Baseline Enforcement

An MCP tool that checks VMware environments against compliance baselines like CIS, vSphere SCG, and PCI-DSS. Sibling to the broader vmware-skills MCP family for infrastructure hardening.

vmwarecompliancemcpsecurity
by vmware-skills Aug 1, 2026 5/10
MCP GitHub

seestar-mcp: MCP Server to Control a Seestar S50 Telescope

An auditable MCP server and set of Claude Code skills for controlling a ZWO Seestar S50 smart telescope and QA-checking its astrophotography output. A niche but well-scoped example of MCP controlling physical hardware.

mcphardwareastrophotographytelescope
by OrangeAgente Aug 1, 2026 6/10
MCP GitHub

terse-sharp: Token-Efficient Roslyn MCP Server for C#/.NET

Lets coding agents navigate, read, edit, and refactor a C#/.NET solution semantically via Roslyn instead of reading whole files. Aimed at cutting token spend for agents working in large .NET codebases.

mcpcsharpdotnetroslyntoken-efficiency
by amusleh-spotware-com Aug 1, 2026 7/10
MCP GitHub

wa: Persistent WhatsApp Daemon Over a Unix Socket

A persistent WhatsApp daemon with sub-second warm-call latency, an allowlist, rate limiting, and SLSA L2 build signing — for agents that need to send or receive WhatsApp messages.

whatsappdaemonslsa
by yolo-labz Aug 1, 2026 6/10
MCP GitHub

belay-mcp: Transaction Firewall for AI Agent Tool Calls

Previews, governs, verifies, and can rewind MCP and native tool calls, enforced through deterministic policies, human approvals, and signed evidence of what ran.

mcpfirewallpolicy-enforcement
by Jairogelpi Aug 1, 2026 7/10
MCP GitHub

moxy: An MCP Proxy That Aggregates Servers Behind One Connection

Aggregates multiple child MCP servers behind a single connection, adding result caching, progressive disclosure, composable result URIs, a declarative micro-MCP framework, and per-tool permission policy.

mcpproxyinfrastructure
by amarbel-llc Jul 31, 2026 7/10
MCP GitHub

mind-mem: Persistent AI Memory for Claude Code and MCP Agents

A local-first, zero-infrastructure memory server combining BM25F and vector hybrid search, usable by Claude Code, OpenClaw, and any MCP-compatible agent. Designed to be governance-aware for teams that need audit control over stored memory.

mcpmemorysearchlocal-first
by star-ga Jul 31, 2026 6/10
MCP Reddit

hSUM: Local, Evidence-Backed Memory So Agents Cite Their Sources

A local memory system that lets coding agents leave an inspectable evidence trail for claims about a repository, instead of re-searching the same information or asserting facts with no source. Runs on your machine with no hosted account, persists across chats, and keeps separate projects isolated.

mcpmemoryevidenceprovenance
by EmbarrassedTheory889 Jul 31, 2026 6/10
MCP GitHub

brain: A Second Brain in Git, Reachable From Any MCP Agent

Keeps your knowledge as markdown in a git repo you own, reachable from any MCP-capable agent. Adds a supersede protocol for updating claims, a commit-time schema gate, and a validated link graph to keep the knowledge base internally consistent.

mcpmemoryknowledge-basegit
by Cazy00 Jul 31, 2026 5/10
MCP GitHub

Academic Paper Search Skill + MCP for Chinese Research Users

A Skill and MCP server for Chinese-language researchers that searches and deduplicates results across CrossRef, PubMed, arXiv, OpenAlex, and Europe PMC, enriches with Semantic Scholar, and pulls ClinicalTrials.gov data with citation export.

mcpacademicresearchsearch
by wp-a Jul 31, 2026 7/10
MCP Reddit

Android Remote Control MCP v1.10.0: Signed APKs, No Root Needed

An MCP server that runs on your phone and lets an AI agent control any installed app. The v1.10.0 release adds signed APKs registered with Google, removing the debug-build workaround and unlocking apps that previously blocked automation.

mcpandroidautomation
by daniele_dll Jul 31, 2026 7/10
MCP GitHub

codesift: Token-Efficient Code Intelligence via 66 MCP Tools

An MCP server exposing 66 code-intelligence tools built on tree-sitter AST parsing, BM25F and semantic search, and an LSP bridge, aimed at giving agents precise code context without burning tokens re-reading files.

mcpcode-searchlsptree-sitter
by greglas75 Jul 31, 2026 7/10
MCP GitHub

agent-lsp: MCP server orchestrating language servers for agent workflows

An MCP server that wraps language servers so agents can get accurate code intelligence (definitions, references, diagnostics, etc.) instead of relying on grep-based search. Offers 65 tools across 30 CI-verified languages.

mcplspcode-intelligencemulti-language
by blackwell-systems Jul 30, 2026 8/10
MCP GitHub

rpeek: Remote Read-Only Diagnostic Tool for Agents

A lightweight, read-only diagnostic tool that lets an agent inspect a remote system's state without risk of making changes. Useful as a safe first step for agents troubleshooting infrastructure they should not be allowed to modify directly.

diagnosticsremoteread-only
by splitbrain Jul 30, 2026 6/10
MCP GitHub

pentest-kit: Dual-Mode Web App Pentest Kit with Burp-MCP Playbooks

A web app penetration-testing kit for Claude Code supporting both bug-bounty and freelance engagement modes, with a Burp-MCP methodology, 22 vulnerability playbooks, a deterministic scope guard, and a reusable engagement workspace. Authorized testing only. Distinct from another same-named pentest-kit repo (nunenuh) already in this database.

pentestingsecurityburp-suite
by C1ph3rs3c Jul 30, 2026 6/10
MCP GitHub

isopod: Firecracker microVM Sandbox for Claude Code (~0.4s Boot)

Runs Claude Code inside ephemeral, hardware-isolated Firecracker microVMs that boot in about 0.4 seconds, using content-addressed environment stages for fast, reproducible sandboxes. Exposed as both MCP tools and a CLI, a technically strong answer to safely sandboxing agent code execution.

sandboxfirecrackermicrovm
by me1iissa Jul 30, 2026 8/10
MCP GitHub

amenbo: Task Management for AI Agents in a Local SQLite Store

Keeps task and decision records for AI agents outside the model itself, storing them as connected records in a local SQLite database. The record persists independently of any single agent session, giving multi-session or multi-agent workflows a durable shared task list.

task-managementsqliteagent-memory
by ShiroDoromoto Jul 30, 2026 6/10
MCP GitHub

Lumen: A Live Rendering Canvas for Coding Agents

An MCP server and CLI (built on Bun) that lets your coding agent describe rich UI in a custom OpenUI Lang, rendering it live in your browser on localhost. Useful for agents that need to show interactive output beyond plain text.

mcpuicanvasbun
by Shinyaigeek Jul 30, 2026 7/10
MCP GitHub

web-researcher-mcp: Web Research That Cites Real Sources

An MCP server that searches the web and grounds answers in real, citable sources rather than fabricating references. Works with Claude, Cursor, and any other MCP client that needs an honest research assistant.

mcpresearchcitationsweb-search
by zoharbabin Jul 30, 2026 7/10
MCP GitHub

Norma MCP: AI Code Governance Rules Injected at Generation Time

An MCP server from Quality Clouds that injects AI code governance rules into Cursor, Claude Code, and other MCP clients right as code is generated. Helps enforce organizational coding standards on agent-written code before it lands.

mcpgovernancecode-standards
by qualityclouds Jul 30, 2026 7/10
MCP GitHub

SlimSnap MCP: Screen Captures as Structured JSON for Claude

A local MCP server that exposes your recent SlimSnap screen captures to Claude as structured JSON, including OCR text, coordinates, and annotations. Saves the round-trip of manually pasting screenshots by giving Claude machine-readable context directly.

mcpscreenshotsocrcontext
by bickov Jul 30, 2026 7/10
MCP GitHub

repocontext: Read-Only MCP Server for Cited Git Repo Context

A read-only MCP server that surfaces commit-pinned, cited context from local Git repositories so agents can answer questions about a codebase with verifiable sources. Useful for grounding an agent's understanding of project history without giving it write access.

mcpgitcontextcitations
by shmindmaster Jul 30, 2026 7/10
MCP GitHub

obsidian-llm-wiki: markdown vault as a 6-persona MCP team

Compiles a markdown vault (e.g. an Obsidian vault) into a 6-persona MCP team usable from Claude Code, Codex, OpenCode, and Gemini CLI. Headless-first and designed to cite sources from the vault rather than guess.

mcpobsidianknowledge-base
by 2233admin Jul 30, 2026 6/10
MCP GitHub

pingfusi: An MCP Server That Puts a Real Human Reviewer in Your Agent's Loop

Publishes the agent's in-progress work for a human reviewer, who pins specific problems and returns a verdict; the agent iterates until approved. Has strong early traction (70+ stars) as a structured alternative to informal human-in-the-loop review.

human-in-the-loopmcpcode-review
by alex-durango Jul 30, 2026 8/10
MCP Reddit

Mirroring Claude Code plans to a real issue tracker to survive context loss

Instead of relying on chat scrollback for project state, this MCP-based plugin mirrors everything the agent plans or ships (issues, comments, worklogs, estimates) into an actual tracker like Jira, so a new session picks up from the tracker plus a handoff file. Uses a "goal-backward" verification gate — a separate step walks backward from the goal to check evidence before closing tickets, rather than trusting the agent's self-reported "done." Lessons learned are stored as cards linked to the commits that prove them, with a confidence grade that adjusts as they're re-checked. Works under Claude Code, Codex, Gemini, Cursor, and others since it's just MCP + markdown.

mcpissue-trackerverificationmemorystate-persistence
by BagPsychological1020 Jul 29, 2026 8/10
MCP Reddit

job-search plugin adds Ashby, Greenhouse, and Lever to its 100k+ posting index

An update to an open-source Claude Code job-search plugin, expanding its searchable index to 100,000+ active postings across Ashby, Greenhouse, and Lever-powered company career pages — sources that general job boards like LinkedIn or Indeed typically miss. Requires a free agent-data API key.

job-searchpluginatsmcp
by orthogonal-ghost Jul 29, 2026 6/10
MCP GitHub

md-redline: Inline Review Comments for Markdown Specs

Lets reviewers leave inline comments directly on markdown specs, with a built-in MCP server that hands that feedback straight to an AI agent for revision.

mcpmarkdownreview
by dejuknow Jul 29, 2026 6/10
MCP GitHub

Unwritten: Give Coding Agents Your Team's Unwritten Conventions

Mines git history to learn which files change together, then flags confident absences with evidence — e.g. "you changed A but not B — they co-change in 59 of 63 commits." No LLM, no config; ships as an MCP server for agents plus a CLI for pre-commit hooks.

mcpgit-historyconventionspre-commit
by Byggarepop Jul 29, 2026 7/10
MCP GitHub

slopweaver: Give Claude Code the GitHub + Slack Context Behind a PR

An open-source, local-first MCP server (BYOK) that gives Claude Code the GitHub and Slack context behind any pull request, so the agent understands the discussion that led to the change, not just the diff.

mcpgithubslackcontext
by slopweaver Jul 29, 2026 6/10
MCP Reddit

Callosium: A Local Markdown Memory Layer for Claude Code and MCP Clients

A local markdown memory layer for Claude Code and other MCP clients that retrieves cited notes and writes back with scoped permissions, attribution, and version history. Frames memory as one of seven layers (context, memory, tools, permissions, observability, evaluation, recovery) needed to turn Claude Code into a real agent system.

mcpmemorymarkdown
by Forsaken-External578 Jul 29, 2026 6/10
MCP Reddit

talkthrough-mcp: Turn a Narrated Screen Recording Into a Bug Report

A local MCP server that indexes a narrated screen recording — transcript with timestamps, key frames, OCR text, and real time-of-day from file metadata — so Claude Code can pull the exact moment it needs and write a GitHub issue draft with proof attached (words, timestamp, error text, frame). Runs Whisper, OCR, and frame extraction entirely on-device; always stops at a draft.

mcpbug-reportslocal-firstwhisper
by phdptsd Jul 29, 2026 7/10
MCP GitHub

vouch: Review-Gated Knowledge Base for AI Agents

A git-native knowledge base where agents propose writes and a human approves them — every claim cites a source, and every change is a diff in your repo. Ships as an MCP server plus a CLI.

mcpknowledge-basegit-nativereview-gated
by vouchdev Jul 29, 2026 7/10
MCP GitHub

active-work: Durable Workspace State for Multi-Session Work

A CLI, MCP server, and Claude skill for tracking engineering initiatives across sessions so context survives when a session ends or restarts. Aimed at keeping long-running work durable instead of re-deriving state each time.

mcpskillstate-managementproductivity
by HJewkes Jul 29, 2026 7/10
MCP GitHub

remembrallmcp: Field-Aware Code Graph and Persistent Memory Over MCP

An MCP server providing whole-codebase knowledge to AI coding agents: a code graph tracking functions, classes, methods, fields, and references, plus persistent memory across sessions. Built in Rust on Postgres with pgvector.

mcpcode-graphmemoryrustpostgres
by roboticforce Jul 29, 2026 7/10
MCP GitHub

VibeLens: MCP Server Giving Coding Agents Eyes on Localhost

An MCP server that gives AI coding assistants a screenshot, console/network error feed, and a token-optimized DOM snapshot of whatever is running on localhost. Closes the loop between writing frontend code and seeing what it actually renders.

mcpfrontenddebuggingscreenshot
by soumyachk101 Jul 29, 2026 7/10
MCP Reddit

Pullrun: Lightweight OCI Runtime With an MCP Server for Containers and VMs

A ~20MB OCI-compatible runtime that runs images as either runc containers or microVMs (Firecracker on Linux, Apple Silicon VMs on macOS) from the same image, with zero-copy content-addressed storage. Ships a native MCP server exposing 15 operations (run/stop/exec/list/logs/pull/build/push/compose) so Claude Code can start and control containers or VMs directly.

mcpcontainersmicrovmocisandboxing
by Pullrun Jul 29, 2026 8/10
MCP GitHub

google-ads-mcp-plus: Official Google Ads MCP Plus a Safe Write Layer

Wraps the official read-only Google Ads MCP with a write layer for creating campaigns, paused by default and with dry-run mode, so an agent can draft campaign changes without accidentally spending ad budget.

mcpgoogle-adsmarketingdry-run
by monsieurgoodmood Jul 29, 2026 7/10
MCP GitHub

db-mcp-gateway: self-hosted, audited read-only DB access for AI agents

A self-hosted MCP gateway that gives AI agents audited, SSO-gated, read-only database access without the agent ever holding a DB credential. Addresses a real security concern around giving coding agents direct database access.

mcpdatabasesecurity
by developerz-ai Jul 28, 2026 7/10
MCP GitHub

handoff: delegate tasks from Claude Code/Codex to DeepSeek

A tool that lets you delegate specific tasks to DeepSeek directly from within Claude Code or Codex sessions, enabling cheaper or model-diverse subtasking without leaving the session.

mcpmulti-modeldelegation
by dazuiba Jul 28, 2026 6/10
MCP GitHub

Canvas: Visual MCP Server Bridging Claude Code Output to a tldraw Board

An MCP server plus tldraw/shadcn frontend that lets Claude Code or Codex push generated text, images, video, audio, and files onto a visual canvas as draggable components. A /canvas-pull command lets you select canvas items and pull them back into the agent conversation.

mcpcanvastldrawmultimodal
by Ye-Zayne Jul 28, 2026 7/10
MCP GitHub

SEO Cartograph: MCP Server for Real-Data SEO Analysis

An MCP server (plus free skills) giving Claude real SEO data access -- site crawling, Google Search Console integration, rank tracking, internal linking analysis, technical audits, and content briefs/reports.

mcpseogoogle-search-consolereporting
by tom-ned Jul 28, 2026 6/10
MCP GitHub

flux-kontext-mcp: Flux Kontext image generation MCP server

An MCP server exposing RunAPI's Flux Kontext image generation to Claude Code, Codex, Cursor, and VS Code, letting agents create generation tasks, poll for results, and check pricing across two model variants directly from a chat session.

mcpimage-generation
by runapi-ai Jul 28, 2026 6/10
MCP GitHub

synapse: Rust MCP/CLI server for local Docker, SSH, and ZFS workflows

An MCP and CLI server written in Rust giving coding agents controlled access to Docker/Compose, host inspection, SSH, logs, ZFS, and safe file operations on a local machine. Useful for agents that need to manage local infrastructure as part of a workflow.

mcpdockerinfrastructure
by dinglebear-ai Jul 28, 2026 7/10
MCP Reddit

triss: Route Cheap Grunt Work to Kimi K3/GLM/DeepSeek, Keep Claude Code for Thinking

triss is a CLI and MCP server that offloads bulk file reads, web fetches, code review, and routine coding to cheap open models (now including Moonshot's Kimi K3) while reserving your Claude subscription for planning and review. It auto-detects provider plan types and now includes a disposable-worktree coding engine to avoid touching your working tree.

mcpcost-optimizationkimiglmmulti-model
by Proper-Mousse7182 Jul 28, 2026 6/10
MCP Reddit

agent-mesh: MCP Server Letting Claude Code Talk to Codex, Gemini, Grok, and Others

An MCP server that lets one coding agent discover other installed agents (Codex, opencode, Gemini, Grok, experimental Cursor), open or join their sessions, send them prompts, read responses, and track token usage/cost. Solves the problem of isolated agent sessions when using multiple CLI tools side by side.

mcpmulti-agentcross-toolorchestration
by WarningOut_OfMinD Jul 28, 2026 7/10
MCP GitHub

electron-stagewright: Drive Electron Apps the Way Playwright Drives Browsers

An MCP server that gives AI agents Playwright-style control over Electron desktop apps, filling a gap where browser-automation tools don't reach. Useful for testing or automating Electron-based applications with Claude Code.

mcpelectronautomationtesting
by electron-stagewright Jul 28, 2026 7/10
MCP GitHub

chrome-agent: Turn Web Pages into Structured Records for AI Agents (Single Rust Binary)

A 3MB Rust binary that converts web pages into structured records for AI agents using accessibility-tree snapshots with stable UIDs, bot-detection patches, and your real Chrome logins — no Node, API key, or cloud dependency. A lightweight alternative to browser-automation MCP servers.

browser-automationrustaccessibility-treelocal-first
by sderosiaux Jul 28, 2026 7/10
MCP GitHub

Brainbase MCP: Official MCP Server with Operating Skill

The official Brainbase MCP server supports any compatible MCP client and ships with optional client packages and an operating skill for Claude Code. It connects Claude Code agents to Brainbase's AI workflow platform for building and deploying AI workers. A structured integration point for teams using Brainbase as their AI operations layer.

mcpbrainbaseintegrationskillai-workers
by BrainbaseHQ Jul 27, 2026 7/10
MCP GitHub

Claude Organizer: Jira-Like Sprint Management MCP for AI Agents

An MCP server that exposes sprint, card, and doc management to AI agents so they can plan, execute, and track their own development work. Purpose-built for AI agent workflows where the agent itself reads and updates its own task board via MCP tools.

mcpproject-managementsprintcardsagent-self-management
by fmilioni Jul 27, 2026 7/10
MCP GitHub

Ellmos CodeCommander: 17-Tool MCP Server for Code Analysis and Dev Utilities

A developer-focused MCP server providing 17 tools covering code analysis, JSON repair, import management, Markdown export, diffs, and regex testing. Broad utility for everyday coding workflows accessible directly from Claude Code without leaving the terminal.

mcpcode-analysisjsondiffregexdeveloper-tools
by ellmos-ai Jul 27, 2026 7/10
MCP GitHub

Chili Piper Official MCP Skills for Meeting Diagnostics and Routing Audits

Official Chili Piper skills and GPT configurations for their MCP server. Includes tools for meeting diagnostics, routing audits, no-show analysis, availability checks, and user onboarding/offboarding. Tailored for revenue operations teams using the Chili Piper platform.

mcpchili-pipermeetingsrevopsrouting
by Chili-Piper Jul 27, 2026 5/10
MCP GitHub

xuunity-mcp: Lightweight Unity MCP Server for Safe Unity Editor Automation

A lightweight MCP server that exposes Unity Editor automation capabilities to AI coding agents. Designed with safety in mind, allowing agents like Claude Code to manipulate Unity projects without risking editor instability. Useful for game developers integrating AI coding into Unity workflows.

UnityMCPgame-devautomationeditor
by FoxsterDev Jul 27, 2026 6/10
MCP GitHub

agent-mcp-hub: One MCP Server That Bridges Codex, Cursor, OpenCode, and Claude Code

A single MCP server that acts as a bridge between different AI coding agent clients — Codex, Cursor, OpenCode, and Claude Code — and any MCP client. Lets you expose tools once and use them across all your agents, reducing MCP configuration duplication across environments.

MCPbridgemulti-agentCodexintegration
by blackaxgit Jul 27, 2026 7/10
MCP GitHub

design-lab: Personal Brand-Taste Memory for Claude Code via Local MCP

Captures designs you like, stores them in a local MCP sidecar, and uses them to generate frontends matching your accumulated aesthetic taste. The /design skill generates UI in your brand-scoped style with approval-gated distillation. Includes NEVER rules to block patterns you dislike.

designMCPmemoryUItaste
by zhenheco Jul 27, 2026 7/10
MCP GitHub

memory-arbiter-mcp: Shared Memory Layer for All AI Coding Tools via Local SQLite

Provides a single local SQLite database as a shared memory layer across multiple AI coding tools. Every tool reads from the same verified facts, preventing conflicting beliefs between Claude Code, Cursor, and Codex in the same project. Local-first, zero cloud dependencies.

memoryMCPSQLiteshared-statemulti-tool
by billy12151 Jul 27, 2026 7/10
MCP GitHub

preloop: Open-Source AI Agent Control Plane With MCP Firewall and Budgets

A self-hosted control plane for AI agents that provides an MCP firewall, model gateway with per-agent budgets, human approval gates, runtime observability, and audit trails. Lets teams govern what tools and models their agents can access, with full audit logging of all agent actions.

control-planeMCPfirewallgovernanceobservability
by preloop Jul 27, 2026 7/10
MCP GitHub

argos: Self-Hostable Central Project Memory for AI Coding Agents via MCP

A self-hosted MCP server backed by SQLite with WAL mode and full-text search (FTS5) that provides persistent project memory for AI coding agents. Lets all your agents share a single source of truth about a project without relying on context window memory alone.

memoryMCPSQLiteFTSpersistence
by atahanyild Jul 27, 2026 7/10
MCP GitHub

agent-rooms: Real-Time MCP Chat Channel Between Claude Code Sessions

MCP server that creates named chat channels so separate Claude Code sessions can message each other in real time using inotify push — no polling, no tmux. Includes anti-loop brakes to prevent runaway message loops between agents.

mcpmulti-agentcoordinationipcreal-time
by glirgang Jul 27, 2026 8/10
MCP GitHub

figma-mcp-console: Figma MCP Server With No API Token and No Rate Limits

MCP server that lets any AI assistant read and write Figma designs in real time without requiring a Figma API token or Dev Mode seat. Works with Claude, Cursor, Copilot, Codex, and any MCP-compatible client.

mcpfigmadesignno-tokenintegration
by hoangann2000 Jul 27, 2026 7/10
MCP GitHub

memo: Fully Local Persistent Semantic Memory for AI Agents — MCP Server and CLI

memo runs 100% locally on Apple Silicon (MLX) or Linux CPU with no cloud dependencies. Uses Markdown as the source of truth, sqlite-vec and BM25 hybrid search, and a codegraph-backed knowledge graph. Exposes an MCP server and CLI so any agent can store and retrieve memories with no API keys required.

mcpmemorylocalhybrid-searchknowledge-graph
by jagoff Jul 26, 2026 8/10
MCP GitHub

Clearfront OSINT: Open-Source AI Agent with MCP Server for Digital Footprint Mapping

Free, open-source OSINT agent that maps digital footprints across 3,400+ public data sources via REPL, CLI, web console, and MCP server. Exposes powerful OSINT capabilities to Claude Code through the standard MCP interface. Useful for security researchers, journalists, and developers building privacy-aware tools.

osintmcpsecurityprivacydigital-footprintresearch
by scottmartinanderson Jul 26, 2026 6/10
MCP Reddit

Claude Code Memory for the Masses

Have you ever felt like your LLM was...stupid? Not actually stupid, but was like that one friend who would come back with bloodshot eyes and you couldn't understand why they were somehow the most g...

mcpapigitreview
by Reasonable-Exam8415 Jul 24, 2026 7/10
MCP Reddit

Need help for a non coder

Hi everyone. I am a UX designer and tasked with designing a Copilot-like product for our suite of products, which are siloed right now. I'm hoping a Copilot format embedded within each app will ena...

mcp
by rabbit-panda Jul 24, 2026 6/10
MCP Reddit

Fable 5 min cache

Hello, I have problem with Fable caching, It is known issue for me and well observed. But yesterday in one topic, one user pointed that fable also have 1h cache in CC. So I decided to take photos a...

mcpclaude.md
by Indigas11 Jul 24, 2026 7/10
MCP Reddit

We built a local security layer for Claude Code hooks and MCP tools

Disclosure: I'm one of the people building this. Claude Code is genuinely useful because it can touch files, run commands, call tools, and pull in MCP servers without waiting for you to okay every ...

mcphookcommandgitconfig
by kantorcodes1 Jul 23, 2026 10/10
MCP Reddit

I built a local Markdown memory layer because cloud.md kept growing

I use Claude Code across a few long-running projects, and I kept losing the same context between sessions. My first fix was to put more into CLAUDE.md. That worked until the file became another gia...

mcpclaude.md
by Forsaken-External578 Jul 23, 2026 10/10
MCP Reddit

A gaping hole.

Herobrine publishes a repo containing .mcp.json. (only action: git push) Steve runs: claude -p "check the build". (normal workflow, project dir) Claude Code auto-approves the MCP server. (no trust ...

mcpworkflowapigit
by SingularityDreaming Jul 23, 2026 10/10
MCP GitHub

seamless: Local-First Shared Memory and Task Coordination for AI Coding Agents

A single Go binary that acts as an MCP server for shared memory and task coordination between AI coding agents. Uses plain markdown files you own with hooks for Claude Code and Codex CLI including their desktop apps — no cloud, no vendor lock-in.

mcpshared-memorycoordinationgomarkdownhooks
by 0spoon Jul 22, 2026 8/10
MCP GitHub

pmlens: Project Management MCP Server for Claude Code and Codex

An MCP server that brings project management capabilities directly into Claude Code and Codex CLI — track tasks, visualize progress, and manage decisions across AI coding sessions. Provides structured project oversight without leaving the coding environment.

mcpproject-managementtask-trackingcodexprogress
by flc-design Jul 22, 2026 8/10
MCP GitHub

CodeTalk: AI Coding Provenance Tracking with MCP, CLI, and VS Code

A local-first provenance tracking tool that ties commits, AI session logs, and decision breadcrumbs into verifiable answers to "why was this code written?" Available as MCP server, CLI, and VS Code extension with a zero-LLM core for fast lookups.

provenancemcpvscodehistorytraceabilitycommits
by HUKAIR Jul 22, 2026 6/10
MCP GitHub

vibe-annotations: Visual Feedback Annotations for Localhost with MCP Integration

An MCP-integrated tool that lets developers create visual annotations directly on their localhost apps, which AI coding agents then read and automatically implement as fixes. Bridges the gap between visual UI feedback and code changes without manual translation.

mcpvisual-feedbackuilocalhostannotationsfix
by RaphaelRegnier Jul 22, 2026 8/10
MCP GitHub

uizze-mcp: MCP Server Giving AI Coding Tools 800K+ UI Component References

An MCP server that injects over 800,000 real UI component references into Claude Code, Codex, Cursor, and Copilot, plus a hard finish gate that blocks generic interfaces before they ship. Directly combats AI-generated "UI slop" by grounding outputs in real-world design patterns.

mcpuidesign-referencesquality-gatescomponentsanti-slop
by aislon Jul 22, 2026 8/10
MCP GitHub

Demesne: MCP Server for Running Agents in Disposable Containers

An MCP server that runs heterogeneous AI agents and shell commands inside local disposable OpenSandbox containers. Provides sandboxed execution so agent actions cannot affect the host system. Useful for running untrusted code or multi-agent pipelines in isolation.

mcpsandboxingcontainersisolationagents
by jbeshir Jul 21, 2026 7/10
MCP GitHub

Captain Memo: Local Cross-AI Memory for Coding Agents

A local persistent memory system that lets Claude Code, Codex, Gemini, Cursor, Kimi, and other agents share a single private knowledge corpus. Uses hybrid search and auto-injected context, with optional Ollama-based summarizers that require no external API key. All data stays on-device.

memorymcpcross-agentlocalollamaprivacy
by kalinbogatzevski Jul 21, 2026 8/10
MCP GitHub

AgentPrism Workflows: Dynamic Workflow Scripts as an MCP Server

Runs dynamic agent()/parallel()/pipeline() workflow scripts over any ACP backend, exposed as a stdio MCP server or TypeScript SDK. Lets you define complex multi-agent workflows in script files and invoke them from any MCP-compatible client. Bridges the gap between orchestration logic and MCP tooling.

mcpworkfloworchestrationagentstypescript
by VikashLoomba Jul 21, 2026 7/10
MCP GitHub

MathType MCP: Editable Equations in Word and PowerPoint via Claude

An MCP server, Claude Code skill, and Codex plugin that integrates MathType 7 for inserting editable equations into Word documents and PowerPoint slides. Supports native Word numbering, equation references, and editable output (not images). Useful for technical writing and academic document workflows.

mcpwordpowerpointequationsmathdocuments
by felimet Jul 21, 2026 6/10
MCP GitHub

RecallNest: Persistent Memory MCP Server for Claude Code

A persistent memory MCP server that gives Claude Code the ability to store and retrieve information across sessions. Simple drop-in addition to any Claude Code project that needs memory beyond the current context window. Stores memories locally for privacy.

mcpmemorypersistencecontext
by erinlkolp Jul 21, 2026 7/10
MCP Reddit

OtoDock: Self-Hosted Video Editing Platform With AI Agent MCP Suite

OtoDock is an open-source self-hosted platform (free up to 5 users) that lets AI agents create and edit videos via MCP servers for video editing, musicgen, videogen, and TTS. Demonstrated with a Fable vs GPT-5.6-sol head-to-head comparison.

mcpvideoeditingself-hostedmusicgentts
by dimitrismrtzs Jul 21, 2026 6/10
MCP Reddit

webfetch: Local Web Search MCP That Cuts Tokens 87% and Cost 66%

A locally-running web search MCP that replaces hosted search (Anthropic/OpenAI at $10/1k searches). Uses RRF fusion across 4 engines, BM25 + bi-encoder retrieval with cross-encoder reranking, sentence compression, and semantic caching. Benchmarked at 96% SimpleQA accuracy vs hosted alternatives.

mcpweb-searchlocaltoken-efficiencycachingretrieval
by Remote-Breadfruit204 Jul 21, 2026 9/10
MCP GitHub

m3-memory: Local-First Memory Framework for AI Agents With MCP Support and Hybrid Search

High-performance, local-first memory system for AI agents with 99.2% retrieval accuracy on LongMemEval-S. Supports Claude, MCP-native integration, and hybrid search combining FTS5, vector, and MMR. Works fully offline with GDPR and FIPS 140-3 readiness — relevant for Claude Code agents needing persistent, retrievable memory.

memorymcplocal-firsthybrid-searchvectorclaude
by skynetcmd Jul 21, 2026 8/10
MCP Reddit

Using Claude to Drive Claude

I've been using Claude Opus 4.6 in chat, to drive Claude Code (Opus 4.8 and Fable) for the last couple of weeks. Benefits: 4.6 can argue with 4.8 and instruct Fable much better than me 4.6 is a gre...

mcp
by ReasonableLoss6814 Jul 21, 2026 7/10
MCP Reddit

Glyph: Opus 4.8 drawing ASCII art through an MCP canvas

Glyph is a small ASCII art gallery you can browse and zoom into. I wrote an MCP server that exposes drawing primitives (new canvas, draw text, lines, rects, render), then let Claude Opus 4.8 compos...

mcp
by Oliveaniss_ Jul 21, 2026 8/10
MCP Reddit

Free App Store screenshots templates for vibe coders

I am making a bunch more of these for common vibe coded apps like trackers fitness ai chatbot etc. give me suggestions what other you want in the figma file and what you think I should improve on t...

mcp
by Admirable-Canary-732 Jul 21, 2026 5/10
MCP Reddit

Claude +Hookami MCP

submitted by /u/luntrasul9 [link] [comments]

mcphook
by luntrasul9 Jul 21, 2026 7/10
MCP GitHub

uxon-ai: MCP Server for AI-Driven Landing Page Creation and A/B Testing

Claude-skills-style MCP server and CRO API that lets agents create landing pages, configure A/B and split tests, and track conversions. Designed to give Claude Code agents end-to-end control over conversion rate optimization workflows without leaving the agent loop.

mcplanding-pagea/b-testingCROconversions
by alexpilotto Jul 20, 2026 6/10
MCP GitHub

mcp-wp-cli-terminus: Run WP-CLI in Claude Code via Docker, Pantheon, or SSH

MCP server that exposes WP-CLI to Claude Code and Claude Desktop across local Docker, Pantheon Terminus, and SSH environments. Can byte-faithfully copy posts and meta between WordPress environments with checksum verification, making it safe for production migrations. Lets agents perform WordPress admin tasks directly within the agent loop.

mcpwordpresswp-clidockerpantheonssh
by EarthmanWeb Jul 20, 2026 7/10
MCP GitHub

splitlaunch-dev: A/B Testing MCP for PPC and Paid Social Landing Pages

MCP server for creating URL-based A/B experiments targeting Google Ads and Meta traffic, tracking conversions, and retrieving results via the SplitLaunch API. Lets Claude Code agents set up, run, and analyze paid traffic experiments without leaving the agent loop.

mcpa/b-testingppcgoogle-adsmetaconversions
by alexpilotto Jul 20, 2026 5/10
MCP GitHub

gtm-system: Claude Skills and MCP Server for Sales and GTM Teams

Open-source package combining Claude skills and an MCP server targeting sales and go-to-market workflows. Lets Claude build LinkedIn Sales Navigator searches, draft multichannel outreach campaigns, and manage replies — all from Claude Code. Practical example of domain-specific MCP + skills composition.

mcpsalesGTMskillsLinkedIn
by LaGrowthMachine Jul 19, 2026 6/10
MCP GitHub

searchconsole-ai: Google Search Console MCP Server for SEO Analytics

An MCP server that connects Claude Code (and other AI coding tools) directly to Google Search Console data. Query impressions, clicks, rankings, and crawl coverage without leaving your editor. Works with Claude Code, Cursor, Codex, and ChatGPT.

mcpSEOGoogle Search Consoleanalytics
by AndreyAzimov Jul 19, 2026 7/10
MCP GitHub

VMware-Storage: MCP Server for vSphere Storage Management

An MCP server providing 11 domain-focused tools for VMware vSphere storage management, covering datastores, iSCSI, and vSAN. Allows Claude Code agents to inspect and manage vSphere storage infrastructure directly through natural language. Well-suited for VMware administrators who want to automate storage operations via Claude Code.

mcpvmwarevspherestorageenterpriseinfrastructure
by zw008 Jul 19, 2026 7/10
MCP GitHub

librarian: MCP-Based Decision Library for AI Agent Sessions

Agents submit plans and ADRs (Architecture Decision Records) over MCP; the human reads, comments, and approves or rejects them. Every verdict, including rejections, becomes queryable memory for future agent sessions. Local-first, MIT-licensed, structured human oversight for agentic workflows.

mcpdecision-trackingadrhuman-in-the-loop
by ivankwongtszfung Jul 19, 2026 8/10
MCP GitHub

ibkr: MCP Server for Interactive Brokers TWS and IB Gateway

A local Go CLI and stdio MCP server connecting to Interactive Brokers TWS and IB Gateway via the Go TWS API. Enables Claude Code to interact with trading systems through the MCP protocol. Finance-specific but a clean example of MCP wrapping a legacy API.

mcpfinanceibkrgo
by osauer Jul 19, 2026 5/10
MCP GitHub

nomoreide: MCP Server + Shared Daemon for Claude Code and Other Agents

An AI-native service workbench with an MCP server and shared daemon that Claude Code, Codex, and Gemini can all use. Provides CLI, TUI, and web dashboard for running services, viewing logs, managing git, and accessing databases. One shared backend for multiple coding agents.

mcpdaemonmulti-agentservices
by Rorogogogo Jul 19, 2026 6/10
MCP GitHub

agent-bridge: Durable Pull-First Mailbox for AI Agents Across Runtimes

A control plane providing durable, pull-first message delivery for AI agents across different runtimes, sessions, and machines. Agents pull work rather than having it pushed, avoiding missed messages during downtime. Useful for long-running multi-machine agent deployments.

mcpmulti-agentmessagingcross-session
by creatornader Jul 19, 2026 7/10
MCP GitHub

aiterm-mcp: One Persistent MCP Terminal That Drives Other Coding Agents

A persistent terminal MCP server that your AI drives — and from which it can launch other coding agents (Codex, Grok, Composer) as nested subprocesses. SSH, containers, and REPLs appear as text channels. tmux-backed with token-reduced reads and full headless MCP access.

mcpterminaltmuxmulti-agentssh
by kitepon-rgb Jul 19, 2026 8/10
MCP GitHub

mcp-dev-servers: Six MCP Servers (58 Tools) for Claude Code in One Package

Six MCP servers covering git, GitHub, .NET, Rust, Ollama, and template-sync — 58 tools total — installable with one pip command. Significantly expands Claude Code's built-in toolset for development workflows across multiple languages and platforms.

mcpgitgithubdotnetrustollama
by dagonet Jul 19, 2026 8/10
MCP GitHub

dev-coach: Local MCP Coach That Teaches One Concept Per Task

An MCP server that acts as a learning coach — it teaches one programming or architecture concept per completed task, so developers stay sharp while the AI does the implementation work. Local-first, no external service.

mcplearningeducationcoaching
by UltimaPhoenix Jul 19, 2026 6/10
MCP Reddit

slicegrep: Token-Budgeted Code Slice Retrieval MCP That Outperforms grep + File Reads

An MCP server providing ranked, token-budgeted code slices instead of raw grep results, reducing retrieval from 7 tool calls and ~6,345 tokens to 1 tool call and ~2,024 tokens. Benchmarked on 240 retrieval tasks (63.9% hit rate vs 57.3% for grep+reads) and 80 real git commits. Includes negative evidence reporting when a symbol is not found.

mcpcode-retrievaltoken-optimizationgrepsearch
by New_Alarm4418 Jul 19, 2026 9/10
MCP GitHub

commy: MCP Substrate for Inter-Agent Communication Across Sessions and Machines

An MCP server providing channels, threads, and persistent identities for agents and humans communicating across sessions and machines. Agents and humans share the same communication substrate. Enables long-running multi-machine agent collaborations with persistent message history.

mcpcommunicationmulti-agentcross-sessionchannels
by CodeForBreakfast Jul 19, 2026 8/10
MCP GitHub

korean-dart-mcp: Korean OpenDART Financial Data via MCP

An MCP server exposing Korea's OpenDART API — corporate filings, financial statements, and XBRL data — directly inside your AI assistant. Useful for financial analysis workflows targeting Korean public companies. Handles authentication and pagination against the DART REST API.

mcpfinancekoreadartfinancial-data
by aesthetic-legalism5470 Jul 19, 2026 5/10
MCP GitHub

trw-mcp: Persistent Engineering Memory and Spec-Driven Development via MCP

An MCP server that gives AI coding agents persistent engineering memory and a spec-driven development workflow. Part of the TRW (Test-Review-Write) Framework — knowledge compounds across sessions as specs and implementation decisions are stored and retrieved. Targets teams who want structured, repeatable agent-assisted development.

mcpmemoryspec-drivenengineeringworkflowknowledge
by wallter Jul 19, 2026 7/10
MCP GitHub

taskferry: MCP Server for Dispatching Background Tasks to Claude Code

An MCP server that dispatches background opencode CLI tasks to Claude Code and detects true process-exit completion instead of relying on tmux log-grepping heuristics. Makes fire-and-forget agent tasks reliable with proper completion signals. Useful for long-running generation or build jobs that shouldn't block the main session.

mcpbackground-tasksopencodecliautomationprocess
by jeremysball Jul 19, 2026 7/10
MCP GitHub

gossipcat-ai: Multi-Agent Code Review Mesh With Accuracy-Based Agent Selection

An MCP server that orchestrates parallel code review across multiple AI providers, has agents cross-review each other's findings, and builds accuracy profiles over time. Agents that consistently catch real bugs get prioritized; agents that hallucinate get deprioritized. Works with Claude Code, Cursor, and other MCP-compatible IDEs.

mcpcode-reviewmulti-agentaccuracyparallelclaude-codecursor
by gossipcat-ai Jul 19, 2026 8/10
MCP GitHub

furl-ctx: Context Compression for AI Agents via MCP (Rust Core, Python API)

A context compression library with a Rust core and Python API that reduces token usage by compressing agent context with CCR (Content-Compressed Retrieval) — compressed blobs stay retrievable, not just truncated. Ships as an MCP server and Claude Code/Codex plugin. Available on PyPI as furl-ctx.

mcpcontext-compressiontoken-usagerustpythonclaude-code
by omar-y-abdi Jul 19, 2026 7/10
MCP GitHub

agent-feedback-hub: User Feedback Widget and MCP Server for AI Apps

An MCP server plus embeddable feedback widget that lets users submit feedback from within AI-assisted apps and surfaces it to the agent in real time. One-command install. Closes the loop between users and the AI agent handling their session without requiring a separate feedback pipeline.

mcpfeedbackwidgetuser-feedbackai-app
by AdrianSQA Jul 19, 2026 5/10
MCP GitHub

offload-harness: Delegate Tasks to Free Local Gemma-4 via llama.cpp

Offloads summarize, classify, extract, and triage tasks to a free local Gemma-4 cascade via llama.cpp. Go CLI plus MCP server that never calls a cloud model. Includes a turnkey setup skill for Claude Code to configure the local inference backend. Useful for keeping lower-value tasks off expensive frontier models.

local-llmgemmallama-cppmcpcost
by unknown Jul 18, 2026 8/10
MCP GitHub

atlassian-browser-mcp: Atlassian MCP with Browser SSO Authentication

Browser-backed MCP server wrapping mcp-atlassian with Playwright SSO authentication for Atlassian Server and Data Center. Solves the authentication problem that prevents standard Atlassian MCP servers from working with enterprise SSO setups.

atlassianmcpssoplaywrightjira
by GeiserX Jul 18, 2026 6/10
MCP GitHub

gdocs-comments-mcp: Manage Google Docs Comments via MCP

Manages inline, range-anchored Google Docs comments via the Model Context Protocol. Lets Claude Code agents read, create, and resolve comments in Google Docs directly, useful for teams that use Docs for review workflows alongside code.

google-docsmcpcommentscollaboration
by Abdulreh4874 Jul 18, 2026 6/10
MCP GitHub

kotlin-lib-mcp: MCP Server for Kotlin/Java Library Docs and KDoc

MCP server exposing the sources, public API, and KDoc of Maven-published Kotlin and Java libraries. Lets agents look up library documentation and types accurately without hallucinating APIs, directly from the actual published artifacts.

kotlinjavamcpdocumentationkdoc
by aoreshkov Jul 18, 2026 6/10
MCP GitHub

obsidian-markdown-lint-mcp: Lint Obsidian Files and Render Mermaid via MCP

MCP server that lints Obsidian markdown files, validates front matter, and renders Mermaid diagrams in an isolated server. Useful for teams using Obsidian as a knowledge base alongside Claude Code, keeping documents well-formed without leaving the agent workflow.

obsidianmcplintingmermaidmarkdown
by andresimitative368 Jul 18, 2026 6/10
MCP GitHub

n24q02m Plugin Marketplace: Web Search, Memory, and 8 More MCP Tools

Claude Code plugin marketplace for n24q02m MCP servers, installing web search, memory, Notion, email, Telegram, Godot, code review, and image/video tools in one command. A batteries-included collection for developers who want a comprehensive MCP setup quickly.

mcpmarketplaceweb-searchtelegramgodot
by n24q02m Jul 18, 2026 6/10
MCP GitHub

ontology-atlas: Agent-Native Ontology Workbench With MCP

Local-first, human-sovereign ontology workbench where teams and AI agents read, write, and maintain a shared markdown knowledge graph together. Open source and MCP-native. Useful for teams building domain models where both humans and agents need to reason about relationships.

ontologyknowledge-graphmcpmarkdownteam
by wlsdks Jul 18, 2026 6/10
MCP GitHub

memory-mcp-server: Bridge Claude Code and Claude.ai Project Memory

FastMCP server that bridges Claude Code and Claude.ai by exposing Claude Code project memory files over MCP. Lets you access and reference the memory built up in your Claude Code sessions from Claude.ai and vice versa, creating continuity between the two interfaces.

memorymcpbridgeclaude-aisync
by Ahmedaltu Jul 18, 2026 8/10
MCP GitHub

skanna: Security Scanner for Claude Code Skills and MCP Servers

Scans Claude Code skills, plugins, and MCP servers before installation and delivers a verdict. Addresses the risk of installing malicious or compromised skills from third-party sources without auditing them first. A security gate for your agent ecosystem.

securityscannerskillsmcppre-install
by proluct Jul 18, 2026 8/10
MCP GitHub

aura: Give AI Agents Eyes and Hands on Real Devices via MCP

MCP server enabling screenshot→click→verify workflows across Windows, Linux, macOS, Android, and iOS. Provides user-perspective testing for AI coding agents, letting them interact with real running applications rather than relying on code-only testing.

mcptestingscreenshotautomationmobile
by lvusyy Jul 18, 2026 7/10
MCP Reddit

TypeScript CodeGraph MCP: Compiler-Based Code Index for Agents

Benchmarks comparing CodeGraph MCP tools show many consume more tokens than they save due to non-compiler-based approaches. This MCP tool builds a real TypeScript AST-based code graph from the actual compiler, delivering one simple tool that returns index-only data without interfering with the agent. Benchmarks show wins across all metrics.

mcptypescriptcode-graphasttokens
by jhnam88 Jul 18, 2026 6/10
MCP GitHub

agent-audit-kit: Static Scanner for MCP-Connected Agent Pipelines

225-rule static scanner for MCP-connected AI agent pipelines covering 11 vulnerability categories and 12 compliance frameworks, including OWASP Agentic 10/10 and MCP 10/10. Ships as a GitHub Action with SARIF output and a public CVE-to-rule ledger. Essential for teams shipping MCP-enabled agents.

securitymcpstatic-analysiscomplianceowasp
by sattyamjjain Jul 18, 2026 7/10
MCP GitHub

smara: Sync Persistent Memory Across AI Tools via MCP

Unified MCP server that synchronizes persistent memory across your AI tools and agents. Useful for maintaining consistent context when switching between Claude Code, Cursor, and other agents that each maintain their own isolated state.

memorymcpsyncmulti-tool
by jefffergunson118-beep Jul 18, 2026 7/10
MCP GitHub

marm-memory: 3-in-1 Local Memory Layer MCP for Claude Code

Local-first MCP server fusing session history, codebase indices, and concept graphs in SQLite. Works with Claude Code, Codex, Grok, Gemini, VS Code, and Cursor. Zero-cloud, privacy-first design enables instant recall for multi-agent swarms without sending data to external services.

memorymcpsqliteknowledge-graphlocal-first
by Lyellr88 Jul 18, 2026 7/10
MCP GitHub

veil-mcp: Agent-Native Shell as MCP Server

An MCP server that exposes a shell interface designed specifically for LLM agents rather than humans. Features quiet-by-default output, addressable detail, effects-as-data semantics, and opt-in sandboxing and trace modes. Built explicitly for Claude Code and similar agents.

mcpshellagent-nativesandbox
by vkmtx Jul 18, 2026 7/10
MCP GitHub

featureboard-mcp: Local Markdown Project Board Inside Claude

Packages a local markdown-backed project board as a Claude Desktop or Cowork extension (.mcpb). Point it at a folder and Claude plans, logs, prioritizes, and works tickets in plain language, then renders everything as a live interactive board artifact with an analytics dashboard. No external service needed.

mcpproject-managementkanbanmarkdown
by valentil Jul 18, 2026 7/10
MCP Reddit

Building OAuth 2.1 MCP Server for Claude.ai to Obsidian Vault

Full guide for building a working OAuth 2.1 MCP server that connects Claude.ai directly to an Obsidian vault. Documents the silent bug that cost the author hours, making it practical for others to avoid the same pitfall. Covers the complete implementation from scratch.

mcpoauthobsidianguide
by martn_lrnce Jul 18, 2026 8/10
MCP GitHub

yantrikdb-server: Cognitive Memory Database for AI Agents in Rust

A cognitive memory database for AI agents that consolidates duplicates, detects contradictions, and fades stale memories via temporal decay. Ships as a library, MCP server, or HTTP cluster. Built in Rust with AGPL license. Handles the difficult problem of memory management without the agent needing to manage its own knowledge freshness.

mcpmemoryrusttemporal-decaycognitiveAI-agents
by yantrikos Jul 18, 2026 7/10
MCP GitHub

ultramemory-mcp: One Memory Across All AI Coding Tools via MCP

A single memory layer that works across Claude Code, Claude Desktop, Cursor, ChatGPT, Gemini CLI, and Hermes — recalls first every turn and is honest enough to say it does not know when it does not. Combines an MCP client with a Claude Code recall hook for seamless cross-tool memory.

mcpmemorycross-toolclaude-codecursorgeminirecall
by LogicLabsAI Jul 18, 2026 8/10
MCP GitHub

Prism: 5 MB LLM Proxy Translating Anthropic, OpenAI, and Ollama APIs

A 5 MB LLM proxy for Windows and macOS that translates between Anthropic, OpenAI, and Ollama APIs in real time. Native system tray, built-in admin UI, model remapping, and SSE streaming — zero dependencies. Useful for routing Claude Code to alternative backends or switching models without changing client config.

proxyapianthropicopenaiollamamodel-routing
by KavinMK05 Jul 18, 2026 6/10
MCP GitHub

witness: Memory and Self-Improvement Engine for Claude Code Over MCP

A local memory and self-improvement engine for Claude Code and OpenCode that captures coding sessions and distills how your patterns, habits, and knowledge evolve over time. Person-centric growth archive served over MCP as a single Go binary. Tracks your development as a coder alongside your code.

mcpmemoryself-improvementclaude-codeopencodego
by IngTian Jul 18, 2026 7/10
MCP GitHub

teamcity-cli: TeamCity CLI for Terminal and AI Agents From JetBrains

JetBrains official TeamCity CLI for the terminal and AI coding agents — covers builds, logs, agents, agent terminals, and queues. Makes CI/CD management from Claude Code natural. Useful for teams already on TeamCity who want AI-assisted build management.

mcpCI/CDteamcityjetbrainsCLIbuilds
by JetBrains Jul 18, 2026 6/10
MCP GitHub

searxng-mcp: Fast Token-Efficient MCP for SearXNG Search

A fast, token-efficient MCP server for SearXNG with stdio, streamable-HTTP, Docker, and rendered-fetch support. Gives AI coding agents access to a self-hosted search engine for web research. Good for teams running SearXNG internally who want their agents to search without sending queries to external services.

mcpsearchsearxngtoken-efficientself-hosted
by 88plug Jul 18, 2026 7/10
MCP GitHub

screen-mcp: Eyes and Hands on a Linux Wayland Desktop for AI Agents

An MCP server that gives AI agents eyes and hands on a Linux Wayland desktop — screenshot, click, type, scroll, drag, and read any visible application via xdg-desktop-portal. CPU-only, works on GNOME/Wayland. Enables Claude Code to interact with GUI applications directly without a browser.

mcpcomputer-usewaylandlinuxscreenshotautomation
by 88plug Jul 18, 2026 8/10
MCP GitHub

docs-mcp: CometChat Docs MCP for AI-Assisted Chat Integration

A CometChat documentation search and implementation bundle MCP — add chat, voice, video, and moderation to your app through your AI coding agent. Provides structured access to CometChat docs and code samples via MCP tools. Good for developers building communication features who want AI-assisted implementation.

mcpdocumentationchatvideocometchatintegration
by cometchat Jul 18, 2026 6/10
MCP GitHub

agent-operating-framework: MCP for Structured Agent Execution Loops

An MCP server that wires AI agents into a structured execution loop: preflight → check_contract → work → verify_gate → post_evidence. Enforces discipline in agent workflows by requiring each phase to complete before the next starts. Good for production agent deployments where you need auditability.

mcpworkflowstructured-executioncontractsevidenceAI-agents
by nguyenngocduyphuc Jul 18, 2026 7/10
MCP GitHub

enquire-mcp: Advanced Obsidian MCP With Hybrid Retrieval for AI Agents

The most advanced Obsidian MCP with hybrid retrieval (BM25 + ML + BGE rerank, RRF-fused), HNSW live-update, agentic RAG (HyDE + sub-question), Obsidian Bases, PDFs+OCR. Works with Claude Code, Cursor, ChatGPT, Codex, and OpenClaw. SLSA L2 verified and MIT licensed.

mcpobsidianmemoryragretrievalclaude-code
by oomkapwn Jul 18, 2026 8/10
MCP GitHub

paparats-mcp: Local-First Multi-Repo Semantic Code Search MCP

A local-first MCP server for multi-repository semantic code search using Qdrant and llama. Turns your entire workspace into private context for AI coding assistants like Claude Code, Codex, Cursor, Copilot, and Windsurf. Fully local with no data leaving your machine.

mcpsemantic-searchmulti-repolocal-firstqdrantclaude-code
by IBazylchuk Jul 18, 2026 7/10
MCP GitHub

cortex: Rust MCP Log Aggregation for Homelab and AI Transcripts

A Rust-based MCP and HTTP log aggregation platform that ingests homelab syslog, Docker logs, OTLP data, and AI coding transcript correlations into SQLite with full-text search. Connects logs from your infrastructure alongside your AI session history in one queryable store. Good for homelab operators who want unified observability with AI context.

mcploggingrustsqlitehomelabobservability
by jmagar Jul 18, 2026 6/10
MCP GitHub

pronounce: Developer Jargon Pronunciation With MCP and Claude Skill

A comprehensive tool for pronouncing developer jargon correctly — 1,650+ entries including kubectl, GIF, JSON, JWT with confidence levels. Ships as a Bash CLI, VS Code extension, interactive quiz, voice search, MCP server, and Claude Code skill. Handy reference for new developers and non-native English speakers who present technical content.

mcpskilldeveloper-toolspronunciationreference
by anzy-renlab-ai Jul 18, 2026 7/10
MCP GitHub

gandi-mcp: Python MCP for Gandi v5 API With Three-Tier Safety Model

A Python MCP server covering the full Gandi v5 API: domains, LiveDNS, email, billing, organizations, and certificates. A three-tier safety model gates writes and purchases so accidental domain changes are blocked. Good for developers who manage domains via Gandi and want AI-assisted DNS and certificate management.

mcpgandidnsdomainspythonapi
by millsymills-com Jul 18, 2026 6/10
MCP GitHub

audio-mcp: Capture Mic and System Audio on macOS for AI Agent Analysis

MCP server that captures microphone and system audio in explicit MCP sessions and exposes raw WAV files to AI agents. Lets agents analyze audio recordings as part of a workflow — useful for transcription, QA, and voice-driven tasks.

mcpaudiomacoscapture
by burfthdae-oss Jul 17, 2026 6/10
MCP GitHub

trace-mcp: Single-Tool Codebase Exploration MCP for Claude Code and Codex

MCP server that replaces ~42 minutes of manual agent exploration with a single tool call. Provides deep structured analysis of a codebase in one shot, dramatically reducing the back-and-forth agents need to understand unfamiliar repos.

mcpexplorationcodebaseefficiency
by nikolai-vysotskyi Jul 17, 2026 7/10
MCP Reddit

Financial Date Math MCP Server — Validated Against 3,600+ QuantLib Cases

MCP server handling financial date math with precision validated against over 3,600 QuantLib reference cases. Provides reliable business-day calendars, settlement dates, and financial period calculations for agents working in fintech or quantitative domains.

mcpfinancedatequantlib
by Sea_Life493 Jul 17, 2026 6/10
MCP GitHub

spanner-schema-explorer: Read-Only Google Cloud Spanner MCP for Schema Inspection

A read-only MCP server for Google Cloud Spanner exposing schema inspection and SELECT query execution — no write access. Safe for AI coding sessions where you want Claude Code to understand your Spanner schema and data without risk of mutations. Targets teams using Spanner who need agent-readable database visibility.

mcpspannergoogle-cloudread-onlydatabase
by kartikparasher Jul 16, 2026 6/10
MCP GitHub

GoodMemory: Local-First Auditable Memory Layer for AI Coding Agents

GoodMemory provides a local-first memory layer for AI apps and coding agents (Codex, Claude Code) with auditability as a first-class feature — you can review exactly what the agent remembers. Exposes memory via MCP, HTTP, TypeScript, and Python interfaces. The audit focus distinguishes it from simpler append-only memory stores.

memorymcplocal-firstaudit
by hjqcan Jul 16, 2026 6/10
MCP Reddit

since: MCP Server That Detects Stale File Reads Before Agent Writes

since is a zero-dependency MCP server that fingerprints every file an agent reads (mtime + hash) and reports which files changed on disk before the agent writes from its cached copy. Addresses the "stale world model" problem documented across Claude Code, Cursor, Copilot, and Codex. Install via pip install pysince; works with any MCP client.

mcpfile-watchingstale-readsafetydebugging
by Enough-Piano-2362 Jul 16, 2026 8/10
MCP GitHub

unraid-mcp: Manage Unraid Servers via GraphQL API Through MCP

unraid-mcp connects Claude Code (or any MCP client) to Unraid's GraphQL API, enabling queries and control of Docker containers, VMs, disk array, parity operations, plugins, rclone, notifications, and live telemetry. Useful for homelab users who want AI-assisted Unraid server management from their editor.

mcpunraidhomelabgraphqldocker
by jmagar Jul 16, 2026 6/10
MCP Reddit

hypruse: Computer Use for Hyprland via MCP Without Root

An MCP server that gives Claude and other MCP-compatible agents native desktop control on Hyprland without requiring ydotool, root access, or XDG portals. Uses Hyprland IPC for window management, mouse, and keyboard input. Enables computer-use workflows on Linux Wayland desktops that were previously blocked by permission requirements.

mcpcomputer-usehyprlandwaylandlinuxdesktop-automation
by SiteSimple Jul 16, 2026 7/10
MCP GitHub

codebrain: Multi-Agent AI IDE with 244 MCP Tools

A multi-agent AI IDE that ships with 244 pre-integrated MCP tools covering code generation, refactoring, search, file operations, browser automation, and more. Positions itself as an all-in-one environment rather than requiring manual MCP server assembly. Aimed at developers who want a batteries-included AI coding setup without configuration overhead.

mcpidemulti-agentbatteries-includedtools
by devmkpro Jul 16, 2026 6/10
MCP GitHub

MCP-Scorecard: CI Quality Gates for MCP Servers

A tool that scores MCP servers across conformance, security, ergonomics, and metadata dimensions, designed to run in CI before servers reach real agent workflows. Catches non-conformant or poorly-documented servers before they cause runtime failures. Helps teams enforce a quality bar across the MCP servers they depend on.

mcpciquality-gatessecurityconformancetesting
by Kerrimoral221 Jul 16, 2026 8/10
MCP GitHub

CTX-Audit: Code Security Analysis Built for LLM Collaboration via MCP

Traces complete data-flow paths from input to sink across 12 languages, outputting structured evidence via MCP tools so LLMs can read call graphs, trace taint, and make evidence-based security verdicts. Benchmarked against real-world CVEs.

securitymcptaint-analysisdata-flowcvecode-audit
by BlkSword Jul 16, 2026 8/10
MCP GitHub

lens: Token-Efficient Code and Doc Retrieval for Agents via MCP

Provides FTS5 full-text search, symbol outlines, and surgical file reads for agents via CLI and MCP. Zero dependencies — designed to minimize tokens spent on code discovery while maximizing relevance of what agents retrieve.

mcpsearchretrievaltoken-efficientfts5symbols
by tools-for-agents Jul 16, 2026 8/10
MCP GitHub

semanticscholar-skill: Semantic Scholar API Wrapper for AI Agents

An MCP-compatible Semantic Scholar API wrapper for searching over 200M academic papers, traversing citations, and finding authors. Python-based, rate-limited, and designed for multi-agent research pipelines.

mcpacademicresearchsemantic-scholarcitations
by Agents365-ai Jul 16, 2026 6/10
MCP GitHub

clickup-cli: ClickUp CLI Designed for AI Agents

A ClickUp CLI built specifically for use by AI coding agents — wraps ClickUp task management in a format agents can invoke programmatically for project management integration.

mcpclickuptask-managementcliagents
by krodak Jul 16, 2026 6/10
MCP GitHub

codex-capability-bridge: Portable Claude Code Plugin and MCP Bridge for Codex

A portable Claude Code plugin plus MCP bridge that discovers local Codex skills and delegates real work to the Codex agent — sandboxed, verified, and self-healing. Lets Claude Code and Codex share capability without manual coordination.

mcpcodexbridgepluginclaude-code
by AEcru Jul 16, 2026 6/10
MCP GitHub

pireel-agent: MCP Plugin to Edit Videos from Claude Code

An MCP plugin connecting Claude Code (or Codex) to Pireel Studio for AI-driven video editing. Supports transcript-based cutting, storyboarding, subtitle generation, custom themes, and local export through workflow skills.

mcpvideo-editingpireelmediaworkflow-skills
by pireel Jul 16, 2026 6/10
MCP GitHub

printkk-agent-skill: MCP Skill for Print-on-Demand Automation via PrintKK

An agent skill connecting Claude Code to the PrintKK print-on-demand API for image management, design creation, order fulfillment, and product catalog queries. Enables AI-driven print product workflows directly from a coding agent.

mcpskillprint-on-demandprintkkapiautomation
by adrianohenriqueuna-pixel Jul 16, 2026 5/10
MCP GitHub

switchboard-mcp: Local Hub for Claude Code Agents to Talk to Each Other

An MCP-based local hub that connects independent Claude Code agent instances running in tmux panes, enabling inter-agent messaging and coordination. Comes with a web dashboard for monitoring the agent network. Supports Windows + WSL.

mcpmulti-agenttmuxinter-agentcoordinationdashboardwsl
by rodcoppi Jul 16, 2026 8/10
MCP GitHub

inquisitor: Optimal-Path Problem Solving MCP Server for AI Agents

inquisitor is an MCP server and agent skill that applies Newton's Analysis-Synthesis method, NASA P10 heuristic rules, and search-tree pruning to help agents triage and investigate problems efficiently. It aims to prevent agents from overcomplicating solutions by forcing structured decomposition. Combines an MCP server with a companion skill for seamless integration.

mcpproblem-solvingagentheuristics
by 1111111111111111111114oLvT2 Jul 16, 2026 7/10
MCP GitHub

browser-mcp: Drive Your Real Logged-In Chrome from Claude Code with 34 Tools

browser-mcp connects Claude Code and other AI agents to a real Chrome instance — with your existing login sessions — for cases where headless browsers fail (authentication walls, CAPTCHAs, JavaScript-heavy apps). It can also read Gmail for login codes and solve CAPTCHAs. MIT licensed, local-only with 34 available tools.

mcpbrowserchromeautomationauthentication
by Agent360dk Jul 16, 2026 8/10
MCP GitHub

scout: Agent Web Reader That Fetches URLs as Clean Cached Markdown

scout is a CLI + MCP tool that fetches any URL and returns clean, cached, searchable Markdown — approximately 90% smaller than raw HTML. Designed specifically for AI agents that need to read web content without noise. Zero dependencies, pairs with the companion "cortex" tool for knowledge storage.

mcpweb-readermarkdowncacheagent-tools
by tools-for-agents Jul 16, 2026 8/10
MCP Reddit

Perseus Vault: Bi-Temporal Memory MCP That Survives Context Compaction

Perseus Vault is a Rust-based MCP server (57 tools) that provides deterministic, bi-temporal memory for Claude Code sessions — valid-time and transaction-time — with crypto-chained audit trails. When context compacts, memory is preserved because it uses FTS5 + SQLite retrieval rather than vector search. Single binary, zero network calls, local-first, MIT licensed.

mcpmemorycontext-compactionsqlitebi-temporalrust
by formula420 Jul 16, 2026 8/10
MCP GitHub

ScalaSemantic: Deep Scala Semantic Analysis MCP via SemanticDB

An MCP server providing deep semantic analysis of Scala codebases using SemanticDB. Supports exact find-usages, class hierarchies, implicit resolution, and call paths — going well beyond what grep or standard LSP can offer. Designed for AI coding agents like Claude Code working in Scala projects.

scalasemanticdbsemantic-analysislspmcp
by MercurieVV Jul 15, 2026 7/10
MCP GitHub

HREVN for Claude Code: Verifiable Workflow State via MCP and Skills

Brings the HREVN (Human-Reviewable, Externally-Verifiable Notation) approach to Claude Code via MCP, skills, and a local runner. Provides verifiable workflow state — each step can be audited and confirmed externally. Useful for compliance-sensitive or high-stakes automation workflows.

verificationworkflowmcpcomplianceauditing
by miguel-herrero-systems Jul 15, 2026 5/10
MCP GitHub

code-security-mcp: Framework-Aware Security MCP Server for JVM Projects

A security-focused MCP server for AI agents that performs native JVM analysis using Kotlin (detekt) and Java (SpotBugs/FindSecBugs). Supports diff-based review so only changed code gets scanned, and applies secure coding patterns specific to JVM frameworks. More accurate than generic static analysis for Kotlin/Java stacks.

securityjvmkotlinjavastatic-analysismcp
by JasminGuberinic Jul 15, 2026 7/10
MCP GitHub

tia-portal-mcp: Connect AI Agents to Siemens SIMATIC TIA Portal V21

An MCP server bridge connecting LLMs and AI coding agents directly to Siemens SIMATIC TIA Portal V21 for industrial automation programming. Enables AI-assisted PLC programming, ladder logic, and automation configuration within the Siemens ecosystem. Highly specialized but the first MCP bridge of this kind for industrial control systems.

industrialsiemensplcautomationmcptia-portal
by Czarnak Jul 15, 2026 6/10
MCP GitHub

codesteward-graph: Structural Code Graph MCP via Neo4j and tree-sitter

Parses repositories into a Neo4j graph using tree-sitter and exposes the result as an MCP tool interface. Supports lexical, referential, semantic, and dependency queries — enabling AI agents to navigate large codebases structurally rather than by text search. Handles 64+ languages via tree-sitter grammars.

code-graphneo4jtree-sitterstatic-analysismcpsemantic-search
by Codesteward Jul 15, 2026 7/10
MCP GitHub

llm-wiki-memory: Local Git-Versioned Memory for AI Coding Agents

A local, git-versioned memory system for AI coding agents that requires no RAG pipeline, Docker, or external service. Uses a local LLM wiki with on-device embeddings and exposes everything through an MCP server. Captures, compiles, and recalls context entirely on your machine.

memorylocalgit-versionedembeddingsmcpprivacy
by ctxr-dev Jul 15, 2026 7/10
MCP GitHub

remem: Local-First Encrypted Memory for Claude Code via Rust + MCP + Hooks

remem gives Claude Code and Codex CLI persistent, auditable memory across sessions using a Rust CLI, Claude Code hooks, and an MCP server. All data is stored locally in SQLite with optional SQLCipher encryption. Designed for long-running coding work where you need reproducible context without sending data to cloud services.

memorymcphooksrustsqlitelocal-firstencryptionpersistent-context
by majiayu000 Jul 15, 2026 8/10
MCP GitHub

meta-mcp: Aggregating MCP Proxy with Desktop UI for One-Click Claude Registration

An aggregating MCP proxy that exposes a single endpoint to Claude while routing to multiple MCP servers behind it. Comes as a Tauri 2 + Svelte 5 desktop app with live server toggles, profile management, and one-click Claude registration. Significantly reduces the friction of managing many MCP servers across projects.

mcpproxyaggregatordesktoptaurimanagement
by renejes Jul 15, 2026 8/10
MCP GitHub

synapse: Self-Hosted Long-Term Memory for AI Coding Agents via MCP

A self-hosted long-term memory system for AI coding agents that combines an episodic store, a knowledge graph, and an MCP server. Agents can store and retrieve memories across sessions, enabling continuity without relying on context window length. Addresses one of the fundamental limitations of current AI coding workflows.

memorymcpknowledge-graphpersistencelong-term-memory
by kraft87 Jul 15, 2026 9/10
MCP GitHub

ComfyUI MCP Panel: Local AI Agent Sidebar on Your Claude Subscription

A local-first sidebar AI agent for ComfyUI that uses your Claude or ChatGPT subscription directly — no extra API costs. Controls the live ComfyUI graph in natural language: edits, workflows, and package installs.

comfyuimcpimage-generationlocal-firstclaude-subscription
by artokun Jul 15, 2026 6/10
MCP Reddit

Lanes MCP: Self-Provisioning Form Backends for Claude Agents

An MCP server that lets Claude agents provision live form endpoints in one request — no signup, no API key. Submissions route to email, Supabase, or webhooks with spam protection built in. Unclaimed forms persist if the project survives.

mcpformswebhooksprovisioninglanding-pages
by Solid-Industry-1564 Jul 15, 2026 7/10
MCP GitHub

Anriss: Visual Annotation MCP Layer for AI Coding Agents

A self-hosted MCP server and one-line drop-in script adding visual annotation to any page: click any element to leave a comment, and let the AI agent fix it. Built with Rust and SQLite, no cloud dependencies.

mcpvisual-feedbackannotationrustself-hosted
by anriss-dev Jul 15, 2026 7/10
MCP GitHub

llmtrim: LLM Token Compression Proxy

A local proxy that compresses LLM API requests before sending — -31% input / -74% output with no change to answers. Trims wasted tokens from prompts, history, tool output, and code. Supports any provider, exposes an MCP server, and ships as an embeddable library in Rust, Python, Ruby, Kotlin, Swift, and JS/TS.

token-compressionproxycost-reductionmcpmulti-language
by fkiene Jul 15, 2026 9/10
MCP GitHub

MeiGen AI Design MCP: ComfyUI Integration for Claude Code

An MCP server that connects Claude Code to a local ComfyUI instance and a curated pro-prompt library, turning the coding agent into a design assistant. Supports both local ComfyUI and external API backends. Bridges the gap between AI coding and generative image workflows without leaving the terminal.

mcpcomfyuiimage-generationdesignclaude-code
by HUANGcvs Jul 15, 2026 7/10
MCP GitHub

Skill-Audit MCP: Static Security Scanner for MCP Servers and Skills

A static security scanner with 68 detection patterns for MCP servers, agent skills, and plugins — available as an MCP server itself in the official MCP Registry. Also exposed as a pay-per-call x402 API. Helps teams audit third-party skills and MCP servers before deploying them in production Claude Code environments.

mcpsecurityauditscannerskillsplugins
by eltociear Jul 15, 2026 8/10
MCP GitHub

Cortex Hub: Self-Hosted AI Agent Memory and Code Intelligence MCP

A self-hosted MCP server providing persistent memory, AST-aware code search, shared knowledge bases, and quality enforcement across all AI coding agents. Gives your entire team a shared context layer that persists across Claude Code sessions. One of the more complete solutions for team-scale AI coding memory.

mcpmemorycode-intelligenceastself-hostedteam
by lktiep Jul 15, 2026 8/10
MCP GitHub

yantrikdb: Cognitive Memory Engine With Temporal Decay and Knowledge Graph for AI Agents

An embeddable Rust library with Python bindings providing cognitive memory for AI agents — temporal decay, contradiction detection, autonomous consolidation, knowledge graph, and ANN recall via HNSW. Ships with an HTTP gateway and an MCP server for direct agent integration.

memoryknowledge-graphtemporal-decayrustmcp
by yantrikos Jul 15, 2026 7/10
MCP GitHub

Perseus: Context Layer That Cuts Agent Prompt Tokens by 94%

An MCP-native memory and context layer that resolves live workspace state into verified facts before the context window opens. Claims 94% fewer prompt tokens with zero overhead, via 33 MCP tools. Local-first and MIT-licensed, installable via pip.

mcpcontextmemorytoken-reductionlocal-firstworkspace
by Perseus-Computing-LLC Jul 14, 2026 8/10
MCP GitHub

OneClickLM: Zero-Config NotebookLM MCP Server

A zero-config, auto-healing NotebookLM MCP server with six integrated tools, ready to run in one command. Connects Claude Code to Google NotebookLM workflows without manual setup or maintenance.

mcpnotebooklmgooglezero-configtools
by Russiateleworking29 Jul 14, 2026 6/10
MCP GitHub

Claudix: Semantic Search for Claude Code via Local LLMs

A Claude Code plugin that adds semantic search using LMStudio, Ollama, or any OpenAI-compatible local API. Lets agents search codebases by meaning rather than exact text — entirely local, no cloud embeddings required.

semantic-searchmcpollamalmstudiolocal-llmembeddings
by uwuclxdy Jul 14, 2026 7/10
MCP GitHub

Sense: Codebase Symbol Graph and Blast Radius MCP Server

An MCP server that gives AI coding agents structural understanding of a codebase: symbol graph, blast radius analysis, semantic search, and convention detection. Works with Claude Code, Cursor, Codex, and OpenCode via 33 tools.

mcpsymbol-graphblast-radiussemantic-searchcodebaseanalysis
by luuuc Jul 14, 2026 8/10
MCP GitHub

Deja-Vu: Memory Layer Built from Existing Agent Session Logs

A memory layer for Claude Code, Codex, and opencode that reads the session logs these tools already write — no extra setup. Provides search, MCP recall, auto-context injection, secret redaction, and cross-machine sync in one zero-dependency binary.

memorymcpsession-logssearchsecret-redactionsync
by vshulcz Jul 14, 2026 8/10
MCP GitHub

TapRun: Record-Once Browser Automation for Claude Code

An MCP server and skills package that lets you record an authenticated browser task once and replay it forever in your own local Chrome at zero LLM tokens per run. Handles login sessions without re-authenticating every time.

browser-automationmcpskillsrecord-replaychromeauthentication
by LeonTing1010 Jul 14, 2026 7/10
MCP GitHub

Aimebu: IRC-Style Messaging for AI Agents via MCP

Provides shared IRC-like rooms for AI agents running across Docker containers, harnesses, and machines. Packaged as a single Go binary with MCP, HTTP/CLI interfaces, and a web UI — enabling agent-to-agent communication at scale.

mcpmulti-agentcommunicationircgodocker
by hrubymar10 Jul 14, 2026 7/10
MCP Reddit

OSS Proxy to Block MCP Cross-Tool Data Leaks in Claude Desktop

Identifies that data returned by one MCP tool can silently flow into another tool's inputs (e.g., an API key in a config file getting exfiltrated). Builds a small open-source proxy that sits between Claude Desktop and MCP servers to intercept and block cross-tool data flows.

securitymcpdata-leaksclaude-desktop
by reddit Jul 14, 2026 8/10
MCP Reddit

MCP Server Showing What Your Test Suite Proves vs Just Touches

Addresses the gap between test coverage (files touched) and what tests actually verify (behaviors proven). This MCP server analyzes your test suite and surfaces what paths are exercised but not asserted on — giving Claude Code a concrete picture of gaps before generating new tests.

mcptestingcoverageverification
by reddit Jul 14, 2026 8/10
MCP GitHub

aicanvas: React/Tailwind Component Marketplace with MCP and Claude Code Prompts

Open-source component marketplace for React and Tailwind. Components installable via the shadcn CLI or MCP from your AI editor, with reproduction prompts for Claude Code, Lovable, and V0. Lets agents browse and install UI components without leaving the coding environment.

mcpreacttailwindcomponents
by uiNerd16 Jul 14, 2026 6/10
MCP GitHub

jetbrains-router: Route Claude Through Your Running JetBrains IDE

MCP server that routes Claude's reads, searches, and edits through a running JetBrains IDE instance. Gives Claude live error detection, visibility into unsaved changes, and index-aware search — capabilities not available from plain file system access.

mcpjetbrainsideintegration
by V-Songbird Jul 14, 2026 7/10
MCP GitHub

verity: Fetch Current Official Claude Code Docs On Demand

MCP that fetches current official Claude Code documentation on demand. Gives Claude truth-grounded answers from primary sources instead of training memory, which can be stale or hallucinated. Particularly useful for questions about Claude Code APIs and settings.

mcpdocumentationgroundingclaude-code
by V-Songbird Jul 14, 2026 7/10
MCP GitHub

mnema: Tamper-Evident Audit Trail MCP Server for AI Agent Work

Local-first MCP server that creates a signed, hash-chained audit log of AI agent work. Every action goes through typed tools behind workflow gates and gets appended to an immutable, verifiable log. Anyone can verify the trail without a secret key.

mcpauditloggingsecurity
by felipesauer Jul 14, 2026 7/10
MCP GitHub

mnemon: Self-Hosted Cross-Device Long-Term Memory for AI Agents via MCP

Self-hosted MCP memory vault shared across any MCP client — Claude Code, Cursor, Gemini CLI, and others. Uses hybrid semantic + keyword search. Keeps your keys, no third-party auth vendor, works cross-device. Install with pip install mnemon-memory.

mcpmemoryself-hostedcross-device
by nousergon Jul 14, 2026 8/10
MCP GitHub

kinocut: Guardrailed Video Editing MCP Server for AI Agents

Local MCP server for video editing with FFmpeg and Hyperframes. Provides AI agents with guardrailed video operations: trimming, concatenating, repurposing clips, with a Python client and CLI. Free and local — no cloud video processing required.

mcpvideoffmpegmedia
by KyaniteLabs Jul 14, 2026 6/10
MCP GitHub

engram-go: Self-Hosted MCP Memory Server with 35 Tools

Self-hosted MCP memory server running on Docker with PostgreSQL + pgvector + Ollama. Provides 35 tools for persistent context across AI coding sessions — semantic search, structured storage, session handoffs, and memory management. Local and self-contained.

mcpmemoryself-hosteddocker
by petersimmons1972 Jul 14, 2026 7/10
MCP GitHub

graphscout: Code-Graph Maps for AI Agents to Query Structure Instead of Files

CLI + MCP that builds cached, incremental code-graph maps of your repository. AI agents query code structure (call graphs, dependencies, symbol references) instead of reading whole files. Auto-sync watch mode. Wires into Claude Code, Codex, Gemini CLI, and Cursor.

mcpcode-graphnavigationtoken-optimization
by nguyenminhduc9988 Jul 14, 2026 8/10
MCP GitHub

DroidMCP: Native MCP Servers for Android and Termux

Pre-compiled ARM64 binaries for running MCP servers natively on Android and Termux, with no dependencies required. Enables Claude Code and other MCP clients to connect to Android device tools — file system, shell, and device APIs — from a mobile device.

mcpandroidmobiletermux
by kahz12 Jul 14, 2026 7/10
MCP GitHub

kansei-mcp-server: Local MCP Navigator with 11,000+ SaaS Services Catalog

Local-first MCP server that gives AI agents structured access to a catalog of 11,000+ SaaS services and 200 workflow recipes. Reports 89-97% token savings versus web scraping. Works with Claude Code, Cursor, Cline, Zed, and Windsurf.

mcpsaascatalogtoken-optimization
by kansei-link Jul 14, 2026 7/10
MCP GitHub

LightMem2: Lightweight Plug-and-Play Memory Plugin for Long-Horizon LLM Agents

Cost-efficient memory plugin for long-horizon LLM agent tasks. Plug-and-play design with minimal configuration. Compresses and retrieves relevant context across long agent runs to reduce token waste without losing important prior work.

mcpmemorylong-horizoncost-efficiency
by zjunlp Jul 14, 2026 7/10
MCP GitHub

media-gen-mcp: All-in-One Image and Video Generation MCP for Claude Code

Unified MCP server for image and video generation in Claude Code: free AI text-to-image/video via Agnes AI and Zhipu, plus local deterministic drawing for diagrams, charts, formulas, OG cards with CJK/gradient/emoji support, icons, and QR codes. Provider-pluggable.

mcpimage-generationvideomedia
by wangdong233 Jul 14, 2026 7/10
MCP GitHub

robrain: Shared Memory Across Your Team and AI Agents

Shared memory store accessible by both humans and AI agents. Includes judgment about what's worth keeping — automatically curates and compresses low-value entries. Designed for teams where agents and humans need a common persistent knowledge store.

mcpmemoryteamshared
by adelinamart Jul 14, 2026 7/10
MCP GitHub

logpeek: Access Android and iOS Logs from AI Coding Agents

MCP server that exposes Android and iOS device logs to AI coding agents. Enables Claude Code to directly read crash logs, app output, and system logs from connected devices during mobile app debugging — without manual adb/idevice commands.

mcpmobileloggingdebugging
by Tiaintermittent147 Jul 14, 2026 7/10
MCP GitHub

mcp-odoo: MCP Server for Odoo ERP

MCP server that gives AI coding agents structured access to Odoo ERP. Enables Claude Code and other agents to read records, trigger workflows, and inspect Odoo module data without manual API calls or browser interaction.

mcpodooerpintegration
by tuanle96 Jul 14, 2026 6/10
MCP Reddit

MCP Server for 300+ EU Synthetic Data Generators with Checksum Validation

An MCP server built with Claude Code that provides 300+ synthetic data generators for 27 EU countries, each producing checksum-valid national IDs and tax numbers (Luhn, Verhoeff, mod-97). Also includes invalid, edge, and extreme modes for testing rejection paths. Free tier via REST API.

mcpsynthetic-datatestingeuropevalidationapi
by PuzzleheadedPlay5196 Jul 13, 2026 7/10
MCP GitHub

weather-mcp: 17 Weather Tools via Free Public APIs, No Key Required

A free, open-source MCP server providing 17 weather tools including forecasts, air quality, marine data, radar, lightning, wildfires, rivers, and historical data back to 1940. Uses NOAA and Open-Meteo — no API keys or signup needed. Query by city name or coordinates.

mcpweathernoaafreeforecastair-quality
by weather-mcp Jul 13, 2026 7/10
MCP GitHub

ComfyUI-Agent-Kit: Connect AI Coding Agents to ComfyUI Workflows

A toolkit to connect AI coding agents (including Claude Code) to ComfyUI, enabling agents to build, run, and share ComfyUI node workflows directly from the IDE. Bridges the gap between code generation and visual AI pipelines.

comfyuiimage-generationworkflowagentide
by Steam9303 Jul 13, 2026 6/10
MCP GitHub

task-orchestrator: MCP Server for Enforced AI Agent Workflow Discipline

An MCP server providing persistent work items, dependency graphs, quality gates, and actor attribution for AI agents. The server enforces schemas — it blocks tool calls that do not meet required output structure. Works with any MCP-compatible client.

mcpworkflowtasksdependency-graphquality-gatesorchestration
by jpicklyk Jul 13, 2026 8/10
MCP GitHub

systemprompt-core: AI Governance Infrastructure with MCP, A2A, and Audit Trails

A Rust library providing governance infrastructure for agentic systems: MCP, A2A protocol, OAuth2, audit trails, and compile-time extensions. The foundation behind systemprompt.io for enforcing policy and traceability in multi-agent deployments.

mcpgovernancea2aauditrustoauth2
by systempromptio Jul 13, 2026 6/10
MCP GitHub

BrainPalace: Vector Graph RAG with MCP and Claude Code Plugin

A comprehensive code and documentation knowledge system with BM25, AST chunking, hybrid search, graph and temporal knowledge, and a Claude Code plugin. Supports Ollama or cloud LLMs with a dashboard for local-first intelligence.

ragvector-searchknowledge-graphmcplocal-first
by bxw91 Jul 13, 2026 8/10
MCP GitHub

Patchwork OS: Personal AI Decision Layer with 177 MCP Tools

A local-first personal AI runtime that automates across GitHub, Slack, Gmail and 45+ services, stopping risky actions for human approval. Includes an MCP bridge providing 177 IDE tools for Claude Code.

mcpautomationlocal-firstapproval-workflowintegrations
by Oolab-labs Jul 13, 2026 8/10
MCP GitHub

Agentry: MCP and Plugin for Agent-Native Analytics

An MCP and Claude plugin for agent-native analytics, error logging, and deploy attribution. Provides observability into agent sessions and ties deployments back to specific agent runs.

analyticsobservabilityerror-loggingdeploymcp
by fr33dr4g0n Jul 13, 2026 6/10
MCP GitHub

GraphMind: Local-First Code Intelligence with 25 MCP Tools

Turns your codebase into a knowledge graph that AI assistants can query, navigate, and remember. Provides 25 MCP tools for local-first code intelligence without sending code to external services.

knowledge-graphcode-intelligencemcplocal-firstnavigation
by aouicher Jul 13, 2026 8/10
MCP GitHub

Sumo-QA: Senior QA Discipline MCP Server

An MCP server that brings senior-QA discipline to AI coding assistants, covering test planning, TDD, mutation testing, and code review. Elevates the quality bar for AI-generated code.

qatestingtddmutation-testingmcp
by sumithr Jul 13, 2026 7/10
MCP GitHub

Claude-to-IM: Bridge Claude Code SDK to Telegram, Discord, Feishu

A flexible bridge connecting the Claude Code SDK to Telegram, Discord, and Feishu messaging platforms. Handles messaging, permissions, and rate limits for agent-to-human communication via chat apps.

telegramdiscordfeishumessagingmcpbridge
by sujaltilokani Jul 13, 2026 7/10
MCP GitHub

Claude Council: Consult Multiple AI Agents for Diverse Perspectives

A Claude Code plugin that consults multiple AI coding agents (Gemini, OpenAI, Grok) to gather diverse perspectives on coding problems. Implements a multi-model review pattern directly from Claude Code.

multi-modelreviewgeminigrokopenaimcp
by hex Jul 13, 2026 7/10
MCP GitHub

Code-Context: Local Hybrid Search for AI Coding Agents

A CLI and MCP server for local code search with hybrid keyword + semantic search and SQL relevance-ranked aggregation over a plain-file index. No accounts, keys, or external server required.

code-searchsemantic-searchhybridmcplocal-first
by infino-ai Jul 13, 2026 8/10
MCP GitHub

Alertint Agent: Read-Only Alertmanager MCP for Incident Triage

A read-only Alertmanager intelligence agent that correlates alerts, triages incidents with LLMs, and exposes findings via MCP to AI coding agents. Brings on-call intelligence into the coding agent workflow.

alertmanagerincident-triageon-callmcpdevops
by alertint Jul 13, 2026 7/10
MCP Reddit

Hatchdoor: Self-Hosted MCP Server for Obsidian-Style Markdown Vault

A self-hosted note-taking app and MCP server for Obsidian-compatible Markdown vaults. Provides atomic API actions for agents (Claude Code, Codex, Hermes), a vectorized semantic search layer, and a React/Vite web UI. Non-locking storage — everything is plain markdown.

obsidianmarkdownnotesmcpself-hostedsemantic-search
by BattermanZ Jul 13, 2026 7/10
MCP GitHub

Fennec: Full-Stack Developer Observability MCP Server

An AI-native developer observability MCP server giving agents full-stack visibility into your development environment — browser, terminal, and processes — all in one unified interface.

observabilitymcpbrowserterminalfull-stack
by plumpslabs Jul 13, 2026 7/10
MCP GitHub

Loom: Self-Hosted Second-Brain Agent Network over Obsidian

A self-hosted second-brain agent network over an Obsidian vault with cited RAG, a self-healing builder-inbox loop, and life-domain modules. Includes a Claude Code plugin (/loom:* commands) and a bundled MCP server.

obsidiansecond-brainragmcpself-hostedvault
by FransDressler Jul 13, 2026 8/10
MCP GitHub

Ask-LLM: AI-to-AI Collaboration MCP Server

An MCP server that bridges Claude with Gemini, Codex, and other LLMs for code review, second opinions, and plan debate. Enables structured multi-model collaboration from within Claude Code.

multi-modelcollaborationgeminicodexmcpreview
by Lykhoyda Jul 13, 2026 7/10
MCP GitHub

AgentChat MCP: Universal Connector for Claude Desktop, Code, Cursor, Cline, and Goose

An MCP server that bridges Claude Desktop, Claude Code, Cursor, Cline, and Goose with the AgentChat platform. Uses polling-based inbound communication with optional WebSocket plugins for real-time connectivity. Designed as a universal fallback connector for any MCP-compatible agent runtime.

mcpconnectorclaude-codecursorclinegoosewebsocket
by agentchatme Jul 13, 2026 6/10
MCP GitHub

Suggest-Skills: MCP Server That Recommends Repo-Specific Claude Code Skills

An MCP server that analyzes your repository and suggests relevant Claude Code skills tailored to your specific codebase. Helps developers discover useful skills they might not know about. Integrates directly with Claude Code to surface contextual skill recommendations as you work.

mcpskillsdiscoveryclaude-codeproductivity
by sator-imaging Jul 13, 2026 7/10
MCP GitHub

Caveat — Long-Term Memory MCP Layer for Claude Code and Codex

Markdown-in-git knowledge base with SQLite FTS5 retrieval, MCP server, and native agent hooks for persistent long-term memory across Claude Code and Codex sessions. Keeps knowledge versioned and searchable.

memorymcpsqliteknowledge-basegit
by kitepon-rgb Jul 13, 2026 8/10
MCP GitHub

Nix Agent — MCP Server and Skill for NixOS System Management

Provides an MCP server and Claude Code skill for managing NixOS configurations and packages. Lets AI agents interact safely with your Nix-based system from within Claude Code.

nixosmcpsystem-managementnix
by JEFF7712 Jul 13, 2026 7/10
MCP GitHub

rembric: Self-Hosted Append-Only Persistent Memory MCP for AI Coding Agents

A minimal self-hosted MCP server for persistent memory using a single Docker image and SQLite file. Designed to be append-only and MCP-native, giving AI coding agents durable memory across sessions with minimal infrastructure. Straightforward deployment for developers who want local control without complexity.

mcpmemorypersistent-memorydockersqliteself-hosted
by susomejias Jul 12, 2026 5/10
MCP Reddit

Almanac: Self-Updating Agent-Native Wiki from Your Files

Almanac automatically creates and updates a structured wiki from uploaded sources, designed specifically for AI agent access via CLI. It integrates with Claude Code and similar agents through MCP and a Python SDK, letting agents query organized, up-to-date knowledge rather than relying on retrieval-augmented generation. The author argues wikis outperform RAG for giving agents access to high-quality structured information.

wikimcpknowledge-basecontextagent-native
by rohans0509 Jul 12, 2026 7/10
MCP GitHub

mcp-upgrade: Auto-Update MCP Servers Across All AI Coding Clients

mcp-upgrade automatically keeps your Model Context Protocol server installations up to date across all AI coding clients and package ecosystems. It removes the manual overhead of tracking and applying MCP server updates, ensuring your tools stay current without requiring manual intervention. Useful for developers who run many MCP servers and want to keep them maintained with minimal effort.

mcpupdatespackage-managementautomation
by Ramosagustinaolivia23 Jul 12, 2026 7/10
MCP GitHub

junto-memory: Persistent Shared Memory MCP for Multi-Agent Workflows

A production-tested MCP server providing persistent shared memory and coordination for multi-agent AI workflows. Uses MongoDB and ChromaDB, tested with 6+ agents over 500+ sessions. The memory component of the Junto multi-agent system.

mcpmemorymulti-agentcoordinationmongodbchromadb
by tlemmons Jul 12, 2026 8/10
MCP Reddit

global-agent-memory: MCP Server for Persistent Project-Specific Claude Memories

An MCP server that gives Claude Code access to project-specific memories stored as Markdown files browsable in Obsidian. New memories go through a review queue with a local dashboard for approve/edit/reject. Solves the problem of re-explaining architecture and decisions at the start of every session.

mcpmemorypersistenceobsidiancontextsession
by kasikciozan Jul 12, 2026 8/10
MCP GitHub

agent-tools: Free MCP Server + Skills for Aviation Regulations Search

A free MCP server with Claude Code skills for searching CASA, FAA, EASA, and ICAO aviation regulations. By Deepsky, an aviation compliance automation team. Useful for anyone building aviation or aerospace tooling with AI agents.

mcpaviationregulationscompliancefaaeasa
by deepskyai Jul 12, 2026 6/10
MCP GitHub

nebulous: NewsBlur MCP Server and Web Capture Archive Orchestrator

An MCP server for NewsBlur feed and story indexing, paired with a Web Capture Archive Protocol orchestrator for URL preservation into a content-addressed blob store. Local-first design using chrest and madder for archiving.

mcpnewsblurrssarchivinglocal-firstcontent-addressed
by amarbel-llc Jul 12, 2026 5/10
MCP Reddit

I automated 90% of my cold outreach with claude code [WORKFLOW]

So i have been doing agency-ish work and you know inbound lead wants a deck and every deck is me rebuilding my own layouts at 11pm with very high chances that someone will ghost me lol. So i handed...

mcpworkflow
by Traditional-Hope6742 Jul 12, 2026 8/10
MCP Reddit

Is claude code 100% local?

Hey guys. I wanted to do some personal research with claude code. I have claude subscription from work and was wondering if it's safe to use claude code for that task as I don't wish to pay 200$ fo...

mcpskillapi
by Consistent_Tutor_597 Jul 12, 2026 9/10
MCP Reddit

MNEMA: A local, encrypted memory layer for AI agents.

My second application i have build with my toolset, a high end memory layer for ai agents. https://github.com/MerlijnW70/mnema Why mnema is different: Bank-Grade Security: Data is encrypted at rest...

mcpgitpythonconfig
by No-Wishbone7899 Jul 12, 2026 7/10
MCP GitHub

EGC: Local-First MCP Runtime with Persistent Memory Across Sessions

AI agents never start from zero again with this local-first MCP runtime that maintains persistent memory across sessions and tools. Provides a structured memory layer that survives session restarts without external dependencies.

mcpmemorypersistentlocal-first
by Fmarzochi Jul 12, 2026 7/10
MCP GitHub

MCP Coordinator: Embedded MQTT Broker for Multi-Agent Coordination

Embeds an MQTT broker alongside an MCP server to enable pub/sub multi-agent coordination. Agents can subscribe to topics and publish messages through the MCP interface, enabling event-driven coordination patterns.

mcpmqttmulti-agentcoordinationpub-sub
by swoofer Jul 12, 2026 7/10
MCP GitHub

OneTool MCP: 100+ Tools in One MCP with No Context Rot

100+ developer tools in a single MCP server including Brave, Google, Context7, Excalidraw, AWS, Version Checker, Excel, database, Playwright, and Chrome DevTools — with no tool tax and no context rot from dozens of separate MCP configurations.

mcptoolsbrowserdatabaseawsall-in-one
by beycom Jul 12, 2026 7/10
MCP Reddit

Perplexity MCP Cost Unpredictability in Agentic Workflows

Enterprises using Perplexity MCP inside Claude Code find costs unpredictable because agentic workflows retry, rephrase, and run parallel lookups — multiplying citation context costs far beyond what human-use pricing suggests. The post breaks down Sonar tier pricing and explains why direct attribution is nearly impossible at scale.

mcpcostperplexityenterpriseagentic
by maripozachzss Jul 12, 2026 6/10
MCP GitHub

Nodriver MCP Server: Stealth Browser Automation with 48 Tools

Undetected browser automation MCP server powered by nodriver, bypassing Cloudflare and WebDriver detection. Provides a stealth alternative to chrome-devtools-mcp with 48 tools for Claude, Cursor, and AI agents.

mcpbrowserautomationstealthplaywright
by andresolbach Jul 12, 2026 7/10
MCP GitHub

DecisionNode: Shared Structured Memory Across Claude Code, Cursor, and Windsurf

DecisionNode provides a local CLI and MCP server for storing and querying shared structured memory across Claude Code, Cursor, Windsurf, and any other MCP client. Enables context persistence and cross-editor memory sharing without cloud dependencies.

mcpmemorycross-editorstructured-data
by lapheavisidelayer940 Jul 11, 2026 8/10
MCP GitHub

Signet AI: Local-First Identity, Memory, and Secrets for AI Agents

Signet provides local-first identity, memory, and secret storage for AI agents, enabling portable state that travels across models and harnesses. Designed for setups where agent context and credentials need to persist without cloud dependency.

identitymemorysecretslocal-firstportability
by Signet-AI Jul 11, 2026 7/10
MCP GitHub

depthfusion: MCP-Native Shared Memory for Claude Code Agents — Hybrid BM25+Vector+RRF Recall

A self-hosted MCP server providing shared persistent memory across Claude Code agent sessions, using hybrid BM25+vector+RRF retrieval for high-quality recall. Supports cross-session continuity, cognitive scoring, and knowledge graph construction, with 30 MCP tools and zero per-query cost.

memoryragvector-searchknowledge-graphmcpself-hosted
by gregdigittal Jul 11, 2026 9/10
MCP GitHub

distil: Cache-Aware LLM Context Compression with Quality Contract for Agentic Runtimes

A context compression library for agentic runtimes that uses causal pruning and cache-awareness to shrink context size while maintaining a quality contract — certified non-inferior to full context across 7 domains. Works with any SDK and is designed specifically for multi-step agent workflows where context grows large.

context-compressionperformancecachingagentic
by dshakes Jul 11, 2026 7/10
MCP GitHub

saas-tf MCP Server: Free Subdomains with Automatic DNS Provisioning

An MCP server for saas.tf that lets Claude Code agents provision free subdomains with automatic DNS for demos and dev projects. Useful for quickly exposing local services to the internet without manual DNS configuration.

mcpdnssubdomaindevtoolsnetworking
by demianguzman Jul 11, 2026 6/10
MCP Reddit

Perplexity Enterprise Pricing, what am I missing?

Can anybody confirm this? We're an organization of approx. 250 ppl actively evaluating the Perplexity MCP inside Claude Code and Cursor workflows. I am doing what is in my capabilities to go throug...

mcpworkflowapitesting
by Elorien-0-4 Jul 11, 2026 8/10
MCP Reddit

Experimenting Computer Use for Blender AI with 3D-Agent

Hey guys, while enhancing 3D-Agent.com we created this computer use framework to control Blender with AI with our multi agent system. It does not work with MCP nor scripting, it really is using Ble...

mcp
by Large-Explorer-8532 Jul 11, 2026 5/10
MCP Reddit

Anyone found Brave Search MCP alternatives for Claude setups?

I set up Brave Search a couple months ago mostly because it was the easiest MCP to get going with Claude and it works, but the results feel a bit shallow for anything that isn't a mainstream query....

mcp
by Low-Significance777 Jul 11, 2026 6/10
MCP GitHub

mnemos: Self-Hosted Memory and Evidence Layer for AI Agents

Embeddable Go library with MCP/HTTP/CLI interface, evidence-backed claims, bitemporal recall, JSONL audit, and token budgets. cosign-signed releases with SLSA L3 provenance. No vendor cloud.

memoryevidencemcpgoauditbitemporalslsa
by klarlabs-studio Jul 11, 2026 7/10
MCP GitHub

packmind: Second Brain for Claude Code With Real Token Accounting

Project memory, real token and cost accounting, local semantic recall, and active guardrails — all via Claude Code hooks and MCP. Memory and embeddings stay local by default.

memorymcphookstoken-countingsemantic-recall
by mchl-schrdng Jul 11, 2026 7/10
MCP Reddit

Webify MCP: 18x Cheaper Web Research via DOM-Graph Token Filtering

Parses HTML into a DOM graph, scores nodes with BM25, and returns only the relevant subtree — reducing web page tokens from 3k-15k to 80-300. MIT, works with Claude Code, Cursor, Windsurf, and any MCP app.

mcpweb-researchtoken-optimizationbm25dom-graph
by intellinker Jul 11, 2026 8/10
MCP GitHub

cmuxlayer: cmux MCP Server for Terminal Agent Lifecycle Management

25 tools for spawning, monitoring, and orchestrating Claude, Codex, Cursor, Gemini, and Kiro agents. Includes thinking-state detection, chunked input, and layout management.

terminalmcporchestrationlifecyclemulti-agenttmux
by EtanHey Jul 11, 2026 8/10
MCP GitHub

OpenMnemex: Self-Pruning Knowledge Context Graph for AI Agents

Agent memory modeled on human memory — long-term, navigable, and context-budget-aware. No vector DB, no embeddings, no server. Pure Markdown + git. Claude Code plugin.

memoryknowledge-graphmarkdowngitcontext-budgetplugin
by kritird Jul 11, 2026 8/10
MCP GitHub

merkle: Local-First MCP Vault for Claude Code With Cryptographic Audit

LLMs hold opaque handles to secrets, operators approve every reveal, and every access leaves a BLAKE3 hash. Built in Rust 2024 with DDD + Hexagonal architecture for secure local secret management.

securitysecretsauditrustcryptographyvault
by farchanjo Jul 11, 2026 8/10
MCP GitHub

ratel: Context Engineering for AI Agents — ~80% Fewer Tokens

Fixes tool overload and reduces context by ~80% using in-process BM25 and semantic retrieval for skills and memory. No vector DB required — works directly in-process.

context-engineeringtoken-optimizationmemoryskillsretrieval
by ratel-ai Jul 11, 2026 8/10
MCP GitHub

claude-code-delegate-local: Delegate Claude Code Subagents to Local Models

MCP server that lets Claude Code delegate subagent tasks to local models (LiteLLM/llama.cpp/Ollama), DeepSeek, AWS Bedrock, or any OpenAI/Anthropic-compatible backend — without losing the Claude Code orchestrator session.

local-modelssubagentsllamaollamabedrockcost-saving
by fegone Jul 11, 2026 9/10
MCP GitHub

jdocmunch-mcp: Token-Efficient MCP Server for Documentation Retrieval via Section Indexing

An MCP server that indexes documentation into structured sections and serves only relevant portions to the AI, claiming to be the most token-efficient approach to documentation exploration and retrieval. Instead of loading full docs, agents query by section to get targeted answers. Useful for projects with large documentation sets.

mcpdocumentationtoken-efficiencyretrievalindexing
by jgravelle Jul 10, 2026 7/10
MCP Reddit

Are Context Engine MCPs Still Worth It? Community Takes on Augment and Alternatives

Community debate on whether external context engine MCP servers (like Augment) still provide meaningful value now that Claude Code and Codex have improved native retrieval. Discusses token savings vs subscription cost, and asks for free or cheaper alternatives that achieve similar relevance-filtering for large codebases.

contextmcpretrievaltoken-efficiencyaugment
by SuperJackpot Jul 10, 2026 5/10
MCP GitHub

MiniMax AI Plugin for Claude Code: Multi-LLM Code Reviews

A Claude Code plugin that integrates MiniMax AI agents for code reviews, offering an alternative LLM perspective alongside Claude. Bridges Claude Code with MiniMax via a plugin architecture for richer, multi-model review coverage.

MCPplugincode-reviewMiniMaxmulti-LLM
by BirhanuTa Jul 10, 2026 5/10
MCP GitHub

AgentStack: Local Control Plane for Auditing and Firewalling MCP Tool Calls

A local control plane for AI coding agents that trust-gates, firewalls, and audits every MCP tool call before execution. One manifest handles servers, skills, instructions, and settings across Claude Code, Codex, Cursor, Gemini CLI, and 9 other coding agents — security layer across your entire AI toolchain.

MCPsecurityfirewallauditmulti-agent
by Tarekkharsa Jul 10, 2026 8/10
MCP GitHub

Unity KISS MCP: 125 Tools for Scene, Assets, Animation, VFX, and Playtest

An MCP server for Unity Editor with 125 tools covering scene management, asset handling, animation, VFX, and playtesting. Takes a KISS (Keep It Simple) approach to AI-Unity integration, covering the full game development workflow.

UnityMCPgame-development3Deditor
by german-krasnikov Jul 10, 2026 7/10
MCP GitHub

Caves Claude Plugin: Knowledge Graph Integration for Claude Code

A Claude Code plugin for integrating the Caves knowledge graph. Enables creating connections between concepts, building hierarchical knowledge structures, and converting cookbook indexes into navigable graph structures.

knowledge-graphpluginCavesgraph
by ic-caves Jul 10, 2026 5/10
MCP GitHub

MCP Server for Standard Notes with End-to-End Encryption Preserved

An MCP server that connects Claude to Standard Notes while preserving protocol-004 end-to-end encryption. Read and write notes from Claude without decrypting them at the server layer — privacy stays intact.

MCPStandard-NotesE2EEnotesencryption
by lozit Jul 10, 2026 7/10
MCP Reddit

I built a Product Management tool for vibe coders!

The PM tool will help you run discovery, analysis, solutions, prioritization and a sprint plan that you can connect to your coding agent over MCP. Your coding agent then follow and update the sprin...

mcpgit
by extraterritorial39 Jul 10, 2026 5/10
MCP Reddit

How do you actually design with Claude?

I'm building a SaaS right now for a client, and the functionality of the app and overall build is great. The issue is that the app looks like AI slop in some areas. I've tried rigorously giving it ...

mcp
by TheRedditSeller Jul 10, 2026 5/10
MCP Reddit

MCPs or Skills?

I am new to claude code and am exploring everything I can do and stumbled upon the following: For some connections there are options via MCP or Skills. For example I can connect tavily search via M...

mcpskill
by New_Yorker1234 Jul 10, 2026 10/10
MCP Reddit

Claude Code + HubSpot MCP with 44 Subagents and Human-Approved Writes

A Claude Code plugin integrating 44 subagents with a custom MCP server that lets Claude operate HubSpot CRM, requiring human approval before any write action. The post shares practical lessons on agent write-safety and trust boundaries when automating business workflows. Demonstrates how to add a human-in-the-loop checkpoint to prevent unintended side effects in production systems.

mcphubspotsubagentswrite-safetyhuman-in-the-loopcrm
by Cell_Psychological Jul 9, 2026 7/10
MCP Reddit

why static code graphs aren't enough for AI agents

Hi guys, This first image is our knowledge graph. While building AI coding tools, we realized static code graphs are great at understanding explicit relationships like symbols, imports and calls, b...

mcpgit
by Solid-Ad-8816 Jul 9, 2026 8/10
MCP GitHub

GroundTruth-MCP: Self-Hosted Live Docs Server for 363+ Libraries

A self-hosted MCP server that serves live documentation and best practices for over 363 libraries — no rate limits, no API keys required. Includes a code audit tool for checking usage against current docs.

mcpdocumentationself-hostedlibraries
by rm-rf-prod Jul 8, 2026 7/10
MCP GitHub

ui-annotator-mcp: Annotate Any Web Page with Hover Labels

An MCP server that overlays any web page with hover labels for element identification — no browser extensions required, works in any browser. Helps Claude Code understand page structure for UI tasks.

mcpUIbrowserannotation
by mcpware Jul 8, 2026 6/10
MCP GitHub

SyncContext: Shared Team Memory MCP with Semantic Search

An MCP server providing shared team memory with semantic search, enabling context synchronization across multiple AI coding agents. Designed for teams running parallel Claude Code sessions on the same codebase.

MCPmemoryteamsemantic-search
by infinity-ai-dev Jul 8, 2026 7/10
MCP GitHub

Huly MCP Server: Issue Tracking and Project Management Integration

An MCP server for Huly project management covering issue tracking, projects, milestones, labels, time tracking, and workspace management. Supports both stdio (Claude Code) and Streamable HTTP transports with multi-workspace support for self-hosted Huly.

MCPproject-managementHulyissue-tracking
by bgx4k3p Jul 8, 2026 6/10
MCP Reddit

MCP Multiplexer: Share stdio Servers Across Claude Code Sessions

A background broker that manages one set of MCP server processes shared across all Claude Code sessions, instead of each session spawning its own. Went from 108 Node processes for 12 sessions down to 9 — reducing memory usage and startup time significantly.

MCPperformancemultiplexerstdio
by AlaskanX Jul 8, 2026 9/10
MCP Reddit

Prism MCP: Persistent Session Memory with Auto Save and Restore

An MCP server that automatically saves session state at conversation end and restores it at the start of the next one. Stores what happened, TODOs, files changed, and decisions in a ledger — and hands off a current project state snapshot.

MCPmemorysessionpersistence
by dco44 Jul 8, 2026 7/10
MCP Reddit

Chromeflow: Chrome Extension + MCP for Browser Control from Claude

A Chrome extension and MCP server that gives Claude actual browser control for web UI tasks. Highlights elements, fills forms, and automates the 'go to dashboard and click...' instructions Claude gives after writing backend code.

MCPbrowserChromeautomation
by GreenNo2789 Jul 8, 2026 7/10
MCP GitHub

49 MCP Tools Across 9 Servers on Cloudflare Edge (Free Tier)

Nine MCP servers providing 49 tools with zero setup via Cloudflare Workers edge compute and Streamable HTTP transport. Free tier available, works with Claude Code, Cursor, Windsurf, and Cline. Covers a broad range of AI tool capabilities.

MCPCloudflaretoolsstreamable-HTTP
by yedanyagamiai-cmd Jul 8, 2026 6/10
MCP Reddit

Blip: Draw on Your UI to Describe Changes, Claude Implements Them

An MCP server that replaces text descriptions of UI changes with drawing. You circle elements and write annotations directly on your running app, hit send, and Claude receives the annotated screenshot and writes the code. Eliminates 'which button?' ambiguity.

MCPUIscreenshotannotation
by bkohl123 Jul 8, 2026 8/10
MCP Reddit

Commandable MCP: Claude Generates Its Own Tools On-Demand

An MCP server where Claude builds the tool implementations itself against whatever API it needs — credentials stay encrypted on your machine and the model never sees them. A dynamic tool generation approach vs static MCP servers.

MCPtool-generationdynamicsecurity
by StreetNeighborhood95 Jul 8, 2026 8/10
MCP Reddit

homebutler MCP: Manage Homelab Servers from Claude (No API Keys)

An MCP server for installing, monitoring, and managing self-hosted apps on a homelab. Handles deploy, status, restart, and uninstall operations across nodes. No tokens required — runs locally with everything on your network.

MCPhomelabself-hostedDevOps
by Ts-ssh Jul 8, 2026 6/10
MCP Reddit

Savecraft: MCP Server That Parses Game Saves for Build Advice

An MCP server that parses savegame files and gives Claude full context on your character: gear, stats, skills, quest progress. Attach build guides and farming notes, and Claude can compare your build to guides or tell you where to farm next.

MCPgamingsavegameanalysis
by Veraticus Jul 8, 2026 5/10
MCP GitHub

second-brain-cloudflare: Knowledge MCP Deployed on Cloudflare Workers

An MCP server deployed on Cloudflare Workers for storing and retrieving knowledge across AI tools — acts as a persistent second brain accessible from any MCP-compatible agent without managing local infrastructure.

MCPknowledge-baseCloudflarememory
by Advanced-starfruit874 Jul 8, 2026 6/10
MCP GitHub

PaddleOCR MCP: Free Offline Chinese/English OCR for AI Agents

A free PaddleOCR-based MCP server providing local offline image text recognition for AI agents. No API key needed, supports Chinese and English, completely offline — useful for agents working with scanned documents or screenshots.

MCPOCRofflineChinese
by YuanJinke Jul 8, 2026 6/10
MCP GitHub

mail-mcp: Self-Hosted Email MCP for AI Agents

A self-hosted MCP server that gives AI agents full email capabilities — read, send, search, organize. Runs on your infrastructure with no external service dependency.

MCPemailself-hostedautomation
by anishhs-gh Jul 8, 2026 6/10
MCP Reddit

Tabularis: Database Client with Built-in MCP Server for AI Agents

Tabularis is a Rust/Tauri-based database client with a plugin system supporting any database engine. It ships a built-in MCP server, making it directly usable by AI agents like Claude Code without additional setup. Useful for AI-assisted database workflows.

mcpdatabaserusttauriplugin
by debba_ Mar 19, 2026 7/10
MCP Reddit

Claude Code Channels: Control Claude Code via Telegram and Discord MCPs

Claude Code Channels lets you control your Claude Code session through messaging apps via MCP integrations, starting with Telegram and Discord. Enables vibe coding from your phone by sending prompts remotely. Built on ijustvibecodedthis.com.

mcptelegramdiscordremotemobilevibe-coding
by Complete-Sea6655 Mar 19, 2026 7/10
MCP GitHub

claude-crew: Share One Claude Code Session with Your Whole Team via Discord

claude-crew connects a single Claude Code session to a Discord server, letting an entire team interact with the same agent concurrently. Enables collaborative coding sessions, shared context, and team-wide AI-assisted development without managing multiple separate sessions. Simple setup for teams already using Discord.

discordmcpteamcollaborationmulti-user
by jasdian Mar 19, 2026 7/10
MCP Reddit

knowledge-rag: Local RAG System for Claude Code — Hybrid Search, Reranking, 12 MCP Tools

A local RAG system that runs entirely in-process (no Docker, no Ollama, no API keys) and exposes 12 MCP tools to Claude Code. Features hybrid semantic + BM25 keyword search with RRF fusion, a cross-encoder reranker, markdown-aware chunking by headers, query expansion, and add_from_url so Claude can fetch and index webpages itself. Uses ONNX via FastEmbed for 5ms embeddings. Install with pip install knowledge-rag.

ragmcphybrid-searchembeddingsbm25rerankingknowledge-baselocal
by Lyoonzin Mar 19, 2026 8/10
MCP Reddit

MCP Server Quality Analysis: Most of 200K+ Servers Fail Basic Checks

A large-scale quality analysis grading over 200,000 MCP servers (both stdio and HTTPS transport). The majority failed basic quality checks. Useful for understanding what separates reliable MCP servers from poor ones, and a benchmark for evaluating or building your own.

mcpqualityanalysisserversbenchmark
by evantahler Mar 19, 2026 8/10
MCP Reddit

WhatsApp Business MCP Server: 35 Tools Built with Claude Code in One Session

Built a complete WhatsApp Business MCP server in a single Claude Code session using Cloudflare Workers, D1, KV, and Durable Objects. The 35 tools cover the full WhatsApp Business API with Zod validation. A compelling demonstration of Claude Code's ability to scaffold complex serverless MCP integrations end-to-end.

mcpwhatsappcloudflareserverless
by Fun-Trouble-8802 Mar 19, 2026 7/10
MCP GitHub

MySearch-Proxy: Unified MCP for Tavily, Firecrawl, and Social/X Search

A unified search MCP that proxies Tavily, Firecrawl, and Social/X search through a single server with a console UI. Also includes a Claude Code skill. Simplifies search tool configuration for agents that need multiple search backends.

mcpsearchtavilyfirecrawl
by skernelx Mar 19, 2026 6/10
MCP Reddit

CLI Tool to Submit Your MCP Server to Every Directory in One Command

A CLI that automates submitting an MCP server to all major MCP directories simultaneously. Removes the tedious process of manually submitting to each registry. Useful for MCP server authors who want maximum discoverability.

mcppublishingclidiscoverability
by jordanlyall Mar 19, 2026 6/10
MCP GitHub

mcp-local-rag: Local-First Semantic and Keyword Search MCP for Code and Docs

A fully private, zero-setup MCP server that brings local RAG to Claude Code. Supports semantic search and keyword search over your own code and technical docs with no cloud dependencies. Ideal for developers who want fast, private code search without sending data to external services.

mcpraglocalsemantic-searchprivate
by shinpr Mar 19, 2026 8/10
MCP GitHub

Statamic MCP: 100+ AI-Powered Tools for Statamic CMS Development

An MCP server providing 100+ tools for Statamic CMS — covering blueprints, entries, collections, and more. Gives Claude Code comprehensive access to the Statamic API for building and managing CMS content through natural language. Useful for Laravel/Statamic developers.

mcpcmsstatamiclaravel
by cboxdk Mar 19, 2026 7/10
MCP Reddit

InsForge: Self-Hosted Supabase Alternative with Claude Code MCP Integration

InsForge is an open-source, self-hosted Postgres-based backend (auth, storage, edge functions) that connects to Claude Code via MCP. The agent can directly see your schema, policies, and data. A privacy-first alternative to Supabase for teams who want AI-accessible databases on their own infrastructure.

mcppostgresself-hosteddatabase
by cloud-native-yang Mar 19, 2026 6/10
MCP GitHub

Digital FTE: Local-First Autonomous Personal AI Employee with Gmail, WhatsApp, and LinkedIn

A local-first autonomous AI employee managing email, WhatsApp, and LinkedIn. Features Gmail monitoring, WhatsApp automation, LinkedIn posting, AI reasoning, MCP servers, and human-in-the-loop approval. Built as a hackathon project — a complete multi-channel personal AI assistant.

mcpautomationemaillinkedinwhatsapp
by SheikhMuhammadHamza-HS Mar 19, 2026 5/10
MCP Reddit

bcb-br-mcp: Brazilian Central Bank Economic Data MCP for Claude

An open-source MCP server that connects Claude to 18,000+ economic time series from Brazil's Central Bank (SGS/BCB), covering interest rates, inflation (IPCA, IGP-M, INPC), exchange rates, GDP, employment, and credit data. Includes 150+ curated indicators with accent-insensitive search. Available via remote URL (no install), npx, or Smithery — works with Claude Desktop, Claude.ai, and Claude Code.

mcpeconomicsfinancedatabrazil
by AccessExisting Mar 19, 2026 6/10
MCP Reddit

sqlguard-mcp: SQL Firewall MCP That Blocks Destructive Queries From Claude Code

After Claude Code wiped 2.5 years of production data via an agentic Terraform session, a developer built sqlguard-mcp — an MCP server that intercepts all SQL before it reaches your database. Uses real AST parsing (not regex) to block DROP/TRUNCATE and other destructive ops, with three modes: read-only, strict (dry-run previews for writes), and permissive (log-only). Addresses a documented pattern of AI agents executing destructive database operations without confirmation.

mcpsafetydatabasesqlfirewalldata-loss-prevention
by Individual-Smell6888 Mar 19, 2026 9/10
MCP Reddit

bot fight! ai agents throwing hands

i built an arena where AI agents play games against each other. poker, pool, gorillas, snake, and more on the way. agents hang out in a lounge, trash-talk, challenge each other, and fight for ranki...

mcpapi
by consumedbythefire Mar 19, 2026 10/10
MCP Reddit

lore: search your past Claude Code sessions locally

Had 300+ Claude Code sessions across a bunch of projects and kept forgetting where I discussed things. Couldn't find that one conversation where I figured out the auth flow. Made an MCP server that...

mcpapigit
by prompter- Mar 19, 2026 9/10
MCP Reddit

CLI vs MCP

What's your go-to for integrations: CLI + skills MCP - structured, composable, agent-native submitted by /u/CellistNegative1402 [link] [comments]

mcpskill
by CellistNegative1402 Mar 19, 2026 7/10
MCP Reddit

I built a trust layer for MCP servers with my bestie, Claude

Over the past few months I've been building Conduid (conduid.com) — a trust infrastructure layer for MCP servers. The entire codebase was written with Claude: Go API, Next.js frontend, PostgreSQL s...

mcpapigitreview
by itsALambduh Mar 19, 2026 8/10
MCP Reddit

Marketing Wisdom MCP

Marketing Wisdom MCP I Built a free MCP that lets Claude search 6,700 startup insights from MFM + Starter Story I'm building a Chrome extension and kept running into the same problem: I didn't know...

mcpgitconfig
by Clean-Tip-9680 Mar 19, 2026 10/10
MCP Reddit

Drowning in AI! how do I actually learn this properly?

Hello good people, hopefully smarter than me at AI, I am a software engineer with 4 years of experience. I have mid level knowledge about programming, APIs, databases, development, etc. I would rat...

mcpapi
by Winter_Pop9267 Mar 19, 2026 10/10
MCP Reddit

AOG | Multi-Agent CLI Orchestrator

I built an MCP Server that uses CLI tools as a team. AOG (Anthropic, OpenAI, Google) is an open-source MCP server that orchestrates Claude Code, Codex CLI, and Gemini CLI as a collaborative multi-a...

mcpgitreview
by Longlife_IO Mar 19, 2026 10/10
MCP Reddit

When to use Subagents? Skills?

Good evening y'all! I have a question about the system I am building. At a high level, it is built on the Snowflake Cortex CLI. I'm using an MCP server that hits our data transformation tool to mon...

mcpskillapi
by JellyJNBA Mar 19, 2026 9/10
MCP Reddit

I built a space strategy MMO that Claude can play natively via MCP

The Elevator Pitch PSECS is a multiplayer space game designed for AI agents. Claude connects via MCP and can explore sectors, mine resources, research technologies, manufacture items, trade on a ma...

mcpskillworkflowapigit
by Dr-whorepheus Mar 19, 2026 10/10
MCP Reddit

Did Claude fix the MCP/Chrome plugin issue overnight?

I've been having terrible trouble with the Chrome plug-in and it kept basically timing out every 30 seconds making the connection unworkable. Then this morning I logged in, there's a new image show...

mcp
by Suntzu_AU Mar 19, 2026 5/10
MCP Reddit

Claude is my publishing platform - it feels like magic

About a year ago I started working on a documentation platform for my main business that was optimized for LLMs - think content that is pre-vectorized, chunked, etc. all the nerdy stuff (which I lo...

mcpreview
by Robhow Mar 19, 2026 5/10
MCP Reddit

How to add OAuth to MCP's that don't have it?

Looking for a way to add MCP's that have no oauth (so bearer tokens). to our claude environment. These are just MCP's that present our data through rag, so no access or permission system neede, jus...

mcp
by Hibbiee Mar 19, 2026 5/10
MCP Reddit

Let Claude learn overnight

Some ideas in here which might help with the issue of "I told you that yesterday, and you've forgotten already" https://github.com/anthropics/claude-code/issues/28196 In summary, we're looking to c...

mcpskillgit
by itam_ws Mar 19, 2026 10/10
MCP Reddit

Claude (Code) work with existing Figma Files (Styleguides)?

Hello, I'm currently trying out Claude and the Figma MCP Stuff. I've been using Claude Code a lot over the last few months and wanted to dip my toes into letting Claude generate Designs based on my...

mcp
by Loohney Mar 19, 2026 9/10
MCP Reddit

N8N MCP: Automatic Building and Debugging of N8N Workflows

An MCP that lets Claude Code one-shot build and debug N8N automation workflows. Prototype stage but demonstrates full workflow generation from description to working N8N implementation.

mcpn8nautomationworkflowno-code
by ICFateInNumbers Mar 19, 2026 7/10
MCP Reddit

Ephyr: Ephemeral Infrastructure Access for AI Agents

Provides time-boxed, scope-limited infrastructure credentials for AI agents instead of permanent API keys or open SSH sessions. Reduces the blast radius when agents need cloud resource access.

securityinfrastructurecredentialsephemeralcloud
by Crash_Override Mar 19, 2026 7/10
MCP Reddit

Wombat: Unix chmod-Style Permission Gateway for Claude Code MCP Tools

A proxy that sits between Claude Code and your MCP tools, enforcing per-tool permission policies like Unix file permissions. Prevents agents from calling sensitive tools without explicit authorization rules.

securitypermissionsmcpproxyauthorization
by johnchque Mar 19, 2026 8/10
MCP GitHub

prompt-toolkit-mcp: Production-Tested Prompt Templates as MCP Server

Five battle-tested prompts for code review, debugging, testing, and architecture exposed as an MCP server. Reuse proven prompt patterns across all Claude Code projects without re-writing them each session.

mcppromptstemplatescode-reviewtesting
by Money-Monkey-26 Mar 19, 2026 7/10
MCP Reddit

Satring: Paid API Directory and MCP for AI Agents (L402 + x402 USDC)

A curated directory of ~300 paid APIs that AI agents can discover and pay for autonomously using Bitcoin Lightning (L402) or USDC on Base (x402). Built entirely with Claude Code for agent-native commerce.

mcppaymentslightningapimarketplace
by toadlyBroodle Mar 19, 2026 7/10
MCP GitHub

AMS: Audit-First Agent Memory and Orchestration for MCP Clients

An audit-first memory and orchestration layer for MCP clients with Claude Code and Obsidian integrations. Tracks every memory write and read for full traceability of agent decision-making.

memoryorchestrationmcpobsidianaudit
by LastEld Mar 19, 2026 7/10
MCP GitHub

chatgpt-codex-proxy: Use ChatGPT Codex as Claude Code Backend

Provides an Anthropic-compatible messages API proxy so Claude Code can route requests to ChatGPT Codex. Useful for comparing models or using Codex on tasks while keeping the Claude Code interface.

proxycodexopenaimulti-modelapi
by KYYFEM Mar 19, 2026 7/10
MCP Reddit

Architect Cert MCP: 390 Scenario Questions for Claude Architect Exam

MCP server for prepping the Claude Certified Architect exam with 390 scenario-based questions, spaced repetition, concept handouts, and guided capstone builds across all 5 exam domains.

mcpcertificationarchitectexamlearning
by Novel-Toe1483 Mar 19, 2026 7/10
MCP GitHub

3dsmax-mcp: 3ds Max MCP Server for Claude and AI Agents

An MCP server that lets Claude and other AI agents control Autodesk 3ds Max directly. Enables AI-driven 3D scene manipulation, scripting, and automation within the 3D modeling application.

3dsmaxmcp3d-modelingautodeskcreative-tools
by cl0nazepamm Mar 17, 2026 5/10
MCP Reddit

VaultForge: Token-Efficient MCP Server for Obsidian with 27 Tools

MCP server for Obsidian that cuts token usage 80–95% per operation by pre-processing vault data before sending it to Claude. Returns structured summaries instead of raw JSON, with 27 tools and one-click .mcpb install. Open source.

obsidianmcptoken-efficiencyknowledge-basevault
by seiyjurou Mar 17, 2026 7/10
MCP Reddit

Full-Featured Email MCP: Multi-Account Search, Reply, Move, Delete, and Threads

An MCP server that gives Claude end-to-end email management: search across multiple accounts, reply with proper threading, move to folders, bulk flag, full OAuth flow. Goes beyond read-only single-account email tools.

emailmcpmulti-accountoauthgmailproductivity
by NefariousnessHappy66 Mar 17, 2026 6/10
MCP GitHub

codebase-memory-mcp: Persistent Knowledge Graph MCP for 64 Languages

Indexes your codebase into a persistent knowledge graph with 64 language support, sub-millisecond queries, and 99% fewer tokens than grep. Ships as a single Go binary with no Docker or API keys required.

knowledge-graphmcpcodebaseindexinggoperformance
by DeusData Mar 17, 2026 8/10
MCP Reddit

GrantAi Memory: Local Semantic Memory MCP for Claude Code with Sub-ms Search

Stores conversation context locally and retrieves relevant memories automatically via MCP with sub-millisecond semantic search. Works with any MCP client including Cursor. Designed specifically for Claude Code context loss between sessions.

memorymcpsemantic-searchcontextpersistence
by False_Wind9192 Mar 17, 2026 6/10
MCP GitHub

firefox-devtools-mcp: MCP Server for Firefox Remote Debugging Protocol

Enables AI assistants to inspect and control Firefox through the Remote Debugging Protocol via MCP. Lets Claude interact with browser state, inspect elements, and monitor network activity directly from the terminal.

mcpfirefoxbrowserdebuggingdevtools
by freema Mar 17, 2026 7/10
MCP Reddit

GeckoPin: Local-First Sticky Board That AI Agents Can Read and Write via MCP

GeckoPin is a visual workspace where you can pin notes, code snippets, images, links, and checklists on an infinite canvas. AI coding assistants can read and write to it via MCP, creating a persistent visual context layer for agent workflows.

mcpsticky-boardvisualnotescontext
by ReD_HS Mar 17, 2026 7/10
MCP GitHub

ClawMem: On-Device Context Engine and Memory for AI Agents

An on-device context engine and memory system for AI agents (Claude Code and OpenClaw) combining hooks, an MCP server, and hybrid RAG search. Provides persistent, searchable memory that stays local without any cloud dependency.

memorymcphooksraglocal
by yoloshii Mar 17, 2026 8/10
MCP GitHub

linear-claude-skill: Agent Skill for Managing Linear Issues via MCP

An agent skill for managing Linear issues, projects, and teams using MCP tools and the Linear GraphQL API. Includes SDK automation patterns for integrating Linear into agentic development workflows.

mcplinearproject-managementgraphqlskill
by wrsmith108 Mar 17, 2026 7/10
MCP GitHub

synaps: 13 MCP Tools for Deterministic Codebase Intelligence

Synaps provides 13 MCP tools that give Claude Code, Cursor, and any MCP client deterministic codebase intelligence — precise symbol lookup, dependency analysis, and structural navigation without LLM hallucination.

mcpcodebaseintelligencesymbolsanalysis
by msiric Mar 17, 2026 8/10
MCP Reddit

mcp-optimizer: Stop Wasting Tokens on Idle MCP Servers

Every MCP server connected to Claude Code loads its full tool schema into every conversation, even if unused. mcp-optimizer analyzes your usage patterns and intelligently loads only the MCP servers actually needed per task, saving 6,500+ tokens per idle server.

mcptokensoptimizationperformancetool
by Odd_Werewolf_4478 Mar 17, 2026 8/10
MCP Reddit

Trache: Local-First Trello Replacement to Stop Context Bloat from MCP Calls

Built to replace Trello MCP calls that were burning 27%+ of context window per week. Trache is a local-first task board that exposes minimal data through MCP, giving Claude only what it needs without pulling in entire Trello workspaces.

mcptaskscontextlocal-firstefficiency
by BugOne6115 Mar 17, 2026 7/10
MCP Reddit

Shared Team Memory for Claude Code with Bayesian Confidence Scoring

An open-source MCP server providing shared team memory for Claude Code with Bayesian confidence scoring on stored facts. Memories get stronger the more they are confirmed and weaker when contradicted, enabling more reliable long-term agent memory.

mcpmemoryteambayesianconfidence
by Ok_Excitement_1304 Mar 17, 2026 8/10
MCP GitHub

muninn: Persistent Memory MCP Server for Claude, Cursor, and Windsurf

An MCP server providing persistent institutional memory across coding sessions for Claude Code, Cursor, and Windsurf. Stores and retrieves project-specific knowledge, architecture decisions, and conventions that persist between sessions.

mcpmemorypersistentsessionsknowledge
by ravnltd Mar 17, 2026 8/10
MCP Reddit

MCP Marketplace: 25,000+ MCP Servers Indexed with Trust Scores

A marketplace built with Claude that indexes 25,000+ MCP servers from GitHub, npm, PyPI, Smithery, and Docker Hub. Adds trust scores, comparison features, and a single place to search across all MCP ecosystems.

mcpmarketplacediscoverytrustecosystem
by itsALambduh Mar 17, 2026 8/10
MCP Reddit

Fix: MCP Filesystem Server Rejects UNC Network Share Paths on Windows

Documents a bug where the MCP Filesystem Server (Desktop Extension) treats UNC SMB paths (\\server\share\subfolder) as outside allowed directories, even when the share root is permitted. Includes the root cause analysis and a working fix — Claude diagnosed and fixed the issue in its own server.

mcpfilesystemwindowsuncbug-fixnetwork-share
by UltraSPARC Mar 16, 2026 7/10
MCP GitHub

trend-pulse: Free Trending Topics MCP Server (20 Sources, Zero Auth)

An MCP server that aggregates trending topics from 20 sources with no API keys required. Available as a CLI tool, Python library, and MCP server — lets Claude Code agents stay current on trending topics without any authentication setup.

mcptrendingnewszero-authclipython
by claude-world Mar 16, 2026 6/10
MCP Reddit

Experiment: Exposing VS Code Debugger to Claude Code via MCP

Instead of adding print statements, this experiment exposes the VS Code debugger to Claude Code through MCP — letting the agent autonomously set breakpoints, step through execution, inspect variables, and evaluate expressions. Demonstrates a significant upgrade to how AI agents approach runtime debugging.

debuggingmcpvscodebreakpointsruntime
by RealRace7 Mar 16, 2026 8/10
MCP Reddit

Code Search Engine MCP: Stop Claude from Reading Entire Files

Builds a small MCP server that gives Claude Code a semantic code search engine instead of reading entire files to locate functions. Benchmarked on the Express.js repo: reduced token use from ~5400 to far fewer tokens per symbol lookup. Claude can now query "find the auth middleware" rather than scanning files wholesale.

mcptoken-efficiencycode-searchperformancelarge-repos
by Actual-Thanks5168 Mar 16, 2026 8/10
MCP Reddit

Replace vector RAG with a Neo4j knowledge graph for Claude persistent memory via MCP

Standard RAG fails for agent memory because it lacks structural context, cannot traverse relationships transitively, and treats all information with equal weight. This MCP approach uses Neo4j graph nodes with simple remember()/recall() tools, enabling Claude to store decisions, rules, and preferences with proper relationships and epistemic weights that persist across sessions.

memorymcpgraphneo4jRAGpersistencelong-term-memory
by WorkingQuestion1754 Mar 16, 2026 8/10
MCP GitHub

Argus MCP: AI-driven code review server with Zero-Trust model

An MCP server that adds automated code review to Claude Code sessions using a Zero-Trust security model. Enhances code quality by running AI-driven analysis on changes before they are committed. Designed for safe, efficient development workflows.

mcpcode-reviewqualityzero-trustsecurityautomation
by dykeruv Mar 16, 2026 6/10
MCP X

Figma Console MCP Cloud Mode: Connect Claude to Figma Without Node.js

Figma Console MCP now offers a Cloud Mode that connects Claude (and Lovable, v0, Replit) to your Figma design files using just a pairing code — no Node.js installation, no terminal required. Makes the Figma MCP integration accessible from phones and non-technical environments.

MCPFigmadesigncloud-modeno-nodejs
by @tpitre Mar 16, 2026 6/10
MCP Reddit

Cracking Hashes with Claude Desktop & Kali MCP

Hi everyone, I wanted to share a project I’ve been working on to bridge the gap between LLMs and offensive security tools. I’ve (together with AI 😜) built a Kali Linux MCP Server that gives Claude ...

mcpcommandgitdockerconfigtesting
by blackholeroll Mar 16, 2026 10/10
MCP Reddit

My AI forgot my name for the 47th time. So I built it a memory.

Yes, I have CLAUDE.md. Pretty solid one actually — project rules, stack, conventions. The static stuff is handled. Here's what it can't do though: Cross-project knowledge. Preferences, teammates, d...

mcpworkflowapigitclaude.mdconfig
by wackloner Mar 16, 2026 10/10
MCP Reddit

Shared memory between desktop, phone, terminal Claudes

Every Claude session starts from zero. Your morning conversation doesn't know what your coding session learned last night. Your phone chat can't recall decisions made on desktop. I built a bridge. ...

mcphookgitconfig
by semmy_t Mar 16, 2026 10/10
MCP Reddit

How to handle MCP OAuth refresh token flow?

I built an MCP server and keep running into the same problem: OAuth tokens expire in Claude, the connection drops, and there is no reliable automatic refresh. Users have to re-authenticate/reconnec...

mcp
by madredditscientist Mar 16, 2026 7/10
MCP Reddit

Claude code for reverse engineering

So I'm currently working on a Command&Conquer open source server, https://github.com/sokie/kirov-server-emulator/tree/main Initially it was meant to support only RedAlert3, but recently decided to ...

mcpcommandapigitreview
by sokiee Mar 16, 2026 9/10
MCP Reddit

Claude for Data Scientist

Hi everyone, I’ve been lately using Claude as a Data Scientist and this has been more helpful - I’ve built MCPs, Skill workflows to make routine workflows automated. However, I’m curious on how y’a...

mcpskillworkflow
by CultivatingPlant Mar 16, 2026 7/10
MCP GitHub

ham: Directory-Scoped Memory System for AI Agents That Cuts Token Usage by 50%

A hierarchical memory system for AI coding agents that scopes context to the specific directory being worked on, reducing irrelevant context and cutting token usage by approximately 50%. Single binary with zero dependencies. Designed as a drop-in memory layer for any agent workflow.

memorytoken-efficiencydirectory-scopedcontext50%
by kromahlusenii-ops Mar 16, 2026 8/10
MCP Reddit

brain-mcp: MCP Server That Reconstructs Your Cognitive State Across Claude Sessions

An MCP server built for Claude Desktop and Claude Code that goes beyond key-value memory to reconstruct your full cognitive state across sessions — working mental models, in-progress reasoning, and accumulated insights. Designed to make Claude feel like a continuing collaborator rather than a fresh start.

memorycognitive-statemcpcontinuityreasoningsessions
by Signal_Usual8630 Mar 16, 2026 8/10
MCP GitHub

gemini-webapi-mcp: Free Image Generation and Chat via Google Gemini Browser Cookies — No API Keys

An MCP server that interfaces with Google Gemini through browser cookies instead of the paid API, enabling free image generation, image editing, and chat capabilities. No API keys or billing required. Works within the MCP protocol so any MCP-compatible agent can use Gemini capabilities for free.

geminifreeimage-generationbrowser-cookiesno-api-keymcp
by AndyShaman Mar 16, 2026 7/10
MCP GitHub

mockups-mcp: Self-Hosted Mockup Gallery That Claude Sends UI Designs to via MCP

An MCP server and gallery where Claude automatically saves generated HTML mockups instead of writing them to /tmp or cluttering project directories. Provides a browsable history of all UI mockups generated during sessions. Self-hosted so designs stay private and can be referenced across sessions.

mockupsuigalleryself-hostedhistoryhtml
by kgNatx Mar 16, 2026 8/10
MCP GitHub

icm: Permanent Memory for AI Agents — Single Binary, Zero Dependencies, MCP Native

A minimal MCP-native permanent memory system for AI agents distributed as a single binary with no runtime dependencies. Store, retrieve, and search memories across sessions without any configuration. Designed to be dropped into any agent workflow as a lightweight memory layer.

memorymcpsingle-binaryzero-configpersistent
by rtk-ai Mar 16, 2026 8/10
MCP GitHub

mcp-use: Full-Stack Framework for Building MCP Apps and MCP Servers for AI Agents

A comprehensive framework for both sides of the MCP ecosystem: building MCP client apps (for ChatGPT/Claude) and building MCP server tools for AI agents. Provides a unified developer experience for creating, testing, and deploying Model Context Protocol integrations.

mcpframeworkfullstacktoolingdevelopment
by mcp-use Mar 16, 2026 7/10
MCP GitHub

MIF: Open Standard for Portable AI Memory Interchange with JSON-LD, Markdown, and W3C PROV

An open standard format for serializing and exchanging AI memory across different tools and sessions. Uses JSON-LD and Markdown dual format with W3C PROV provenance tracking and bi-temporal data. Includes native Obsidian support and entity relationship tracking for interoperable agent memory.

memorystandardjson-ldobsidianprovenanceinteroperability
by zircote Mar 16, 2026 8/10
MCP X

gms-mcp: GameMaker MCP Plugin for Claude Code with 14+ Workflow Skills

gms-mcp is a Claude Code plugin for GameMaker development that installs in 30 seconds and provides 14+ workflow skills, project hooks, and full MCP server integration. A domain-specific package for GameMaker developers using Claude Code.

mcpgamemakerpluginskillshooksgamedev
by @gms_mcp Mar 16, 2026 6/10
MCP X

SDD-MCP v3.1: Spec-Driven Development MCP Server for Claude Code

SDD-MCP provides a Spec-Driven Development workflow for Claude Code, built on Claude's full feature set including skills, agents, rules, and hooks. The workflow guides development through Requirements → Design → Tasks → TDD Implementation phases, helping maintain architectural discipline in AI-assisted projects.

mcpspec-driventddworkflowrequirementsdesign
by @yi_john_huang Mar 16, 2026 7/10
MCP Reddit

OllamaClaude: MCP Server for Delegating Claude Code Tasks to Local Ollama Models

OllamaClaude is an MCP server that integrates your local Ollama instance with Claude Code, allowing Claude to delegate high-volume or low-reasoning coding tasks to local models (Gemma3, Mistral, etc.) to minimize API token usage. A practical strategy for reducing costs on repetitive tasks while keeping complex reasoning with Claude.

mcpollamalocal-modeltoken-savingsdelegationcost
by omnergy Mar 16, 2026 7/10
MCP Reddit

Paper Lantern: MCP Server Connecting Claude Code to 2M+ Research Papers

Paper Lantern is an MCP server that connects Claude Code to over 2M CS and 43M biomedical research papers via Qwen3 embeddings and HNSW indexing. Instead of relying on training data heuristics, Claude Code can search current literature, find benchmarked methods from this week, and get implementation-ready guidance grounded in actual research. Free to try at code.paperlantern.ai.

mcpresearchpapersragliteratureembeddings
by kalpitdixit Mar 16, 2026 8/10
MCP Reddit

polydev.ai: MCP Server That Queries GPT, Claude, Gemini, and Grok Simultaneously

polydev.ai is an MCP server that routes a single prompt to multiple frontier models in parallel and returns four expert opinions at once. It works inside Claude Code, Cursor, and Windsurf, and requires no API keys if you have existing CLI subscriptions to ChatGPT Plus, Claude Pro, or Gemini Advanced. Start with npx polydev-ai@latest.

mcpmulti-modelgptgeminigrokparallel
by venkattalks Mar 16, 2026 8/10
MCP Reddit

Update: TIFU and paid the price for it

A few days ago, I posted a TIFU about my MCP research agent getting stuck in an infinite while loop and rapid firing $3,400 worth of proxy charges onto my corporate card while I was asleep. First, ...

mcpapi
by Feeling_Smile5027 Mar 15, 2026 5/10
MCP Reddit

What to do with mcp

This is a new world for me. I try some small things with Claude desktop and open webui with ollama. Do Anyone know about some inspiration for things to do with offline mcp? Anything :) just to run ...

mcp
by it-pappa Mar 15, 2026 5/10
MCP Reddit

AI Just Built a Full Blog Feature for My Portfolio in One Shot

I’ve been working as a freelance web developer since 2014. For over a decade, I’ve been building software, writing code, and creating solutions for other people’s ideas. But recently, AI has finall...

mcp
by Cautious_Swing_332 Mar 15, 2026 7/10
MCP Reddit

I built an MCP server that cuts Claude Code token usage by ~60–90%

I built an MCP server that cuts Claude Code token usage by ~70–90% I built a small MCP server for Claude that gives it a proper code search engine instead of reading entire files. When working with...

mcppythontypescript
by Actual-Thanks5168 Mar 15, 2026 10/10
MCP X

gigabrain v0.5.3: Persistent Memory OS for Claude Code with Auto-Managed CLAUDE.md

gigabrain is a persistent memory OS for Claude Code that auto-manages CLAUDE.md and .mcp.json wiring with repo-local helper scripts. Version 0.5.3 adds Claude Code support via a dedicated setup command. Claude Desktop users get a .dxt extension bundle. Solves the context compaction problem by maintaining structured, queryable memory across sessions.

mcpmemoryCLAUDE.mdcontextpersistence
by @Legendaryy Mar 15, 2026 8/10
MCP X

rndocs: Offline React Native Docs Search CLI and MCP Server for Claude Code

rndocs lets you search React Native documentation fully offline from the terminal (pip install rndocs) and also works as an MCP server inside Claude Code. Useful for React Native developers who want Claude to reference accurate, current docs without network overhead or hallucinating outdated APIs.

mcpreact nativedocumentationofflinemobile
by @android_poet Mar 15, 2026 6/10
MCP X

LLMKit: Open Source AI Gateway with Budget Enforcement and Claude Code MCP Server

LLMKit is an open source AI gateway that tracks API costs across 11 providers, logs tokens and costs, and blocks calls when budget limits are hit. Provides a Python SDK, TypeScript SDK, CLI, and MCP server for use directly inside Claude Code and Cursor. Essential for teams managing multi-provider AI spend without surprise bills.

mcpcost trackingbudgetapi gatewaymulti-provider
by @LLMKIT Mar 15, 2026 7/10
MCP GitHub

docchat-mcp: Turn API Docs into an Intelligent MCP Server

docchat-mcp converts your API documentation into an MCP server using deterministic routing and layered knowledge injection, with zero LLM dependency. The server routes Claude Code queries to the right doc sections without an additional model call, keeping it lean and fast. Useful for developers who want Claude Code to accurately reference external service documentation.

mcpdocumentationapirouting
by KKlauden Mar 15, 2026 7/10
MCP Reddit

Blitz: MCP Tools for Claude to Automate iOS App Store Submission

Blitz gives Claude Code MCP tools to automate the full App Store Connect workflow — signing certificates, screenshots, age requirements, and upload. Built with Claude Code itself and open source, it lets you simply ask Claude to "submit my app to the app store." Eliminates the painful manual process of dealing with Xcode and App Store Connect.

mcpiosapp storeautomationxcode
by invocation02 Mar 15, 2026 8/10
MCP Reddit

depct: Always-Current Runtime Documentation MCP Server for Node.js Apps

depct generates up-to-date documentation, architecture diagrams, runtime analysis, and error detection for Node.js apps with no code changes required. When integrated as an MCP server in Claude Code, it can auto-refresh docs after changes so Claude always references accurate architecture. Addresses the common problem of stale documentation in AI-assisted development.

mcpdocumentationnodejsarchitectureruntime
by depctDev Mar 15, 2026 6/10
MCP Reddit

I accidentally made better tool than Claude Code?

Okay, the title is a bit clickbait. I didn't replace Claude Code, I made it smarter about what it reads. Give your valuable feedback See Graph results below for Verification :) Free tool: https://g...

mcpworkflow
by intellinker Mar 15, 2026 9/10
MCP Reddit

A coding agent session manager that manages itself via its own MCP

I've been running multiple Claude Code / Gemini / Codex sessions in parallel for a while now, and the biggest bottleneck is switching between sessions, deciding what to start next, advancing tasks ...

mcpworkflowgitconfigreview
by Fleischkluetensuppe Mar 15, 2026 10/10
MCP Reddit

1M context window - feels good

As you might already notice, Anthropic finally shipped the 1M context window for Opus to all Claude Code users on Max / Team / Enterprise in v2.1.75. That changed a lot actually - in research tasks...

mcpapi
by codestage Mar 15, 2026 8/10
MCP Reddit

Auto-Save Claude Code Sessions to GitHub Projects

I wanted a way to preserve Claude Code sessions. Once a session ends, the conversation is gone — no searchable history, no way to trace back why a decision was made in a specific PR. The idea is si...

mcphookapigitconfig
by Dangerous-Formal5641 Mar 15, 2026 10/10
MCP Reddit

MCPs, CLIs, and skills: when to use what?

I wrote up a post about how I approach MCPs, CLI, and skills and when and to use which. I use all of them daily and have found them to be useful in different scenarios. Hope this is helpful and a m...

mcpskill
by Obvious-Car-2016 Mar 15, 2026 6/10
MCP Reddit

Notification sound for Claude Desktop?

Is there a way to get a notification when Claude Desktop is done with an operation? Note that I do not mean Claude Code, I'm talking about the actual desktop program. I've been working with it in a...

mcp
by Stranger_Dreams Mar 15, 2026 7/10
MCP Reddit

Feature Request: Tags & Collections for Chats

Hey r/ClaudeAI , As my chat history grows, finding a specific conversation gets painful. Projects are great for big ongoing work, but they feel too heavy for dozens of small one-off chats on differ...

mcpgitdocker
by nik-sharky Mar 15, 2026 6/10
MCP GitHub

omega-memory: Persistent Memory for AI Coding Agents

A persistent memory system for AI coding agents that stores session knowledge, decisions, and context across sessions. Enables agents to build on previous work without re-explaining the project each time.

mcpmemorypersistencecross-sessioncontextcoding-agents
by omega-memory Mar 15, 2026 6/10
MCP GitHub

datacore: Persistent Memory and Knowledge Management for AI Assistants

A persistent memory and knowledge management system for AI assistants — stores learned information, project context, and decisions across sessions. Described as "your mind, extended" for AI coding workflows.

mcpmemoryknowledge-managementpersistencecontextcross-session
by datacore-one Mar 15, 2026 6/10
MCP GitHub

mainframe: AI-Native Bash Runtime with LSP, MCP, and 2,000+ Pure Bash Functions

A zero-dependency bash runtime with 2,000+ curated bash functions, LSP integration, and MCP support — designed for AI agents to execute safely with structured output and first-time correctness. Fills the gap between shell scripting and AI agent tooling.

bashlspmcpruntimezero-dependencystructured-output
by gtwatts Mar 15, 2026 7/10
MCP GitHub

mcpHydroSSH: SSH MCP Server for Claude Code to Manage Remote Servers

An MCP server that connects Claude Code to remote servers via SSH, enabling command execution and deployment automation without leaving the conversation. Designed for DevOps workflows where Claude needs to reach production infrastructure.

mcpsshremotedevopsdeploymentinfrastructure
by hydroCoderClaud Mar 15, 2026 7/10
MCP GitHub

mcproc: MCP Server for Background Process Management in AI Agents

An MCP server that gives Claude Code and other AI agents comfortable background process management — start, stop, monitor, and query long-running processes as MCP tool calls. Fills a gap for agents that need to manage persistent services.

mcpprocess-managementbackgrounddaemonagent-tools
by neptaco Mar 15, 2026 7/10
MCP GitHub

memorix: Cross-Agent Memory Bridge for 10 IDEs via MCP

A persistent memory MCP server supporting Cursor, Windsurf, Claude Code, Codex, Copilot, Kiro, Antigravity, OpenCode, Trae, and Gemini CLI. Features team collaboration, auto-cleanup, mini-skills, and workspace sync — so you never have to re-explain your project to a new agent session.

mcpmemorycross-agentmulti-toolteampersistence
by AVIDS2 Mar 15, 2026 7/10
MCP GitHub

chatgpt-cli: macOS CLI + MCP Server Controlling ChatGPT Desktop via Accessibility API

A macOS CLI and MCP server that controls the ChatGPT Desktop app through Accessibility automation, turning any existing ChatGPT subscription into a programmable AI backend for Claude Code, OpenCode, and other MCP clients — without needing an API key.

mcpmacoschatgptaccessibilitysubscriptioncli
by toby1991 Mar 15, 2026 7/10
MCP GitHub

nodespace-core: Local-First Semantic Search Knowledge Base for AI Coding Assistants

A local-first knowledge base with semantic search that gives AI coding assistants fewer tokens and faster context. Stores project knowledge in a queryable semantic index rather than feeding raw files into context — reducing token usage while improving relevance.

mcpknowledge-basesemantic-searchlocaltoken-efficientcontext
by NodeSpaceAI Mar 15, 2026 7/10
MCP GitHub

cf-browser: Cloudflare Browser Rendering MCP Proxy with 10 Tools for Claude Code

An open-source Cloudflare Browser Rendering proxy that exposes 10 MCP tools for Claude Code: content extraction, screenshots, PDF generation, markdown conversion, scraping, JSON AI extraction, link discovery, accessibility auditing, and crawling.

mcpcloudflarebrowserscrapingscreenshotspdfcrawling
by claude-world Mar 15, 2026 7/10
MCP GitHub

ZenRipple: Full Browser Control of Zen Browser via 80+ MCP Tools

An MCP server giving Claude Code (and other agents) 80+ tools to control Zen Browser — navigation, DOM interaction, screenshots, network monitoring, and more. Enables fully automated browser workflows from within Claude sessions.

mcpbrowser-controlzen-browserautomationdomscreenshots
by yashas-salankimatt Mar 15, 2026 7/10
MCP GitHub

deepindex: Local-First Semantic Code Search + MCP Tools for Claude Code

A fully local semantic code search engine with MCP tools for Claude Code. No cloud, no cost, runs on your machine. Uses hybrid BM25 + vector search to find code by concept — letting Claude query your codebase semantically instead of grepping files.

mcpsemantic-searchlocalvector-searchcode-intelligencebm25
by TheMailmans Mar 15, 2026 8/10
MCP GitHub

DevMemory: Bidirectional RAG Knowledge System for Coding Agents

A bidirectional RAG knowledge system that auto-searches for proven solutions before you code and saves new solutions after you ship — using real production code, not abstractions. Works across sessions and agents.

mcpragknowledge-basememorysolutionsbidirectionalproduction
by devmemory Mar 15, 2026 7/10
MCP GitHub

searxng-mcp: Web Search and URL Scraping MCP Server with SearXNG + Crawl4AI

An MCP server integrating SearXNG for privacy-respecting web search and Crawl4AI for site crawling, exposing both as Claude Code tools via a slash command. Enables web research and URL scraping directly from Claude sessions without cloud APIs.

mcpweb-searchsearxngcrawlingprivacyslash-command
by brunowinter8192 Mar 15, 2026 7/10
MCP X

mcp-doctor: CLI to Diagnose and Test MCP Servers Across Dev Tools

A zero-config CLI tool that discovers every MCP server configured in Claude Code, Cursor, VS Code, and Windsurf, then tests connections, flags security issues, and benchmarks latency. Run with one command: npx mcp-doctor scan. Open source with no setup required.

mcpdiagnosticsclisecuritymulti-tool
by @WilliamGunnerud Mar 15, 2026 8/10
MCP X

Claude Code Desktop Has Built-In MCP for Frontend Preview

Claude Code Desktop includes a built-in MCP server that activates automatically when you ask Claude to spin up a dev server — no manual configuration needed. A hidden feature useful for frontend development workflows.

mcpfrontenddev-serverbuilt-inclaude-code-desktop
by @dani_avila7 Mar 15, 2026 7/10
MCP X

Chrome 146 Ships Native MCP Support — No More CDP Hacks

Chrome 146 added native MCP support as a browser toggle, making custom CDP automation scripts and clipboard workaround hacks obsolete. A notable shift for developers who were using brittle workarounds to connect Claude Code to Chrome.

mcpchromecdpbrowsernative
by @ynnu311698 Mar 15, 2026 7/10
MCP X

Process Manager with 13 Native MCP Tools for Claude Code

A background process manager that ships with a built-in MCP server exposing 13 tools for Claude Code and Claude Desktop to manage processes directly. Billed as the first process manager with native MCP support.

mcpprocess-managementtoolsbackgroundnative
by @YulDavr Mar 15, 2026 7/10
MCP X

Flop MCP: Remote MCP Server for Unreal Engine Editor Control

A remote MCP server that connects your running Unreal Engine editor to Claude Code, Cursor, Windsurf, Cline, VS Code Copilot, and OpenClaw — without hosting your own local MCP server. Enables AI-driven Unreal Engine development from any compatible tool.

mcpunreal-engineremotegame-devmulti-tool
by @Flopperam Mar 15, 2026 7/10
MCP X

Code Inspector MCP: Platform-Aware Linter Tools for Claude Code

An MCP server where Claude calls linters as tools and receives structured results — no more copying terminal output. Platform-aware: Android/Kotlin uses detekt+ktlint+Android Lint, iOS/Swift uses Swift-specific tooling, enabling Claude to run the right linter for the project.

mcplintingcode-qualitystructured-outputplatform-aware
by @dev_ram_ Mar 15, 2026 7/10
MCP Reddit

repo-mem: Shared Git-Backed Team Memory for Claude Code Sessions

repo-mem adds shared, searchable team memory to any Git repo via a single npx command. It auto-captures commits, deploys, test runs, and session summaries through Claude Code hooks, stores them in per-developer SQLite databases committed to Git, and provides FTS5 full-text search across the entire team\'s history. At session start, Claude automatically sees recent team activity — so when a teammate discovers a bug, your next session already knows about it.

memoryteamgitsqlitehooksmcpopen-sourceknowledge-sharing
by Icy-Parsley-2762 Mar 13, 2026 8/10
MCP GitHub

cursor-browser-bridge: Control Cursor IDE Browser via Claude Code MCP

cursor-browser-bridge is an MCP server that lets Claude Code remotely control the browser embedded in Cursor IDE, enabling seamless web automation and interaction from the terminal. It bridges Claude Code\'s agent capabilities with Cursor\'s browser for tasks like testing, scraping, and live-preview interaction during development.

mcpbrowsercursorautomationwebopen-source
by scyzorykpl Mar 13, 2026 6/10
MCP GitHub

CodeAlive MCP: GraphRAG Context Engine for Large Codebases

CodeAlive MCP is a context engine service for large codebases that uses advanced GraphRAG to surface relevant code context for AI agents. It integrates with Claude Code, Codex, Cursor, and other tools via MCP, claiming 35% efficiency improvement and up to 84% faster results by providing precise, structured context instead of raw file dumps.

mcpgraphragcontextlarge-codebasecontext-engineopen-source
by CodeAlive-AI Mar 13, 2026 7/10
MCP Reddit

RVRY: MCP Tool that Enforces Deeper AI Reasoning via Obligation Tracking

RVRY is an MCP tool implementing Reasoning Depth Enforcement (RDE) — it tracks what the model commits to examine, detects when it skips or hedges via escape hatches, and blocks completion until the reasoning work is actually done. Unlike extended thinking (which just adds length) or prompting (which is advisory), RVRY creates obligations between reasoning steps and sends the model back if engagement is shallow, forcing genuine analysis over confident-sounding shortcuts.

mcpreasoningqualityprompt-engineeringanalysis
by Sea-Ride4243 Mar 13, 2026 7/10
MCP Reddit

PSA: Claude MCP OAuth client metadata endpoint misroute fixed

Claude's MCP OAuth client metadata endpoint was moved from /oauth/mcp-oauth-client-metadata to /api/oauth/mcp-oauth-client-metadata, but the hosts were still pointing to the old path, causing auth failures for MCP servers using OAuth with Claude Desktop and Claude Web. The Claude team has fixed the routing. If you were seeing MCP OAuth auth failures, they should be resolved — verify your client_id and metadata endpoint references are consistent.

mcpoauthauthbug-fixdesktop
by ravi-scalekit Mar 13, 2026 6/10
MCP GitHub

token-saver: MCP plugin that warns on wasteful Claude API token usage

token-saver is an MCP plugin that fires warnings, errors, and alerts when Claude API token usage becomes wasteful. It auto-suppresses logs and ignored history to keep your context lean, helping manage token consumption during long coding sessions.

mcptokensoptimizationcontextcost
by flightlesstux Mar 13, 2026 7/10
MCP X

Claude Code + Paper design app via MCP: AI-driven real-time design

A workflow connecting the Paper drawing/design app to Claude Code via an MCP server setup. Describe your design with reference images and Claude designs in real time inside Paper. Demonstrates the pattern of connecting creative/design tools to Claude Code through MCP for interactive AI-assisted design.

mcpdesignfigmacreativeworkflow
by @KanikaBK Mar 13, 2026 5/10
MCP Reddit

PriceAtlas MCP Server: global product price intelligence for AI agents

PriceAtlas is an MCP server that gives AI agents access to global product pricing data across different regions. Use cases include price comparison, purchasing optimization, cost intelligence for businesses, and market price monitoring, all accessible directly from Claude Code.

mcppriceecommercemarket-dataintelligence
by musaceylan Mar 13, 2026 6/10
MCP X

RuboCop 1.85.0 Ships with Built-In MCP Server for Claude Code and OpenCode

RuboCop 1.85.0 includes a native MCP server, giving Claude Code and OpenCode direct structured access to Ruby's most popular linter/formatter as a tool — no more shell command wrappers needed. Includes setup instructions for integration.

mcprubocoprubylinteropencode
by @lucianghinda Mar 13, 2026 7/10
MCP X

Python Codebase Knowledge Graph MCP Server for Blast Radius Analysis

An MCP server that parses your entire Python codebase using tree-sitter, builds a knowledge graph of dependencies, and exposes it to Claude Code. Answers questions like 'if I change this function, what breaks?' with dead code detection and blast radius analysis.

mcpknowledge-graphtree-sitterpythonanalysis
by @anantduggal_ Mar 13, 2026 7/10
MCP X

Google Workspace Official CLI with Built-In MCP Server and Claude Code Integration

Google released an official Workspace CLI (15k+ stars) with built-in MCP server support and native skills for Claude Code, Codex, and Cursor. Covers Drive, Gmail, Calendar, Sheets, Docs, Chat, and Admin — all dynamically built from the Google Discovery Service.

mcpgoogle-workspacegmaildriveofficial
by @OClawd Mar 13, 2026 7/10
MCP X

Crux: AI OS MCP Server That Preserves Session State Across Claude Code, Cursor, Aider

Crux is an open-source MCP server acting as a shared brain across coding tools. Your corrections, knowledge, and session state travel with you when you switch between Claude Code, Cursor, OpenCode, and Aider — no more losing context when changing tools mid-project.

mcpstatecross-toolopen-sourceaider
by @splntrb Mar 13, 2026 7/10
MCP X

MCP Server That Gives Claude Code Access to All Cursor Subscription Models

An MCP server that bridges Cursor's full model roster — GPT-5.x, Claude 4.x, Gemini 3.x, Grok — to Claude Code and other tools without API keys. Lets you use any model available through your Cursor subscription from any MCP-compatible client.

mcpcursormodelsbridgesubscription
by @DollrStorCowboy Mar 13, 2026 5/10
MCP X

Tufte-Style Chart Reviewer MCP Server for Claude Code Using Vision

An MCP server that gives Claude Code a 'Be Tufte brutal' chart review tool powered by Claude Sonnet vision. Send any chart image and get a rigorous design critique based on Tufte's data visualization principles — useful for ensuring publication-quality figures.

mcpvisualizationtuftevisioncharts
by @alpharust Mar 13, 2026 6/10
MCP Reddit

Claude Code Plugin for Crawling Websites via Cloudflare Browser Rendering API

A Claude Code plugin that wraps Cloudflare's Browser Rendering API to crawl JavaScript-heavy websites asynchronously. Eliminates manual curl commands for web content extraction — just point at a URL and it handles the async crawl with results fed directly to Claude.

mcpcloudflarecrawlingbrowserscraping
by kurtisebear Mar 13, 2026 6/10
MCP GitHub

encode-toolkit: MCP Server for ENCODE Project Genomic Data and Analysis

An MCP server and Claude plugin that provides full access to the ENCODE Project's functional genomics database — search experiments, download data tracks, and run analyses directly from Claude. Demonstrates domain-specific MCP integration for bioinformatics research.

mcpbioinformaticsgenomicsencoderesearch
by ammawla Mar 13, 2026 5/10
MCP GitHub

Wazuh-MCP-Server: AI-Powered Security Operations for Wazuh SIEM via MCP

A production-ready MCP server for Wazuh SIEM that lets any MCP-compatible client ask security questions in plain English. Enables conversational SOC workflows — threat detection, incident triage, compliance checks, and anomaly spotting without writing queries.

mcpsecuritysiemwazuhsoc
by gensecaihq Mar 13, 2026 7/10
MCP Reddit

mcp-policy: Enforce MCP Server Allowlist Against claude_desktop_config.json in CI

A lightweight governance tool built with Claude Code that reads a policy.yml allowlist and validates your claude_desktop_config.json against it in CI. Prevents developers from adding unauthorized MCP servers without deploying a full MCP gateway.

mcpsecuritygovernancecipolicy
by matt_schaller Mar 13, 2026 7/10
MCP Reddit

MCP Server That Renders Interactive Dashboards Directly in Chat

An MCP server that generates interactive data visualizations directly within Claude's chat interface. Instead of returning raw numbers, Claude can render charts, graphs, and dashboards inline. Particularly useful for data analysis and cost comparison workflows.

mcpdashboardvisualizationchartsdata
by Easy-District-5243 Mar 13, 2026 7/10
MCP GitHub

multi-postgres-mcp-server: Manage Multiple PostgreSQL Databases with One MCP Server

A single MCP server that manages multiple PostgreSQL databases with hot reload, granular access control, and read-only query safety — all from one config file. Eliminates the need to run separate MCP servers per database in multi-database development environments.

mcppostgresqldatabasemulti-dbaccess-control
by Jamaluddin9 Mar 13, 2026 7/10
MCP GitHub

devtap: Feed Build and Dev Logs into AI Coding Sessions via MCP

Pipes build output and development logs directly into AI coding sessions using the Model Context Protocol. Instead of manually copying error messages, devtap automatically streams logs to Claude Code for seamless debugging and automation.

mcplogsbuildstreamingdebugging
by xaorain Mar 13, 2026 6/10
MCP Reddit

Claude and Power BI - Questions

So has any tried to connect Claude desktop w PBI desktop using the mcp server? If yes, were you able to build the visuals? I can create the measures and data tables but Claude is not able to make t...

mcp
by magunahatata Mar 13, 2026 7/10
MCP Reddit

How to prospect on Claude?

Hey everyone, I’m a sales rep and I’ve been seeing a lot of people use Claude to find info about their prospects before reaching out or right before calls. For me, I’d really like it to build out a...

mcp
by thetrendzjournal Mar 13, 2026 5/10
MCP Reddit

Delay in Response and token usage after prompt.

Sorry in advance if this belongs in a megathread.... anyways the last few days ive noticed the following: Sometimes my prompts take minutes before token usage starts going up and claude starts addr...

mcpconfig
by Ok_Lavishness960 Mar 13, 2026 7/10
MCP GitHub

finz-mcp: Financial Data MCP Server Built With FastMCP and yfinance

A financial data MCP server for Claude Desktop, Cursor, and other AI coding tools. Built with FastMCP and yfinance for easy access to stock prices, financial data, and market information directly from Claude Code workflows.

financeMCPyfinancestock dataFastMCP
by 0xZee Mar 13, 2026 6/10
MCP Reddit

claude-ide-bridge: MCP Bridge Giving Claude Code 115+ IDE Integration Tools

An MCP bridge that gives Claude Code CLI full IDE integration with 115+ tools covering LSP (language server), debugging, terminals, Git, GitHub, diagnostics, and more. Works with VS Code, enabling Claude Code to have the same context and capabilities as an IDE-integrated assistant.

IDEMCPLSPdebuggingVS CodeGitGitHub
by wesh-k Mar 13, 2026 8/10
MCP GitHub

mcp-jira-stdio: MCP Server for Jira Issue Management With stdio Transport

An MCP server for Jira integration using stdio transport. Enables issue management, project tracking, and workflow automation directly from Claude Code — query Jira tickets, create issues, and update status without leaving the terminal.

JiraMCPissue trackingworkflowstdio
by freema Mar 13, 2026 6/10
MCP GitHub

agent-context-code: 100% Local Semantic Code Search With Hybrid Search and MCP

A fully local semantic code search tool with hybrid search combining vector embeddings and BM25, AST-aware chunking for better code understanding, and native MCP integration. Gives AI coding assistants surgical access to your codebase without sending code to external services.

semantic searchBM25ASTMCPlocalvector
by tlines2016 Mar 13, 2026 7/10
MCP Reddit

PrompyAI: MCP Tool That Scores and Rewrites Prompts Using Your Real Codebase Context

An MCP tool called PrompyAI that plugs into Claude CLI and scores your prompts 0-100, identifies missing context, and rewrites them using your actual codebase (files, symbols, structure). One-command install. In testing, a prompt went from score 43 to 74 just by adding the right codebase context.

promptsMCPcontextcodebasescoringquality
by FeedbackTough3494 Mar 13, 2026 7/10
MCP Reddit

Guide: Writing MCP Tools in C# (.NET Framework 4.8) for Claude Desktop and Code

A complete documentation and code guide for building custom MCP tools in C# (.NET Framework 4.8). Covers the latest MCP specification, enabling automation that controls external processes, software, API integrations, and IoT devices from Claude Desktop or Claude Code.

C#.NETMCPdocumentationguidecustom tools
by adriancs2 Mar 13, 2026 6/10
MCP Reddit

log-context-mcp: Preprocess Logs Before Claude Context — 96% Token Reduction

An MCP server that preprocesses log files before they enter Claude's context window. Deduplicates lines, groups stack traces, strips noise, and produces a ~1000 token summary instead of raw 15k-token log dumps. Built to solve the specific pain of debugging with Claude Code on verbose log files.

logsMCPtoken reductiondebuggingpreprocessing
by xlllc Mar 13, 2026 8/10
MCP GitHub

Unity-MCP: AI Bridge Connecting LLMs to the Unity Editor via MCP

An MCP-based bridge that connects AI models and coding agents directly to the Unity Editor. Enables AI to generate Unity code, debug errors, and automate game development tasks within the project. Supports Claude Code and other LLMs for Unity game development workflows.

Unitygame developmentMCPautomationeditor
by IvanMurzak Mar 13, 2026 7/10
MCP Reddit

burnmeter: MCP for Instant Infrastructure Cost Breakdown Across Your Stack

An MCP server that aggregates infrastructure costs across Vercel, Railway, Neon, OpenAI, Anthropic, and more. Ask Claude "what's my burn this month?" and get a full breakdown across your stack in seconds — no new dashboard, no extra tabs. Free, open source, runs locally.

costMCPVercelRailwayinfrastructureopen source
by mpMSFT Mar 13, 2026 7/10
MCP GitHub

claude-crawl: Web Search, Fetch, and Crawl via Jina AI and Firecrawl for Claude

An MCP server providing web search, page fetching, and full site crawling capabilities via Jina AI, Cloudflare Browser Rendering, and Firecrawl. Gives Claude Code tools to search the web and scrape content as part of coding and research workflows.

web searchcrawlMCPJina AIFirecrawl
by hex Mar 13, 2026 7/10
MCP GitHub

claude-mem: Auto-capture and Replay Claude Code Session Context

A Claude Code plugin that automatically records everything Claude does during coding sessions, compresses it using the Claude agent SDK, and injects relevant context back into future sessions. Solves the context amnesia problem between sessions without manual note-taking.

memoryplugincontextagent-sdksession
by thedotmack Mar 13, 2026 8/10
MCP X

Superpowers Episodic Memory Plugin: Semantically Search Past Claude Code Conversations

A user report on combining the Superpowers Claude Code extension with its Episodic Memory plugin (available in the Superpowers marketplace), which indexes past Claude Code conversations and makes them semantically searchable. Provides a practical recommendation for teams that want persistent memory across sessions.

memorysuperpowerspluginsemantic-searchsessions
by @skillmcp Mar 13, 2026 5/10
MCP GitHub

crawl4ai-mcp-server: Web Scraping and Crawling MCP for AI Agent Workflows

An MCP server wrapping crawl4ai that lets AI agents scrape and crawl the web effortlessly. Lightweight and designed for seamless integration into existing Claude Code workflows—ideal for research, data gathering, and content extraction tasks.

mcpweb-scrapingcrawlingdata-gathering
by amienbou121 Mar 13, 2026 7/10
MCP Reddit

Time-Travel Debugging for MCP Servers: Record and Replay Tool Calls

An open-source tool that records MCP tool inputs and outputs during agent sessions and lets you replay them later. Solves the core debugging problem with MCP agents: once a tool chain fails it's hard to reproduce. With recording, you can replay any session, inspect what each tool received and returned, and isolate failures.

mcpdebuggingreplaytestingobservability
by Casfaber_ Mar 13, 2026 8/10
MCP GitHub

mcp-config-guard: Zero-Dependency Security Linter for MCP Configuration Files

mcp-config-guard scans MCP configuration files for 54 vulnerability types before server start—catching misconfigurations, exposed secrets, unsafe permissions, and other security risks. Zero dependencies, runs as a pre-start linter in your CI or local workflow.

mcpsecuritylinterconfigurationzero-dependency
by ary44892 Mar 13, 2026 8/10
MCP Reddit

mcp2cli: Turn Any MCP Server Into a CLI, Save 96–99% of Tool Schema Tokens

mcp2cli takes an MCP server URL or OpenAPI spec and generates a fully functional CLI at runtime—no codegen needed. LLMs then discover and call tools via --list and --help instead of having full JSON schemas injected into context on every turn. The core insight: tool schemas waste tokens; a CLI is a token-efficient alternative.

mcpclitoken-efficiencyopenapitooling
by knowsuchagency Mar 13, 2026 8/10
MCP GitHub

outlook-assistant: MCP Server for Outlook Email, Calendar, and Contacts

An MCP server that lets your AI assistant manage Microsoft Outlook email, calendar events, and contacts directly from the conversation. Bridges Claude Code with the Outlook ecosystem for users on Microsoft platforms.

mcpoutlookemailcalendarmicrosoft
by littlebearapps Mar 13, 2026 7/10
MCP Reddit

Mac Accessibility MCP: Claude Controls Any Mac App via Accessibility Tree

A Swift MCP server that reads the accessibility tree of any running macOS app, giving Claude access to all buttons, text fields, menus, and UI elements—and the ability to click and type into them. More reliable than screenshot-based automation because it operates on the actual UI element tree rather than pixel coordinates.

mcpmacosaccessibilityautomationswift
by Deep_Ad1959 Mar 13, 2026 9/10
MCP Reddit

SuperML: Claude Code Plugin for Full ML Engineering Pipeline

SuperML is an MCP-style plugin for Claude Code that handles the complete ML pipeline—researching approaches, planning execution, verifying hyperparameters, debugging divergence, and iterating hypotheses. It uses Leeroopedia, a large ML knowledge base, and claims a +60% performance boost on complex ML tasks vs baseline coding agents. Includes agentic memory that persists hardware specs and lessons across sessions.

mcpmachine-learningpipelineagentic-memory
by alirezamsh Mar 13, 2026 7/10
MCP GitHub

chrome-devtools-mcp: Control and Inspect Chrome via Chrome DevTools Protocol

An MCP server that gives Claude Code full control of a live Chrome browser through the Chrome DevTools Protocol. Enables reliable automation, debugging, and performance insights with actual CDP-level access rather than screenshot-based interaction. More reliable than coordinate clicking since you get real accessibility data.

mcpchromebrowser-automationcdpdebugging
by bklamheem Mar 13, 2026 8/10
MCP GitHub

MCP-Agent-Template: Multi-Agent RAG Workflow Starter Kit

A ready-to-use template for building multi-agent, retrieval-augmented AI workflows with components for document serving, Q&A bots, and agent orchestration. Provides a structured starting point for MCP-based agentic pipelines without writing boilerplate from scratch.

MCPtemplateRAGmulti-agentorchestration
by Misaya0 Mar 12, 2026 5/10
MCP X

Tic Tac Toe MCP Server in Erlang: Two AI Agents Playing via Claude Code

A demonstration of building an MCP server in Erlang and connecting it to Claude Code so two AI agents can play Tic Tac Toe against each other with custom personas. Shows that MCP servers can be written in any language — here Erlang — and used to coordinate multi-agent interactions.

MCPErlangmulti-agentdemogame
by @mteinum Mar 12, 2026 5/10
MCP X

Autonomous code review loop: Claude Code + SonarQube MCP Server

Connect Claude Code to the SonarQube MCP Server to create a self-correcting code review workflow. Claude scans its own output, fetches SonarQube feedback, and refactors directly in the terminal until the code passes all checks. A powerful pattern for automating code quality enforcement within the Claude Code development loop.

SonarQubeMCPcode-reviewautonomousqualityrefactoring
by @SonarSource Mar 12, 2026 8/10
MCP X

WordPress-to-Astro MCP server: automated content migration via Claude

An MCP server that lets Claude automatically migrate WordPress content into an Astro project. Claude analyzes posts, transforms them into Markdown, and rebuilds the site structure for a modern static site workflow. Eliminates the manual export/import cycle for developers switching from WordPress to Astro.

MCPWordPressAstromigrationMarkdownstatic-site
by @vapvarun Mar 12, 2026 7/10
MCP X

Build any workflow as an MCP server skill: YC job finder with Claude Desktop

A guide to turning any multi-step workflow into an MCP server skill for Claude Desktop, illustrated with a YC job finder that searches for matching roles and sends personalized application emails to recruiters. Covers the full pattern from workflow design to MCP server deployment and Claude Desktop integration. Demonstrates that any process you can break into steps can be packaged as an agent skill.

MCPworkflowClaude-Desktopskillautomationjob-finder
by @akshay_pachaar Mar 12, 2026 7/10
MCP X

Claude Terminal as MCP server: expose terminal operations to any Claude Code session

Claude Terminal now exposes its functionality as an MCP server, making terminal operations (triggering workflows, querying databases, listing projects, time tracking) callable as tools from any Claude Code session. Turns a standalone terminal manager into a composable piece of a larger agent toolchain. Useful for teams with complex local tooling who want to unify access from Claude Code.

MCPterminaltoolchainworkflowcomposable
by @ClaudeTerminal_ Mar 12, 2026 7/10
MCP X

Facticity MCP Server: real-time fact-checking and claim verification in Claude Desktop

The Facticity AI MCP Server brings real-time fact-checking directly into Claude Desktop and other MCP-compatible tools. Provides claim extraction, source reliability scoring, and video transcription for verification workflows. A specialized MCP server for research, journalism, or any application that requires source validation alongside Claude's reasoning.

MCPfact-checkingverificationresearchsource-reliability
by @FacticityMage Mar 12, 2026 7/10
MCP Reddit

MCP isn't dead — code execution replaces O(n) tool-calling round-trips

Argues that MCP as a discovery/transport protocol is sound, but classic sequential tool-calling is inefficient: each tool call requires an LLM round-trip, so N tools = N+1 LLM calls. The emerging alternative is having the LLM write code that calls all tools in one pass, reducing latency from ~22s for 10 tools down to a single call. Profiles purpose-built runtimes (Cloudflare Code Mode, Pydantic Monty) designed for this pattern.

MCPtool-callingcode-executionlatencyarchitectureruntime
by UnchartedFr Mar 12, 2026 8/10
MCP Reddit

Browser DevTools MCP vs Playwright MCP: 78% Fewer Tokens on Same Task

A direct benchmark running both MCPs on the same verification flow with Claude Code showed Browser DevTools MCP uses 78% fewer tokens (330K vs ~1.5M per run) with fewer turns and faster completion. The DevTools approach exposes browser internals directly rather than driving a full headless browser.

browserdevtoolsplaywrightperformancetokensmcp
by Shot-Ad-9074 Mar 12, 2026 8/10
MCP Reddit

MCP Server Using Real Chrome: 20 Parallel Tabs, 300MB RAM, No Bot Detection

This MCP server connects Claude to your existing Chrome profile rather than spawning a headless browser, avoiding Cloudflare/Akamai bot detection and reusing all your logged-in sessions. It runs 20 parallel tabs in 300MB of RAM versus 2.5GB for 5 headless browsers. Designed to solve the three biggest browser automation problems: detection, stale sessions, and memory bloat.

browserchromeautomationmcpbot-detectionperformance
by Many-Month8057 Mar 12, 2026 8/10
MCP Reddit

fff MCP: File Search 10x Faster Than ripgrep With Indexing and Git Awareness

fff mcp is a file search MCP server that outperforms ripgrep by maintaining an index rather than scanning on every query. Features include dependency tracking, access tracking, git status awareness, and built-in file tracking — reducing round-trip costs for Claude Code file discovery.

file-searchperformancemcpindexinggit
by Qunit-Essential Mar 12, 2026 7/10
MCP Reddit

Telegram MCP Connector Using MTProto: Read Your Real Telegram Chats, Not Just Bot Messages

An MCP server that connects Claude to your actual Telegram account via MTProto (not the restricted Bot API), enabling it to read private chats, groups, and channels, search message history, and download media. Works on your personal account rather than requiring a separate bot.

telegrammcpmessagingmtprotopersonal
by Zealousideal_Key9172 Mar 12, 2026 6/10
MCP X

MCP Problems Are Harness Problems: Context and Auth Managed in the Execution Layer

The argument that MCP underperforms is a harness problem, not a protocol problem. MCP unlocks behaviors impossible via CLI or APIs, but bad auth and context bloat need to be solved in the execution layer — where agents write code to progressively discover and call tools. A reframing of common MCP criticisms.

mcpharnesscontextauthperspective
by @RhysSullivan Mar 12, 2026 6/10
MCP GitHub

a2a-mcp-server: Bridges All Three Agent Protocols — MCP, A2A, and ACP — in TypeScript

The only TypeScript multi-agent system that implements MCP, A2A (Agent-to-Agent), and ACP simultaneously. Provides 8 specialized workers, dual-write memory (SQLite + Obsidian), hot-reload plugins, smart routing, async task queues, and encrypted credential sync — enabling agents from different ecosystems to interoperate.

mcpa2aacpprotocolsinteropmulti-agenttypescript
by xrey167 Mar 12, 2026 8/10
MCP Reddit

mcp-skill: Turn Any MCP Server Into a Typed Python SDK With Pre-Built Skills

mcp-skill auto-generates typed Python client code from any MCP server's schema, turning it into a proper SDK with autocompletion and type safety. Now ships with a set of pre-built skills so you can get started immediately. Bridges the gap between raw MCP protocol and ergonomic Python usage in agentic workflows.

mcppythonsdktypedcodegen
by EternallyTrapped Mar 12, 2026 8/10
MCP GitHub

copilot-mcp: VSCode Extension to Browse and Install Agent Skills and MCP Apps

A VSCode extension that lets you discover and install Agent Skills and MCP servers directly from within VS Code — compatible with GitHub Copilot, Claude Code, and Codex CLI. Provides a GUI marketplace experience inside the editor rather than requiring manual GitHub browsing and file copying.

vscodeextensionmcpskillsmarketplacecopilot
by VikashLoomba Mar 12, 2026 8/10
MCP GitHub

mcp-tidy: Clear MCP Server Bloat to Improve Tool Selection in Claude Code

Adding many MCP servers degrades Claude Code performance because all tool schemas load into context even when most are irrelevant. mcp-tidy prunes stale, unused, or poorly-described MCP servers from your configuration and provides guidance on trimming schemas to the essential surface area, improving tool selection accuracy.

mcpperformancecontexttoolsoptimization
by caknuzur Mar 12, 2026 8/10
MCP GitHub

modelmux: Dispatch and Orchestrate Tasks Across Claude, Codex, Gemini, Ollama via MCP

modelmux is a model multiplexer exposed as an MCP interface — you can dispatch tasks to a specific model, broadcast the same prompt to multiple models for comparison, or orchestrate cross-model pipelines. Supports Codex, Gemini, Claude, Ollama, and A2A agents through a single unified endpoint.

mcpmulti-modelorchestrationcodexgeminiollama
by pure-maple Mar 12, 2026 8/10
MCP Reddit

OpenTabs: MCP Server That Hooks Into Apps Internal APIs (Slack, GitHub, Discord)

OpenTabs is an MCP server paired with a Chrome extension that intercepts the internal APIs web apps already use — Slack, Discord, GitHub, and more — rather than wrapping public APIs. Your AI can call slack_send_message or github_create_pr using the same session your browser already has. 100+ tools across 20+ services, no extra API keys required.

mcpslackgithubdiscordbrowserinternal-api
by opentabs-dev Mar 12, 2026 9/10
MCP Reddit

mcpkit: Use Any MCP Server as a CLI Skill in Claude Code, Cursor, or Codex

mcpkit bridges the gap between MCP servers and agents that lack native MCP support (or support it poorly). It wraps any MCP server and exposes its tools as a standard CLI skill that Claude Code, Cursor, Codex, and others can call directly. Useful when you want MCP tools in agents that do not natively speak the protocol.

mcpcliskillcursorcodexinterop
by spideyy_nerd Mar 12, 2026 9/10
MCP Reddit

MCP Hub That Cuts Claude Code Schema Tokens by 91%

Every MCP server dumps its full tool schema into context at session start — add a few servers and you lose thousands of tokens before typing anything. This MCP hub uses lazy loading and schema compression to reduce that overhead by 91%, making multi-server setups much more token-efficient.

mcptokensperformanceschemaoptimization
by MCKRUZ Mar 12, 2026 9/10
MCP GitHub

claude-unity-bridge: File Protocol for Claude Code to Control Unity

File-based Command Protocol enabling Claude Code to trigger Unity Editor operations without a running Unity session. Built specifically for multi-agent and highly parallelized workflows in game development.

unitygame deveditor automationmulti-agentfile protocol
by ManageXR Mar 12, 2026 7/10
MCP GitHub

IDA Headless MCP: Multi-Session Binary Analysis via IDA Pro

MCP server for accelerating binary analysis by enabling multi-session concurrency with IDA Pro through Python workers. Allows Claude Code to interact with IDA headlessly for reverse engineering tasks with streamlined operations.

binary analysisIDA Proreverse engineeringsecuritymcp server
by Zdhhjhfjkhhhhjilk Mar 12, 2026 6/10
MCP GitHub

chromadb-remote-mcp: Remote MCP Server for ChromaDB

A remote MCP server that connects Claude Code to ChromaDB vector databases over the network. Enables semantic search and RAG workflows using your own ChromaDB instance.

mcpchromadbvector-databaseragsemantic-search
by meloncafe Mar 11, 2026 6/10
MCP Reddit

DAUB: MCP Server for Claude to Generate and Render UIs Without Copy-Paste

MCP server that lets Claude call generate_ui(), validate_spec(), and render_spec() tools to produce live interfaces from natural language — no JSX compilation or copy-paste. Exposes 76 components across 34 categories; rendering is two CDN files with zero build step.

mcpuijsonrenderingcomponentsno-build
by LateDon Mar 11, 2026 8/10
MCP Reddit

Binance MCP: AI Agents Can Fetch Market Data, Backtest, and Execute Trades

Python MCP server enabling AI agents to interact with Binance — fetch market data, run backtests, paper trade, execute spot and futures orders, and evaluate strategies. Architecture designed around MCP tools for composable trading pipelines.

mcpbinancetradingfinancepythonbacktesting
by yournext78 Mar 11, 2026 5/10
MCP GitHub

agent-orchestration: MCP Server for Shared Memory Across AI Agents and IDEs

MCP server that provides shared memory and task coordination across multiple AI agent instances, IDEs, and CLI tools simultaneously. Enables coherent collaboration where agents in different environments share the same knowledge context.

mcpshared-memorycoordinationmulti-agentide
by FASFG5T5 Mar 11, 2026 7/10
MCP Reddit

CLI vs MCP Benchmarks: CLI is up to 32x cheaper due to MCP schema bloat

Scalekit ran 75 benchmark runs comparing CLI and MCP for AI agent tasks using Claude Sonnet 4 against GitHub's Copilot MCP server. MCP costs 4–32× more tokens than CLI because it injects tool schemas for all 43 available tools into every conversation, even for simple tasks. At 10,000 ops/month that translates to ~$3 (CLI) vs ~$55 (MCP). A schema-filtering gateway can close most of the gap.

mcpclibenchmarksperformancetokenscost
by nishant_growthromeo Mar 11, 2026 8/10
MCP GitHub

mcps-manager: Unified MCP Server Manager for Multiple AI Coding Agents

A unified manager for MCP (Model Context Protocol) servers that works across multiple AI coding agents. Simplifies the configuration, discovery, and lifecycle management of MCP servers when you use more than one AI coding tool.

mcpservermanagermulti-agentconfiguration
by jtianling Mar 11, 2026 7/10
MCP X

Keep App MCP Server for Chatting with Your Markdown Feed

Keep, a markdown-based note-taking app, now ships an MCP server that lets you chat with your notes from Claude, ChatGPT, or any MCP-compatible client. Useful for writers, researchers, and non-technical users who want natural language access to their personal knowledge base.

mcpmarkdownnotesknowledge-basekeep
by @iannuttall Mar 11, 2026 6/10
MCP X

Firecrawl CLI: Web Scraping and Browsing Toolkit for AI Agents

Firecrawl launches a CLI toolkit for AI agents to scrape, search, and interact with the web. Supports clean data extraction from any page, full web search result retrieval, and cloud browser automation for interactive flows. Install via npx for immediate use in agent pipelines.

mcpscrapingwebCLIagentsfirecrawlbrowser
by @firecrawl Mar 11, 2026 6/10
MCP GitHub

tropical-mcp: Guarded Context Compaction for Codex and Claude-Style Clients

An installable MCP server that adds smart, guarded context compaction to Claude Code and Codex CLI clients. Helps manage growing context windows without accidentally losing important information by enforcing compaction policies before truncation occurs.

mcpcontextcompactionmemorytoken-management
by jack-chaudier Mar 11, 2026 6/10
MCP GitHub

roampal: Outcome-Based Persistent Memory MCP for Claude Code

An MCP server that maintains persistent memory across Claude Code sessions and adapts based on outcomes — promoting advice that led to good results and demoting advice that did not. Installable via pip, with support for both Claude Code and OpenCode. A novel approach to memory that learns from feedback rather than just storing context.

mcpmemorypersistenceadaptivelearningopencode
by roampal-ai Mar 11, 2026 7/10
MCP GitHub

code-graph-context: MCP Server for Deep TypeScript Codebase Understanding

An MCP server that builds rich dependency and call graphs of TypeScript codebases, then exposes them to LLMs as structured context. Instead of feeding raw files, it gives Claude a semantic map of how code components relate — improving accuracy on large or complex TypeScript projects.

mcptypescriptcode-graphcontextdependency-analysis
by drewdrewH Mar 11, 2026 7/10
MCP Reddit

Claude Code can now Play Tiktok Videos

Claude Code picks Tiktok videos as I work! Now I don't have to use a browser to watch videos and get stuck in doomscrolling! This is an MCP server that connects my Tiktok and Youtube account to Cla...

mcpgit
by Ok_Employee_6418 Mar 11, 2026 9/10
MCP Reddit

Claude build frontend and backend and deploy to cloud in 1 min

I built Ink (ml.ink), a full stack deployment platform where the primary users are AI agents. You can install it as a Claude Code Skill or use as MCP. Then just say "deploy this". Ink auto-detects ...

mcpskillgit
by 1amrocket Mar 11, 2026 10/10
MCP Reddit

Should we replace our MCP servers with Skills?

Been having various long & painful discussions at work about MCP vs Skills, obviously their purposes are different, however.. What if you take a comprehensive API documentation and build a tree of ...

mcpskillapi
by BuddhistMonkey1 Mar 11, 2026 9/10
MCP Reddit

Built an MCP audio analysis server in Rust

I built audio-analyzer-rs , an MCP server that gives Claude direct access to audio file analysis. Assortment of spectral, harmonic, rhythm, LUFS loudness (EBU R128), dynamic range, the works. It's ...

mcp
by JuzzyD Mar 11, 2026 7/10
MCP GitHub

AiDex: MCP Server for Persistent Code Indexing

AiDex is an MCP server that builds a persistent index of your codebase, giving Claude, Gemini, and Copilot instant access with 50x less context than traditional grep-based search. Works across AI assistants (Claude, Gemini, Copilot, Cursor). Eliminates the need to re-read files every session.

mcpindexingcontextcodebase
by CSCSoftware Mar 11, 2026 8/10
MCP GitHub

claude-mermaid: MCP Server for Live Mermaid Diagram Preview

An MCP server that enables Claude to preview Mermaid diagrams with live reload. As Claude generates architecture diagrams, flowcharts, or ERDs in Mermaid syntax, the preview updates instantly. Eliminates the manual copy-paste workflow for diagram iteration.

mcpmermaiddiagramsvisualizationlive-reload
by veelenga Mar 11, 2026 7/10
MCP GitHub

pyeye-mcp: Python Code Intelligence MCP Server

An extensible MCP server that provides semantic analysis and navigation for Python codebases. Gives Claude deeper understanding of Python code structure, imports, and dependencies beyond simple grep. Useful for large Python projects where structural understanding matters.

mcppythonsemantic-analysiscode-intelligencenavigation
by okeefeco Mar 11, 2026 7/10
MCP Reddit

MCP Pattern: Code Mode for Token-Efficient Tool Definitions

A writeup on using the "Code Mode" pattern (same approach Cloudflare open-sourced) to reduce MCP tool definition overhead from thousands of tokens to ~1,000 tokens using just two tools: search and execute. Applied here for autonomous keyword research. Useful pattern for any token-efficient MCP design.

mcptoken-optimizationcode-modepatterntools
by Ok-Macaron3016 Mar 11, 2026 6/10
MCP GitHub

claude-tools-mcp: Claude Code File and Shell Tools Exposed Over HTTP

An MCP server that exposes Claude Code's built-in tools (bash, read, write, edit, glob, grep) over HTTP for remote use by any MCP client. Enables distributed AI agent setups where remote agents need to operate on files and run commands on a different machine.

mcphttpremotetoolsdistributedbash
by mathematic-inc Mar 11, 2026 8/10
MCP Reddit

Personal Finance MCP Server: Real Financial Data for Claude

An MCP server that connects Claude to real personal financial data — balances, transactions, recurring bills, and net worth across accounts. Works with Claude Desktop, Claude Code, and any MCP-compatible client. Enables natural language queries against your actual finances instead of generic budgeting advice.

mcpfinancepersonal-financedataintegration
by nexafin Mar 11, 2026 7/10
MCP GitHub

agent-nexus: MCP Hub for Multi-Terminal Claude Code Communication

agent-nexus is an MCP server that acts as a central hub for multiple Claude Code agents running in different terminals to communicate with each other. Enables true multi-agent collaboration where agents can share state, delegate tasks, and coordinate work across terminal sessions.

mcpmulti-agentcommunicationcoordinationterminals
by jaysidd Mar 11, 2026 7/10
MCP Reddit

Tredict MCP Server: AI Training Plans Pushed Directly to Your Watch

An MCP server for Tredict, an endurance training platform connected to Garmin, Coros, Suunto, and more. Claude can generate structured workout plans and push them directly to your watch via the API. Includes an interactive MCP app for visual feedback inside Claude.ai.

mcptrainingsportsgarminfitness
by aldipower81 Mar 10, 2026 6/10
MCP Reddit

Berth: One-Command MCP Deployment Runtime for AI-Written Code

Berth auto-detects runtime and deploys code to Mac or Linux servers with a single command. Acts as an MCP server so Claude Code can trigger deploys directly. Free, open source, macOS native app plus CLI — eliminates Docker/YAML/config friction.

mcpdeploymentdevopsmacosopen-source
by ContentAdvertising30 Mar 10, 2026 7/10
MCP Reddit

YouTube MCP: Pull Full Transcripts with Timestamps into Claude Conversations

A YouTube transcript MCP that lets Claude fetch full video transcripts with timestamps directly. Eliminates tab-switching and manual copy-paste. Particularly useful for research spanning multiple videos — ask Claude to compare what different speakers said about a specific topic.

mcpyoutubetranscriptresearchproductivity
by straightedge23 Mar 10, 2026 6/10
MCP GitHub

mcp-recall: 96% MCP Output Compression for 30x More Tool Calls Per Session

Compresses MCP tool outputs from ~94KB to ~3.5KB (96% reduction) and stores full results in SQLite for retrieval. Enables up to 30x more tool calls per session in heavy MCP workloads. Solves context window exhaustion caused by verbose MCP responses.

mcpcompressioncontextsqliteperformancetoken-saving
by sakebomb Mar 10, 2026 8/10
MCP GitHub

OneMCP: Combine Multiple MCP Servers into a Single Interface

Aggregates multiple MCP servers behind a single interface, reducing token overhead from tool discovery and enabling efficient tool management. Useful when running many MCP servers that would otherwise consume context on every session.

mcpaggregatortoken-savingmanagementintegration
by gdinesh012 Mar 10, 2026 7/10
MCP GitHub

SQLTools MCP: Multi-Database MCP Server for MySQL, PostgreSQL, SQLite, and More

An MCP server providing access to multiple database types — MySQL, PostgreSQL, SQL Server, DM8, and SQLite — through a single server rather than running separate MCP servers per database. Simplifies multi-database workflows in Claude Code sessions.

mcpdatabasesqlmysqlpostgresqlsqlite
by Tony-Enninful Mar 10, 2026 7/10
MCP X

Executor: share MCP tools and auth across Claude Code and other AI agents locally

Executor is an execution layer (npm i -g executor) that lets you share tools, authentication, and approval workflows across multiple AI agents simultaneously. The demo shows adding the Axiom MCP server and calling it from both Claude Code and OpenCode in under a minute on a local machine. Useful for developers using multiple AI coding assistants who want unified MCP tool access.

mcpexecutormulti-agenttoolsauthclaude-code
by @RhysSullivan Mar 10, 2026 7/10
MCP X

MCP Jira integration: auto-create tickets from Claude Code changes

Integrates Claude Code with Jira via MCP to automate ticket creation. The /create-ticket slash command reads changed code, infers what was done, creates a Jira ticket, and links the PR — eliminating manual ticket writing.

MCPJiraslash-commandautomationproject-management
by @adriano_viana Mar 10, 2026 8/10
MCP Reddit

Membase: Memory MCP Synced with Calendars and Email

An MCP server that live-syncs with calendars and email to build a personal knowledge base accessible to Claude. Surfaces context about upcoming events, meetings, and professional relationships during sessions. Currently in private beta at membase.so with all features free.

memorymcpcalendaremailcontextknowledge-base
by Time-Dot-1808 Mar 10, 2026 5/10
MCP Reddit

skill-depot: Semantic RAG Search for Claude Code Skills

An MCP server that treats Claude Code skill files as a retrieval problem rather than loading all frontmatter upfront. Uses SQLite + sqlite-vec with all-MiniLM-L6-v2 embeddings to semantically find and load only relevant skills on demand. Reduces context bloat and works with any MCP-compatible agent.

skillmcpragembeddingssqliteretrieval
by Ruhal-Doshi Mar 10, 2026 8/10
MCP Reddit

Session Memory System Linked to AST Dependency Graph — Memories Auto-Stale

A passive MCP memory server that observes every tool call and file change, computing AST-level diffs to link memories to specific code symbols. When a symbol is refactored, linked memories are automatically marked stale. Uses 5-signal search: BM25 keyword, TF-IDF, recency decay, dependency proximity, and staleness penalty.

mcpmemoryastdependency-graphstalenesscontext
by Objective_Law2034 Mar 10, 2026 9/10
MCP Reddit

alcove: MCP Server for On-Demand Project Doc Search With BM25

Instead of bloating CLAUDE.md with all project docs, alcove provides an MCP tool that lets Claude search private project documentation on demand. Uses local BM25/tantivy search (no vectors needed) so startup is fast and the server runs with minimal overhead. Docs live in a shared repo accessible across projects.

mcpdocumentationsearchcontextbm25
by adobv Mar 10, 2026 8/10
MCP GitHub

ask-user-questions-mcp: Let Your LLM Ask You Questions

An MCP server and OpenCode plugin that flips the interaction model — the agent can pause and ask you clarifying questions rather than guessing. Available as CLI tool, MCP server, or agent skill. Implements proper human-in-the-loop checkpoints.

mcphuman-in-the-loopinteractionclarification
by paulp-o Mar 10, 2026 6/10
MCP GitHub

Brain Ecosystem: Self-Learning MCP Servers for Claude Code

A monorepo of self-learning MCP servers that adapt to your usage patterns over time. Each server in the ecosystem improves its responses based on prior interactions with your codebase.

mcpmemoryself-learningmonorepo
by timmeck Mar 10, 2026 7/10
MCP Reddit

offline-web-search: Fully Local Google Search Alternative for Agents

Replaces the online web-fetch and web-search tools with a local equivalent that indexes ZIM archives (Stack Overflow, Python docs, Wikipedia) and custom content into SQLite FTS5 with BM25 ranking. Reverse-engineered Claude's web tools API so the LLM uses it naturally. Includes a crawler for internal docs.

mcpweb-searchofflinelocaldocumentationsqlite
by FuckingMercy Mar 10, 2026 8/10
MCP Reddit

claude-slack-bridge: Claude Code Asks You Questions on Slack Mid-Task

An MCP server that lets Claude pause during a task, send you a question on Slack, wait for your reply, then continue. Uses Slack Socket Mode so no public URLs or webhooks are needed. Handles multiple concurrent Claude sessions correctly.

mcpslackhuman-in-the-loopasyncapproval
by Annual_Ladder2362 Mar 10, 2026 8/10
MCP GitHub

smart-coding-mcp: Semantic Code Search MCP for AI Assistants

An MCP server providing intelligent semantic code indexing so AI assistants can find relevant code quickly and accurately. Improves code navigation and context retrieval for large codebases.

mcpcode-searchsemanticindexing
by ArnoldoSQ Mar 10, 2026 6/10
MCP GitHub

roslyn-codelens-mcp: .NET Semantic Code Intelligence for Claude Code

A Roslyn-based MCP server providing deep .NET code intelligence including type hierarchies, call sites, DI registrations, and reflection usage. Gives Claude Code accurate understanding of C# codebases that static file reading cannot provide.

mcpdotnetcsharproslyncode-intelligencesemantic
by MarcelRoozekrans Mar 10, 2026 7/10
MCP GitHub

mcp-server-github-actions: Control GitHub Actions From Your AI Assistant

An MCP server that lets AI assistants list workflow runs, read logs, rerun failed jobs, cancel builds, and trigger deployments directly from within the editor. Closes the loop between code generation and CI/CD management.

mcpgithub-actionscicddevopsautomation
by ka1ss3r23 Mar 10, 2026 7/10
MCP Reddit

Structural Hallucination Checker for AI Agent Pipelines

An MCP server and REST API with four suppressors catching structural hallucinations: grounding enforcer (output supported by sources), prompt suppressor (injection detection), JSON suppressor (schema validation), and tool response suppressor (claimed vs actual tool output). Available as both MCP server and REST API.

mcphallucinationsecuritygroundingvalidation
by NewCombination6843 Mar 10, 2026 7/10
MCP GitHub

trueline-mcp: Smarter Reads and Safer Edits for AI Agents

An MCP plugin that reduces token usage by providing targeted file reads and catches editing mistakes before they hit disk. Works with Claude Code, Gemini CLI, GitHub Copilot, and Codex.

mcptoken-efficiencyeditingsafety
by rjkaes Mar 10, 2026 7/10
MCP Reddit

Forge: MCP Server That Captures Project Decisions Across Sessions

An MCP server that automatically classifies and persists project decisions, constraints, and rejections from every conversation turn. Uses a two-stage LLM pipeline to classify, extract, and model decisions in an append-only event-sourced store. Prevents Claude from re-debating settled choices or ignoring explicit constraints.

mcpmemorydecisionscontextpersistence
by gzoomedia Mar 10, 2026 9/10
MCP GitHub

better-notion-mcp: Markdown-First Notion MCP for AI Agents

A Notion MCP server built with composite tools optimized for AI agent consumption. Outputs Markdown instead of raw Notion API JSON, making it far more suitable for LLM context. Drop-in enhancement over standard Notion integrations.

mcpnotionmarkdownai-agents
by n24q02m Mar 10, 2026 6/10
MCP GitHub

mnemo-mcp: Persistent AI Memory With Hybrid Search and Embedded Sync

A local-first persistent memory MCP server offering hybrid search, embedded sync, and unlimited storage with no API keys required. Combines semantic and keyword search for accurate memory recall across sessions.

mcpmemorysearchlocal-firstpersistence
by n24q02m Mar 10, 2026 7/10
MCP GitHub

wet-mcp: Web Search, Content Extraction, and Documentation Indexing

An MCP server providing web search, content extraction, and documentation indexing capabilities for AI agents. Useful for grounding agent outputs in real-time web content without browser automation.

mcpweb-searchdocumentationcontent-extraction
by n24q02m Mar 10, 2026 6/10
MCP GitHub

Nocturne Memory: Rollbackable Visual Long-Term Memory for MCP Agents

A lightweight, rollbackable LTM server for MCP agents with graph-like structured memory. Eliminates vector RAG complexity in favor of visual, persistent memory that works across models, sessions, and tools. Designed as a drop-in replacement for OpenClaw memory.

mcpmemorylong-term-memorygraphpersistence
by Dataojitori Mar 10, 2026 7/10
MCP Reddit

promptcraft: Zero-API Local Prompt Enhancer as MCP Server or Hook

A local Go tool that converts raw prompts into structured XML prompts following Claude best practices — role framing, constraints, output format — without any LLM API calls. Runs entirely locally and can be used as an MCP server, Claude Code hook, or standalone CLI.

mcpprompt-engineeringhooklocalcli
by g14a Mar 10, 2026 6/10
MCP Reddit

SpecLock: MCP Constraint Engine That Blocks AI From Violating Rules

An MCP server that remembers project constraints across sessions and actively blocks the AI from violating them. Catches synonym substitutions, euphemisms, temporal evasion, and buried violations in compound sentences. Scored 100/100 on adversarial tests with zero false positives and 15.7ms per check.

mcpconstraintssafetyguardrailsrule-enforcement
by ServiceLiving4383 Mar 10, 2026 8/10
MCP GitHub

slagent: Claude Code Talking to Slack

A lightweight integration that connects Claude to Slack channels, enabling the agent to send messages and receive replies. Useful for async workflows where Claude needs to surface results or ask questions without requiring terminal access.

mcpslackintegrationmessaging
by sttts Mar 10, 2026 6/10
MCP GitHub

native-devtools-mcp: Native App Testing MCP for macOS, Windows, Android

An MCP server for testing native applications via screenshot, OCR, click, type, find_text, and template matching. Supports macOS, Windows, and Android. Enables AI agents to interact with native UIs the same way they interact with web apps.

mcptestingnative-appsui-automationscreenshot
by sh3ll3x3c Mar 10, 2026 7/10
MCP Reddit

Drop-In OAuth 2.1 Provider for FastMCP Personal Servers — No External Services Required

A single Python file that adds full OAuth 2.1 support to FastMCP personal servers, enabling them to work on Claude.ai web, mobile, Desktop, and Claude Code — without Auth0, Google, or any third-party identity provider. Handles DCR, PKCE, token persistence, and redirect URI locking.

mcpfastmcpoauthauthenticationpersonal-serverclaude-ai
by /u/B4dPanda Mar 10, 2026 9/10
MCP Reddit

DNS and Email Security Scanner MCP — 10 Real-Time Checks via Cloudflare Workers

An open-source MCP server (running on Cloudflare Workers) that scans any domain for DNS and email security issues: SPF, DMARC, DKIM, DNSSEC, SSL/TLS, CAA, MTA-STS, NS, MX, and subdomain takeover. Returns a 0-100 score with plain-English explanations and remediation steps. No local install needed.

mcpsecuritydnsemailcloudflarespfdmarc
by /u/Mada666 Mar 10, 2026 8/10
MCP Reddit

Knowledge to Action MCP — Obsidian Notes to Agent Context, Plans, and Repo Handoffs

An MCP server that bridges Obsidian notes to agent workflows: graph-aware retrieval, optional GraphRAG embeddings, structured context packets, preview-only planning, and safe repo handoff without exposing a shell runner. Built for teams whose project context lives in notes, not just code.

mcpobsidianknowledge-managementgraph-ragcontextplanning
by /u/Alternative-Exit-194 Mar 10, 2026 8/10
MCP GitHub

notebooklm-py — Python API and Agentic Skill for Google NotebookLM

An unofficial Python API and Claude Code skill giving programmatic access to Google NotebookLM, including features not exposed in the web UI. Enables agents to read, write, and query notebooks directly from Claude Code sessions.

notebooklmgooglepythonskillapiknowledge-management
Mar 10, 2026 7/10
MCP GitHub

workspace-qdrant-mcp: Project-scoped Qdrant MCP with FastEmbed

Project-scoped Qdrant vector database MCP server with scratchbook functionality. Python port of claude-qdrant-mcp with FastEmbed for local embeddings and project-aware collection management. Useful for semantic search over codebases.

mcpqdrantvector-dbembeddingssemantic-searchFastEmbed
by ChrisGVE Mar 9, 2026 6/10
MCP GitHub

claude-skills-mcp: Use Claude Skills with any AI model via MCP

Integrates Claude's Skills system with any model using the Model Context Protocol. Lets non-Claude models benefit from the Claude skills ecosystem, extending the reach of SKILL.md packages across AI platforms.

mcpskillscross-modelSKILL.mdinteroperability
by Vankill08 Mar 9, 2026 6/10
MCP GitHub

skill4agent-mcp-server: Discover and install AI skills via MCP

MCP server for managing and accessing AI skills — search, view, and install skills directly from within AI conversation platforms. Creates a skills marketplace accessible through the MCP protocol.

mcpskillsmarketplaceinstallsearch
by bobthebuilder301 Mar 9, 2026 7/10
MCP Reddit

TechDebtMCP v2: Analyze technical debt across 14 languages via Claude

MCP server connecting Claude to your codebase to find, measure, and prioritize technical debt. Supports 14 programming languages, provides SQALE ratings, surfaces security issues, and lets you ask Claude natural language questions like "What's the worst technical debt in this project?"

mcptechnical-debtcode-qualitysecuritysqale
by pierrejanineh Mar 9, 2026 7/10
MCP Reddit

TablaCognita: MCP-connected markdown editor for live Claude document editing

Free browser-based markdown editor that connects to Claude via MCP, letting Claude write directly into a live document instead of generating artifacts. Eliminates the copy-paste loop between Claude's output and your editor. Built collaboratively with Claude and Claude Code.

mcpmarkdowneditorwritinglive-editing
by pstryder Mar 9, 2026 7/10
MCP Reddit

mcpx: Run MCP tools on-demand via CLI to save 50k tokens per session

CLI wrapper for MCP servers that lets Claude call tools directly through the terminal instead of loading all JSON schemas upfront. Eliminates the 50k+ token overhead from pre-loading MCP server schemas, keeping context windows fresh for actual work.

mcpcontext-windowtokenscliperformanceoptimization
by Exciting-Example2580 Mar 9, 2026 8/10
MCP Reddit

MCE: Open-source proxy that cuts Claude Code MCP token usage by up to 90%

An open-source proxy that sits between Claude Code and MCP servers, stripping unnecessary tokens from responses before they fill your context window. Raw MCP data — HTML, base64 images, huge JSON — can eat thousands of tokens per call. MCE intercepts and compresses it. Game-changer for heavy MCP users.

mcptoken-optimizationproxycontext-window
by DexopT Mar 9, 2026 9/10
MCP GitHub

Metaflow MCP Server: Inspect ML runs and artifacts from your coding agent

An MCP server that connects Claude Code to Metaflow, Netflix's open-source ML workflow framework. Lets you inspect runs, logs, and artifacts directly from your agent session. Useful for ML engineers who want to query pipeline results without leaving their coding environment.

mcpmetaflowml-opsdata-science
by npow Mar 9, 2026 6/10
MCP GitHub

brainlayer: persistent memory MCP server with 14 tools and 268K+ chunk storage

brainlayer is a local-first MCP server that gives AI agents persistent memory across conversations. It provides 14 MCP tools for search, recall, thinking, and storing knowledge in a single-file SQLite database supporting 268K+ conversation chunks. Works with Claude Code and other MCP-compatible agents.

mcpmemorypersistenceSQLiteknowledge
by EtanHey Mar 9, 2026 8/10
MCP X

GrapeRoot: MCP layer that gives Claude Code persistent repo awareness to cut token usage

GrapeRoot is an MCP tool that tracks repository state across Claude Code sessions, skipping redundant file reads that waste tokens. Each follow-up prompt normally triggers a full repo re-exploration; GrapeRoot caches this context, reducing token usage by 50-70% and extending the $20 plan further.

mcptoken-usagerepo-awarenesscachingoptimization
by @krishna37930189 Mar 9, 2026 7/10
MCP Reddit

CodeGraphContext: MCP Server for Symbol-Level Code Graph Analysis

An open-source MCP server that indexes local code into a symbol-level graph database rather than raw text, enabling AI agents to navigate function calls, class inheritance, and file dependencies precisely. Reduces hallucinations by surfacing only relevant context. Now includes a browser-based playground for experimenting with small repos.

mcpcode-graphcontextindexingopen-source
by Desperate-Ad-9679 Mar 9, 2026 8/10
MCP GitHub

ClickUp MCP Server: Project Management via Model Context Protocol

Integrates ClickUp project management directly into Claude and other MCP clients, allowing agents to read and update tasks, spaces, and lists without leaving the coding context. Bridges AI coding sessions with team project tracking.

mcpclickupproject-managementintegration
by taazkareem Mar 9, 2026 7/10
MCP GitHub

DriftGuard MCP: AI Conversation Drift Detection for Claude Desktop

An MCP server that exposes conversation drift scores and session health metrics to Claude Desktop and other MCP clients. Useful for long coding sessions where context drift can cause increasingly off-target outputs.

mcpcontextdrift-detectionsession-health
by jschoemaker Mar 9, 2026 6/10
MCP Reddit

How to Make MCP Tools Discoverable by Agents — Not Just Developers

A discussion on agent-to-agent MCP discovery: getting an agent mid-task to autonomously find and use your MCP tool without a human adding it to configs. Explores registry approaches, capability advertising, and patterns for building truly agent-first MCP servers.

mcpdiscoveryagent-to-agentregistry
by ai-agent-marketplace Mar 9, 2026 6/10
MCP Reddit

GitHub MCP Server Package with Auto-Updating Wrapper

A vibe-coded MCP package wrapping GitHub's official MCP server that auto-updates within 4 hours of a new upstream release. Lets Claude Desktop summarize and triage GitHub activity without manual config maintenance.

mcpgithubauto-updateclaude-desktop
by freeformz Mar 9, 2026 6/10
MCP GitHub

SkillBoss: MCP Server and Skills for 100+ AI Services

An MCP server plus Claude Code skills providing unified access to over 100 AI services including LLMs, image/video generation, and TTS — all via a single API key and OpenAI-compatible interface. Dramatically reduces the integration overhead of working with multiple AI providers.

mcpmulti-modelapiimage-genttsaggregation
by heeyo-life Mar 9, 2026 7/10
MCP Reddit

Claude Desktop Release Notes - Computer Use!

v1.1.5368 → v1.1.5749 https://github.com/aaddrick/claude-desktop-debian/releases/tag/v1.3.17%2Bclaude1.1.5749 This release adds computer use capability and a new sessions bridge API, plus some prac...

mcpapigit
by aaddrick Mar 9, 2026 8/10
MCP Reddit

From AntiGravity to ClaudeCode, Google Pro vs Claude Pro?

Recentemente mi ero imbattuto con Gemini 3.1 Pro sia Low che High che erano diventati stupidi di cui ancora lo sono però mi ero detto ok ho ancora Gemini 3 Flash che è buono ma oggi anche lui è div...

mcp
by LeLe-Italian-Dev Mar 9, 2026 5/10
MCP Reddit

How to connect Claude Code VSCode Extension with MCP Server?

Is this possible at all? I used Codex before where it was straightforward. There was a setting and config.toml for that. But I can't find the same for the VSCode Claude Extension. Is this really no...

mcpcommandconfig
by Any_Independent375 Mar 9, 2026 10/10
MCP Reddit

new sessions always eats more than 50k tokens

I'm running into an annoying issue where every time I start a new session, it gobbles half my context window. I already have my repo structure saved in my skills, but it still insists on going thro...

mcpskill
by Golden_Guts Mar 9, 2026 6/10