MCP GitHub
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
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
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
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
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
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
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
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
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
An MCP server for creating and managing DNS zones and records via the Hetzner Cloud API. Narrow scope, done directly. Handy if your infrastructure already lives on Hetzner.
mcpdnshetznerinfrastructure
by ni-c Aug 14, 2026 5/10
MCP GitHub
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
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
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
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
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
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
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
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
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
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
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
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
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 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
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
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
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
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
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
An experimental MCP bridge letting Claude Code and OpenAI Codex delegate work to each other in both directions, with bounds on how far the delegation can run. Explicitly experimental. Interesting for cross-model verification setups where each model checks the other's work.
codexdelegationbridgecross-model
by grizzly2005 Aug 13, 2026 6/10
MCP GitHub
An MCP server exposing multifamily real estate underwriting to Claude Code and Claude Desktop. Niche, but a clean template for wrapping a domain-specific analysis pipeline as MCP tools.
mcpreal-estateanalysisfinance
by jbechtel-97 Aug 13, 2026 6/10
MCP GitHub
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
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
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
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
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
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
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
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
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
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
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
An MCP server exposing LinkedIn profiles, companies, jobs, and messages to agents by driving your own logged-in browser session rather than a separate API credential.
mcplinkedinbrowserjobs
by JohannsenLum Aug 12, 2026 6/10
MCP GitHub
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
Persistent memory for coding agents backed by local SQLite, exposed through MCP tools and hooks. Supports Claude Code, Cursor, Codex, Opencode, and Windsurf.
memorysqlitemcphooks
by jmeiracorbal Aug 12, 2026 6/10
MCP GitHub
An MCP server serving AI-ready Korean and US stock market data sourced from Naver Finance and Yahoo Finance.
mcpstocksfinancemarket-data
by Johnhyeon Aug 12, 2026 6/10
MCP GitHub
An MCP server providing semantic code search backed by a knowledge graph, for Claude Code, Cursor, and Copilot.
mcpsemantic-searchknowledge-graphcode
by jghiringhelli Aug 12, 2026 6/10
MCP GitHub
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
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
An MCP server for managing Komodo, the container build and deployment platform, from an AI assistant.
mcpkomododockerinfrastructure
by Samik081 Aug 12, 2026 5/10
MCP GitHub
An MCP server exposing the Authentik identity provider to AI assistants for managing SSO configuration and users.
mcpauthentikssoidentity
by Samik081 Aug 12, 2026 5/10
MCP GitHub
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
An MCP server plus CLI for driving Oracle Visual Builder Studio and VBCS application development from Claude.
mcporaclevbcslow-code
by vanamthrishul Aug 12, 2026 5/10
MCP GitHub
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
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
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
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
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
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
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
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
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 GitHub
An MCP client that coordinates multiple coding agents running on the same machine. Works across Claude Code, Codex, and OpenCode rather than assuming one vendor. Keeps coordination local with no cloud dependency.
mcpcoordinationmulti-agentlocal
by Byte-Ventures Aug 11, 2026 6/10
MCP Reddit
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
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
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 GitHub
Alibaba Cloud's official toolkit of MCP servers, skills, and plugins for building agents against their cloud services. First-party, so authentication and API coverage track the platform. Relevant if you deploy on Alibaba Cloud.
mcpcloudofficialalibabatoolkit
by aliyun Aug 11, 2026 7/10
MCP Reddit
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
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
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
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
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
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
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 GitHub
An MCP server for Claude Code and Cursor that compresses context 2x to 8x with byte-exact reconstruction verified by sha256. Lossless is the claim worth noting: most context-saving tools summarize and lose detail.
compressiontokensmcpcontext
by alibaizhanov Aug 10, 2026 7/10
MCP Reddit
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
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
One server backed by Postgres that gives a team of coding agents shared messages, tasks, presence, notes, and locks over MCP. Works with Claude Code, Codex, Cursor, or any MCP client, so a mixed fleet can coordinate.
mcpcoordinationmulti-agentpostgres
by joaquinbejar Aug 10, 2026 7/10
MCP GitHub
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
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
Wraps an existing WhatsApp MCP with the parts that make it survivable: a self-refreshing QR page so pairing actually works, production patches, and twelve documented field gotchas. The gotchas list is arguably the most valuable part.
whatsappmcpsetuppatches
by tonydzi Aug 10, 2026 6/10
MCP GitHub
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
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
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
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 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 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 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
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
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
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
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
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
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
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
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
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
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
Runs self-hosted MCP tool servers behind a secure, authenticated HTTP gateway using Docker. Gives you one controlled entry point instead of exposing each server directly.
mcpdockergatewayself-hosted
by waynestimulative605 Aug 9, 2026 6/10
MCP GitHub
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
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
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
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
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
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
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
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
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
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
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
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
An MCP server that makes Google's Antigravity CLI (agy) callable from Claude Code, and usefully verifies which backend model actually answered rather than trusting the routing label.
mcpantigravityroutingverification
by Sh3rm Aug 7, 2026 6/10
MCP GitHub
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
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
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
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 GitHub
A FastMCP server exposing RescueTime data, including daily summary, top applications, categories, and trends, to Claude Code.
mcprescuetimeproductivityfastmcp
by adelaidasofia Aug 7, 2026 5/10
MCP Reddit
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
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
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
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
An inline MCP server that gives Claude Code and Claude Desktop a real terminal with multi-session PTY support. Sessions render in a tabbed xterm.js UI so you can watch and take over what the agent is running.
mcpterminalptyxterm
by Unfathomable-siren38 Aug 6, 2026 7/10
MCP GitHub
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
A curated index of MCP servers for geospatial work - GIS, mapping, and earth observation. A useful starting point for anyone wiring a coding agent into spatial data rather than searching server-by-server.
mcpgeospatialgiscurated-list
by a1964378 Aug 6, 2026 6/10
MCP GitHub
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
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
A small stdio MCP server written in Rust that exposes DeepSeek's server-side web search to any MCP client. Single binary, no runtime dependencies.
mcprustweb-searchdeepseek
by TZJackZ2B9S Aug 6, 2026 6/10
MCP GitHub
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 GitHub
Persistent memory for coding agents exposed three ways - MCP server, REST API, and Python SDK - so it works with Claude Code, Cursor, Windsurf, or a custom agent loop.
mcpmemoryrest-apisdk
by thameema Aug 6, 2026 7/10
MCP Reddit
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
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
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
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
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
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
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
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 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
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 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
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
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
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
A Rust crate (cargo install recall-echo) providing a persistent, three-layer memory system for AI coding agents to retain context across sessions.
memoryrust
by dnacenta Aug 5, 2026 6/10
MCP GitHub
A self-hosted, browser-backed web_search and web_fetch server for Claude Code, Codex, OpenCode, and other agents, exposed via MCP and REST, with provider fallback and SSRF protection.
web-searchmcpsecurity
by idefav Aug 5, 2026 7/10
MCP GitHub
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
An MCP server that runs CLI AI coding agents (Claude Code, Codex, opencode, Antigravity) as sub-agents callable from any MCP client, with background sessions, a terminal dashboard, and structured code review.
mcpsub-agentsdashboard
by lakpriya1s Aug 5, 2026 7/10
MCP GitHub
A tree-and-graph memory system for AI coding agents that stores everything as Git-syncable Markdown files.
memorymarkdowngit
by RightL Aug 5, 2026 6/10
MCP GitHub
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
Context infrastructure for AI-assisted development that gives agents on-demand access to an Obsidian vault via MCP.
obsidianmcpcontext
by mlorentedev Aug 5, 2026 6/10
MCP GitHub
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
An MCP server providing secure PostgreSQL integration for Claude Code, focused on read-only query execution, schema exploration, and performance analysis.
mcppostgresqldatabase
by sgaunet Aug 4, 2026 5/10
MCP GitHub
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 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
A compatibility gateway that lets Claude Code interoperate with Kiro and adds localized Chinese web search via a self-hosted SearXNG instance. Useful for Chinese-speaking developers wanting better local search results inside Claude Code workflows.
gatewaywebsearchlocalization
by yanjianming2005 Aug 4, 2026 5/10
MCP GitHub
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
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
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
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
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
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
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
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
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
A high-performance MCP server providing shared session memory and a persistent knowledge base across AI agents, including Claude Code, Antigravity, and Smara.
mcpmemorymulti-agent
by gede-cahya Aug 3, 2026 6/10
MCP GitHub
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
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
A universal SEO MCP server connecting Google Search Console, GA4, and CrUX data to Claude Code, Codex, Cursor, VS Code, and other MCP clients.
mcpseogoogleanalytics
by powehi-eu Aug 3, 2026 6/10
MCP GitHub
A Nix package framework plus the go-mcp and dewey Go libraries for building self-describing, composable CLI tools, MCP servers, and skill packages for agentic tooling.
mcpnixclipackage-management
by amarbel-llc Aug 3, 2026 5/10
MCP GitHub
An official Form.io toolset for agentic development — an MCP server, a Claude Code plugin, and an AI skills library — for building applications on the Form.io platform.
mcpform.ioplugin
by formio Aug 3, 2026 6/10
MCP GitHub
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
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
Slack's official Claude Code and Cursor plugin, bundling a Slack MCP Server with Slack Developer Skills so AI coding agents can work directly with Slack apps and APIs.
mcpslackofficialskill
by slackapi Aug 3, 2026 8/10
MCP GitHub
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
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
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
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
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
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
A cross-platform, local agent instant-messaging runtime enabling secure agent-to-agent communication and collaboration, accessible via MCP, CLI, HTTP, and a web UI.
mcpagent-to-agentmessaging
by laoyudashu Aug 3, 2026 6/10
MCP GitHub
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
A persistent, semantic news intelligence layer for AI agents built on GNews (100k+ monthly PyPI downloads), shipped as a Python library, MCP server, and Claude Code skill.
mcpnews
by ranahaani Aug 3, 2026 6/10
MCP GitHub
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
A memory system for AI assistants combining SQLite storage with an MCP interface, featuring memory decay over time, learning from interactions, and an underlying knowledge graph structure.
mcpmemoryknowledge-graph
by SimoneB79 Aug 3, 2026 7/10
MCP GitHub
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
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
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
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
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
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
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
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
A deterministic tool that probes your MCP servers and reports readiness against the July 2026 MCP specification break, combining a graded web probe with an agent skill over a single rule engine.
mcpmigrationspeccompatibility
by AlpayC Aug 2, 2026 7/10
MCP GitHub
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
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
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
An MCP server that lets multiple Claude Code sessions communicate with each other in real time through channels and threaded topics, enabling coordinated multi-agent work across separate terminals or machines.
mcpmulti-agentcollaborationreal-time
by kollaborativeai Aug 1, 2026 7/10
MCP GitHub
Injects a drawing and comment overlay into any live web page so a human can mark up an app visually, then exposes that feedback to a coding agent as structured DOM targets, with no install required in the app under review.
mcpannotationfeedbackweb
by ElaineMHr Aug 1, 2026 6/10
MCP GitHub
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
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
A shared memory layer plus usage dashboard for coding agents on subscription plans (no API keys required) — write once, recall across Claude Code, Codex, and Gemini CLI sessions.
memorydashboardclaude-codecodexgemini
by douglas-vaz Aug 1, 2026 5/10
MCP GitHub
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
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
A local-only memory tool for Claude Code built for managed/locked-down Windows work machines — no sync, no external connectors, so it fits IT policies that block outbound tooling.
memoryenterprisewindowslocal-only
by panditfloki Aug 1, 2026 5/10
MCP GitHub
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
A sample showing how to wire Claude Opus 4.8 served from Azure Databricks' Foundation Model API into Microsoft's Agent Framework — useful reference for enterprises running Claude inside an Azure/Databricks stack.
azuredatabricksmicrosoft-agent-frameworkenterprise
by junwoojeong100 Aug 1, 2026 5/10
MCP GitHub
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
An MCP server giving agents persistent memory backed by plain Markdown files, with hybrid BM25 + embedding search and typed graph relations between memories. Self-hosted as a single Docker image.
memorymcp-serverhybrid-searchdocker
by veronchenko Aug 1, 2026 7/10
MCP GitHub
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
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
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
An MCP gateway for delegating scoped tasks across multiple coding agents (Codex, Claude Code, Antigravity) with built-in quota monitoring. Runs locally, aimed at multi-agent task routing.
mcpmulti-agentgatewayquota
by superposed-labs Aug 1, 2026 7/10
MCP GitHub
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
Official SELAT plugin set for discovering vetted skills and federated x402/MPP capabilities, letting an agent pay for services from a self-custody Circle Agent Wallet.
skillspaymentsx402agent-wallet
by SELAT-AI Aug 1, 2026 5/10
MCP GitHub
Provides local MCP server discovery, profile management, capability bundles, a dashboard, and policy audits from a single control plane.
mcpcontrol-planeserver-management
by ellmos-ai Aug 1, 2026 6/10
MCP GitHub
Bundles common file utilities into one MCP server: JSON repair, encoding fixes, format conversion, duplicate detection, batch rename, ZIP archives, checksums, and regex testing.
mcputilitiesjsonfile-tools
by ellmos-ai Aug 1, 2026 6/10
MCP GitHub
Delegates mechanical text tasks to a local OpenAI-compatible LLM endpoint instead of Claude, conserving your Claude subscription quota for the work that actually needs it.
mcplocal-llmcost-saving
by ZahiriNatZuke Aug 1, 2026 7/10
MCP GitHub
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
A sync layer that shares MCP server config, skills, and memory between Cursor Agent CLI and Claude Code, driven from one canonical store, with session handoff between the two.
cursorsession-handoffmcp-config
by rmonteiro-pereira Aug 1, 2026 6/10
MCP GitHub
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
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
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
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
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
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 GitHub
An MCP tool that has a different LLM review an agent's plan before it runs, aiming to catch a bad plan before tokens are spent executing it.
mcpcode-reviewplanning
by yannmenec Jul 31, 2026 6/10
MCP Reddit
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
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
An 'IM for agents' that gives multiple AI coding agents shared context and memory, supervised execution, and a cross-agent audit trail, working across different AI providers rather than being locked to one CLI.
multi-agentmemoryaudit
by im4codes Jul 31, 2026 5/10
MCP GitHub
An MCP server for Godot with execute_code, prompts/resources, project maps, runtime inspection, asset workflows, and safe AI automation, aimed at giving coding agents deep control over a Godot project.
mcpgodotgame-dev
by FunplayAI Jul 31, 2026 7/10
MCP GitHub
Layered markdown memory that you own and can read directly, with on-device semantic search over your notes and past Claude Code sessions. No API key required and nothing leaves your machine.
memorylocal-firstsemantic-searchprivacy
by rekol-io Jul 31, 2026 7/10
MCP GitHub
An MCP memory server that reduces the context tokens an agent needs by storing compact references, then expands to the exact original source text only when needed, all running local-first.
mcpmemorycontext-savingslocal-first
by AldoDior Jul 31, 2026 7/10
MCP GitHub
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
An MCP memory plugin that gives AI coding assistants long-term memory across sessions, working with Claude Code, Cursor, Codex, Gemini CLI, and other MCP clients.
mcpmemory
by codedaptive Jul 30, 2026 5/10
MCP GitHub
An MCP server that lets an AI agent install the Paydirt feedback widget into an iOS app and read back user responses, automating in-app feedback collection setup via Claude Code or similar agents.
mcpiosfeedback
by Paydirt-AI Jul 30, 2026 5/10
MCP GitHub
An MCP tool that gives your agent recall of decisions made weeks ago, including what a different engine (Claude Code or Codex) worked out, using local semantic search over both tools' session histories.
mcpmemorycross-tool
by AbsoluteMode Jul 30, 2026 5/10
MCP GitHub
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
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
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
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
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
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
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
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
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
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
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
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
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
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
An MCP server providing marketplace intelligence across Amazon, Walmart, TikTok, 1688, Shopee, and TEMU, usable from Claude Code, Codex, Cursor, or any MCP-compatible agent.
mcpecommercemarketplace
by Tomi431 Jul 29, 2026 5/10
MCP GitHub
A local-first MCP memory engine that retrieves the remembered episode matching your current state — and explains why — rather than just the closest text match. AGPL-3.0, Claude Code-first.
mcpmemorylocal-first
by zbs-gg Jul 29, 2026 7/10
MCP GitHub
An Android Studio plugin that exposes Android Studio's native Gemini tools as an MCP server, letting external assistants like Claude and Copilot call Android-specific tools directly.
mcpandroidide
by amsavarthan Jul 29, 2026 6/10
MCP GitHub
A Claude Code and Claude Desktop plugin for any Bifrost MCP gateway — one-command setup, skill discovery, agent-driven memory, signed admin policy, and OAuth 2.1 for Desktop.
mcpgatewayoauth
by neXenio Jul 29, 2026 5/10
MCP GitHub
A zero-dependency MCP server for persistent AI agent memory, built in pure Python stdlib with no cloud, no Docker, and no API costs. Works with Claude Code, Cursor, and Windsurf.
mcpmemorystdlib-only
by lalithbuilds Jul 29, 2026 7/10
MCP GitHub
An MCP server providing web search and robust content retrieval for Claude Code, Codex, Cursor, Copilot, Gemini, and other AI agents, backed by Serper, Tavily, or SearXNG.
mcpweb-searchretrieval
by Shelpuk-AI-Technology-Consulting Jul 29, 2026 6/10
MCP GitHub
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
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
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
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
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
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
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
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 GitHub
Gives AI coding agents real Android dev tools — Gradle, adb, logcat, lint, and crash triage — through a local, permissioned MCP server instead of raw shell access.
mcpandroidgradleadb
by iVamsi Jul 29, 2026 7/10
MCP Reddit
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 Reddit
An MCP server that lets an agent discover and install other AI-agent skills from curated registries directly, instead of a developer manually browsing marketplaces.
mcpskill-discoveryregistry
by lo_bot_omy Jul 29, 2026 7/10
MCP GitHub
An encrypted vault paired with redaction hooks, written in Go, that keeps secret values out of Claude Code's saved transcripts and context.
mcpsecretssecuritygo
by B-Squared-Technologies Jul 29, 2026 7/10
MCP GitHub
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
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
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
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
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
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
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 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 GitHub
An MCP server that lets any Claude Code or Codex session spawn, prompt, and read other sessions running in WezTerm panes, with optional Telegram-based phone control and text A2A messaging. MIT-licensed and dependency-free.
mcpmulti-agentweztermorchestration
by wolverin0 Jul 28, 2026 7/10
MCP Reddit
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
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
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
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
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
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
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
A portable MCP gateway that multiplexes vault access, memory, and skill loading behind a single connection point for AI coding harnesses. Provides a unified interface for context management across different agent sessions and tools.
MCPmemoryvaultskillscontext
by danieljustus Jul 27, 2026 6/10
MCP GitHub
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
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
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
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
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
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
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
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 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
Exposes Automad v2 CMS over MCP: manage pages, media, shared data, config, local themes, and an offline documentation knowledge base from any AI agent via stdio. Lets Claude Code drive a full CMS without a browser.
mcpcmsautomadcontent-management
by cabroe Jul 26, 2026 6/10
MCP GitHub
Connects AI agents to Ableton Live via low-latency TCP and MCP, enabling AI-driven mixing, mastering, and workflow automation. Focuses on audio production intelligence rather than raw control surface access.
mcpabletonaudiomixingmastering
by Marlstonegarter952 Jul 26, 2026 6/10
MCP GitHub
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 GitHub
A local MCP server that routes and delegates async coding jobs between Claude Code, Codex, Cursor Agent, and Pi — enabling multi-agent coordination without a cloud intermediary.
mcpmulti-agentorchestrationasync
by manishiitg Jul 26, 2026 7/10
MCP GitHub
A local knowledge search REST API combining Wikipedia, OpenStreetMap, and GeoNames in SQLite FTS5 — no rate limits, no network dependency, for Claude Code and other agents.
mcpknowledgesearchlocalwikipedia
by rtcode337 Jul 26, 2026 6/10
MCP GitHub
An MCP server for coordinating multiple coding agents: claim work units, leave handoff notes, and generate structured review packets before PRs. Prevents duplicate work and lost context between agent sessions.
mcpcoordinationmulti-agenthandoffpr
by Get-Concord-AI Jul 26, 2026 7/10
MCP GitHub
An MCP server connecting AI agents to the Telegram Business API — reads full message history, drafts replies, and requires human approval before sending every reply.
mcptelegrambusinesshuman-in-loop
by AndyShaman Jul 26, 2026 6/10
MCP GitHub
Self-hosted federated open app-intelligence stack including an MCP server for agent integration.
mcpapp-intelligenceself-hosted
by Ahad690 Jul 26, 2026 5/10
MCP GitHub
MCP server exposing Google Stitch with 18 tools covering design systems, accessibility checking, and responsive UI generation.
mcpgoogle-stitchdesign-systemsuiaccessibility
by ostensible-meeting210 Jul 26, 2026 5/10
MCP GitHub
Shared infrastructure layer for AI coding agents across Claude Code, GitHub Copilot, Gemini CLI, Cursor, and any MCP-compatible client.
mcpinfrastructuremulti-agentcross-harness
by plumpslabs Jul 26, 2026 6/10
MCP GitHub
Provides data agents with metrics definitions, golden queries, and interpretation knowledge via MCP, REST API, and CLI. Google Cloud native.
mcpdatametricsgoogle-cloudcontext
by na0fu3y Jul 26, 2026 6/10
MCP GitHub
TypeScript MCP server exposing the Chartbrew API — covers teams, connections, datasets, dashboards, charts, and live queries.
mcpchartbrewdashboardsanalyticstypescript
by dhavanikgithub Jul 26, 2026 6/10
MCP GitHub
Claude Code に依頼するタスクを放り込む自分専用タスクメモアプリ。MCP サーバー内蔵で Claude Code から直接タスクを読み書きできる(Spring Boot + Vue PWA)
mcp
by rtcode337 Jul 25, 2026 7/10
MCP Reddit
Claude Code can operate a real phone. Ghost in the Droid is an open-source MCP server that turns an Android phone (or an iPhone) into a tool surface, so one command gives Claude Code hands: claude ...
mcpcommandgit
by CKL-IT Jul 25, 2026 10/10
MCP GitHub
面向 agent 的豆瓣 MCP server + CLI:电影/图书查询、个人收藏管理;同时支持 Claude Desktop (stdio/SSE) 与 Claude Code/OpenClaw 等命令行 agent。
mcp
by jackjin1997 Jul 25, 2026 10/10
MCP GitHub
Let your AI aggents access meeting transcripts and data created via Sana.ai. An MCP / CLI tool. Local daemon syncs new data from Sana, your agent talks to the local copy. All data stays private on ...
mcp
by Etals-AiApp Jul 25, 2026 5/10
MCP GitHub
Self-maintaining codebase knowledge for AI coding agents. A deterministic AST index plus agent-written notes that flag themselves stale when the code changes. Works with Claude Code, Cursor, and Co...
mcp
by AkashGoenka Jul 25, 2026 8/10
MCP Reddit
i built a skill to take screenshots of every page in your app with integration to the AppLaunchFlow MCP so you can create app store screenshots, promo videos, social graphics and more directly from...
mcpskill
by Aggravating_Try1332 Jul 25, 2026 8/10
MCP GitHub
Hector's Amazon Ads methodology as Claude skills — brand ads audit, keyword harvesting, SQP analysis, and search-term negation, running on the Hector Amazon MCP connector.
mcpskill
by hectorai-live Jul 25, 2026 7/10
MCP GitHub
Your agents break less code and burn fewer tokens — deterministic call/import graph + 27 MCP tools for coding agents. Claude Code plugin & MCP server; zero deps, runs 100% locally.
mcp
by GhostlyGawd Jul 25, 2026 10/10
MCP GitHub
kimiflow — Claude Code + Codex plugin for codebase mapping, gated feature/fix flows, token-cheap learning memory, and Obsidian Vault MCP setup.
mcp
by kimikonapps Jul 25, 2026 8/10
MCP GitHub
Agent Skills that turn your AI coding agent into an LLM security reviewer — prompt-injection testing, OWASP LLM Top 10 audits, MCP & RAG review, KVKK/PII checks. English + Turkish.
mcpskilltestingreview
by fevziegeyurtsevenler Jul 25, 2026 7/10
MCP GitHub
Marketing skills for AI agents — paid ads, social media, SEO, competitor research, creative generation, email, analytics, and more. Powered by Hyper MCP.
mcpskill
by hyperfx-ai Jul 25, 2026 7/10
MCP GitHub
llmwiki (Quiz_wiki) — auto-captures your coding-agent sessions (Claude Code / Codex / OpenCode) into a compounding, local-first project wiki that quizzes you back. The llmwiki quiz is a daily forge...
mcp
by suwonleee Jul 25, 2026 8/10
MCP GitHub
AI-agent template pack with MCP buyer-router, $203 team request, ROI, approval, run logs, verification ledger.
mcpcommand
by ivelly42 Jul 25, 2026 5/10
MCP GitHub
Progressive Spec-Driven Development (SDD) toolkit for AI coding agents — Claude Code, Copilot, Codex. Slash-command Skills + structured AI Knowledge + MCP server; Progressive Disclosure cuts 70–80%...
mcpskillcommand
by benwu95 Jul 25, 2026 10/10
MCP GitHub
🎯 Federated recall across an agent's knowledge — cortex, agent-hq, scout and lens — in one token-budgeted query. CLI + web + MCP. Zero deps.
mcp
by tools-for-agents Jul 25, 2026 5/10
MCP GitHub
Records Claude Code conversations to PostgreSQL with vector embeddings (via Ollama) for semantic retrieval via MCP
mcp
by nakomis Jul 25, 2026 7/10
MCP Reddit
If you've pushed Claude Code past basic file edits and one-shot commands, you've probably hit this: it runs ls or npm install fine, but the moment something needs a live session (an SSH connection ...
mcpcommandworkflowgitpython
by blakok14 Jul 25, 2026 9/10
MCP Reddit
Claude for Excel is interesting, but it cannot run or change VBA, and most of my real-world .xlsm files rely on VBA for about 80% of their functionality. The Excel MCP servers have a lot of power, ...
mcpcommandgit
by Interesting-Main9706 Jul 25, 2026 10/10
MCP GitHub
Open-source MCP server for LinkedIn. Give Claude and any MCP-compatible AI agent access to profiles, companies, jobs, and messages.
mcp
by stickerdaniel Jul 25, 2026 8/10
MCP GitHub
Enhanced MCP server for Godot 4.5-4.7: 33 tools / 199 actions, 3-layer architecture (headless + editor + game bridge), secure sandbox, recording & frame-verify, cross-version CI.
mcp
by wgt19861219 Jul 25, 2026 6/10
MCP GitHub
CLI coding agents for everyone — checkpoints, preview, plugin/skill/MCP management, AI teams.
mcpskillreview
by openclide Jul 25, 2026 7/10
MCP GitHub
MagicTeX — a LaTeX editor for AI agents (Claude Code): live PDF preview, PDF comments that drive edits, Visual (WYSIWYG) mode, and git-tracked history. No local TeX install.
mcpgitreview
by ZoeLinUTS Jul 25, 2026 8/10
MCP GitHub
Local, bounded, recoverable context projection for coding agents, with automatic Codex hooks and explicit Claude MCP acquisition.
mcphook
by arthjean Jul 25, 2026 8/10
MCP GitHub
Connect your AI agent to HookRadar to automate competitive creative research and analyze ad performance data using the MCP standard.
mcpskillhook
by Anagogic-blastinggelatin157 Jul 25, 2026 9/10
MCP GitHub
9 humanity skills for AI agents — crisis detection, WCAG audits, empathy, cultural sensitivity, and more. MCP + npm.
mcpskill
by humanity4ai Jul 24, 2026 7/10
MCP Reddit
Hey everyone, I’m working on a C driver for a BMS (STM32H5 talking SPI to a BQ79600 bridge and BQ79656 stack). To make sure Claude doesn't hallucinate register addresses, bit masks, or frame bytes ...
mcpworkflowclaude.md
by LennyFaceMaster Jul 24, 2026 9/10
MCP GitHub
Local CLI and daemon for supervising collaboration between Claude Code, Codex, Grok, Gemini, and other AI coding agents over MCP.
mcp
by lauriparviainen Jul 24, 2026 8/10
MCP GitHub
Linux systemd MCP for Claude Code & Grok — services, journald, D-Bus, power via structured OS interfaces.
mcp
by 88plug Jul 24, 2026 7/10
MCP GitHub
Gives Claude Code a conversational voice (TTS) — SAPI + ElevenLabs, WSL/Windows. An MCP server.
mcpapi
by jarvann Jul 24, 2026 9/10
MCP GitHub
High-performance code-intelligence engine for AI agents and IDE, supports 257 languages, multi repositories, based on graph, with access via CLI, MCP Server, and API. AI coding agents teammate - ex...
mcpapi
by zzet Jul 24, 2026 7/10
MCP GitHub
Model Context Protocol (MCP) server for @imqueue — lets AI coding agents (Claude Code, Cursor and others) search the docs, scaffold typed services & clients and use @imqueue/cli live.
mcp
by imqueue Jul 24, 2026 8/10
MCP GitHub
MCP server for Archive of Our Own: search fanfiction and have an AI read and rank fics for you
mcp
by ArturLys Jul 24, 2026 6/10
MCP GitHub
Full local control of your Zotero library — from your terminal or your AI agent. No cloud, no API key. CLI + MCP server + bridge plugin.
mcpapi
by alex-roc Jul 24, 2026 7/10
MCP GitHub
MCP server for PostEverywhere — let Claude Code, Claude Desktop, Cursor & other MCP clients schedule social media posts to Instagram, X, TikTok, LinkedIn, YouTube, Facebook, Threads
mcp
by posteverywhere Jul 24, 2026 9/10
MCP Reddit
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 GitHub
MCP servers connecting Claude to Lawmatics, DecisionVault and WealthCounsel. Read and update your CRM, client intake and matters by asking, inside Claude Code. Runs locally so privileged client dat...
mcp
by redwoodmeridian Jul 24, 2026 9/10
MCP GitHub
Connect your Facebook Ads, Pages, Instagram and lead forms to Claude Code. Ask about spend, cost per lead and your best-performing ad in plain English. Meta Marketing API via curl, no MCP server re...
mcpapi
by redwoodmeridian Jul 24, 2026 9/10
MCP GitHub
Temporal knowledge graph for AI coding agents. Prevents hallucinations, repeated mistakes, regressions. 30 MCP tools, 12 runtime adapters (Claude Code, Cursor, Codex, Copilot, Cline, Continue, Herm...
mcp
by SaravananJaichandar Jul 24, 2026 8/10
MCP Reddit
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
Not selling anything — it's free and open source (MIT). Just sharing something I made for myself in case it's useful, and I'd genuinely like feedback. The problem: my Claude Code config had turned ...
mcpskillhookcommandgitconfig
by Loan-Sad Jul 24, 2026 10/10
MCP GitHub
A curated list of Plugins that let you extend Claude Code with custom commands, agents, hooks, and MCP servers through the plugin system.
mcphookcommand
by composio-community Jul 24, 2026 10/10
MCP GitHub
A 4-skill pipeline for Claude Code: verify mathematical proofs → repair with literature support → sharpen the theory → write corrected proofs. Integrates Codex MCP for adversarial cross-review. Ven...
mcpskillreview
by gyf9712 Jul 24, 2026 9/10
MCP GitHub
A Claude Code plugin template that carries its own documentation. Skills, agents, commands, hooks, MCP servers, and a docs/knowledge pair.
mcpskillhookcommand
by codewizwit Jul 24, 2026 10/10
MCP Reddit
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
Quick recap for those who missed the original post: claude-presence is a minimal MCP server that lets multiple Claude Code sessions on the same machine see each other and coordinate. Presence (who ...
mcpcommanddockerclaude.md
by SeaworthinessFar4617 Jul 24, 2026 10/10
MCP GitHub
Agent Skill for Schedulala — schedule social posts to 12 platforms from Claude, ChatGPT, Claude Code, or any MCP agent
mcpskill
by schedulala Jul 24, 2026 10/10
MCP GitHub
Claude Code plugin marketplace + MCP connectors for VFX production - Nuke, Houdini, Unreal, Blender, ComfyUI, Maya, Magnific, Seedance (MIT)
mcp
by sideshowroberto Jul 23, 2026 8/10
MCP GitHub
Context Fabric is an MCP server that automatically captures project state on every git commit, detects when stored context has drifted from codebase reality, and delivers structured, token-budgeted...
mcpgit
by VIKAS9793 Jul 23, 2026 7/10
MCP GitHub
Universal Telegram agent-skill for Claude Code, Codex CLI, Cursor, Gemini CLI, Cline, Windsurf. Lazy-loaded ~50x lower context vs MCP. Standalone CLI + SKILL.md bundle + one-command install.
mcpskillcommand
by beautyfree Jul 23, 2026 10/10
MCP Reddit
I made hound to want No keys, no accounts, no third-party scraper routing your data through their servers. It works the moment you install it. If you already have API keys for a search provider, yo...
mcpcommandapiconfig
by Opening_Library9560 Jul 23, 2026 10/10
MCP GitHub
Claude Code skill for evidence-based self-paced instructional design. Creates weekly LaTeX guides with UDL 3.0, Backward Design & QM 7th Ed. Integrated with NotebookLM MCP.
mcpskill
by CharlieCardenasToledo Jul 23, 2026 9/10
MCP Reddit
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 GitHub
Spawn N coordinated Claude Code agents — orchestrator + behavior catalog. Pairs with @swoofer/promptweave + mcp-coordinator.
mcp
by swoofer Jul 23, 2026 8/10
MCP Reddit
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 GitHub
AI-first vertical (9:16) video editor engine — the LLM plans a declarative Timeline IR; a deterministic FFmpeg renderer executes. Drivable from Claude Code via MCP.
mcp
by FullFran Jul 23, 2026 7/10
MCP Reddit
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
Keyless, uv-native web search + read for AI agents: ddgs multi-engine search with de-correlated rank fusion, Trafilatura extraction to paginated Markdown, plus keyless arxiv and github search. One ...
mcpskillgit
by hec-ovi Jul 23, 2026 10/10
MCP GitHub
Publish docs from your AI agent — connect Claude Code, Codex & Cursor to Basalt over MCP and turn markdown into a governed, shareable URL. One install: MCP server + auto-invoking skill.
mcpskill
by cofoundy Jul 23, 2026 10/10
MCP GitHub
Free MCP servers + Claude Code Skills for MSP tools - PSA, RMM, backup, M365. Local-first: your data never leaves your network.
mcpskill
by Servosity Jul 23, 2026 10/10
MCP GitHub
A per-repo markdown wiki your coding agent writes and searches — persistent memory for Claude Code and any MCP harness, stored as plain markdown
mcp
by paulnsorensen Jul 23, 2026 8/10
MCP Reddit
bad-ass-mcp is a cross-platform MCP server that drives desktop apps through the OS accessibility APIs instead of screenshots. New update just landed. Point it at a browser tab, Discord, VS Code, or...
mcpapigitautomation
by FoozyFlossItUp Jul 23, 2026 7/10
MCP GitHub
Persistent memory MCP server for Claude Code, Cursor, and GitHub Copilot. Long-term memory via Model Context Protocol with semantic search, Git sync, and team collaboration.
mcpgit
by alfredoizdev Jul 23, 2026 9/10
MCP Reddit
I've been spending way too much time hunting down custom skills, prompts, and MCP servers for AI coding tools, then manually setting up SKILL.md files or configuring local binaries. To make this ea...
mcpskillcommandgitconfig
by Own-Attitude-6156 Jul 23, 2026 10/10
MCP GitHub
MCP security scanner for Claude, Cursor, OpenAI Agents, LangGraph and CrewAI - offline Rust SAST with SARIF for GitHub Code Scanning
mcpgit
by aiconnai Jul 23, 2026 6/10
MCP Reddit
I'm the author. This started with a Claude Code session that was going really well and had passed 300k tokens. Claude knew the codebase and the decisions we'd made. I didn't want to start over or l...
mcpcommandapigitreview
by ShayaLeSpark Jul 23, 2026 8/10
MCP GitHub
Claude Code plugin: turn Claude into your law firm's marketing operator with the Ranql MCP. Competitor ad teardowns, brand extraction, on-brand creative (static and video), landing pages and campai...
mcpskill
by redwoodmeridian Jul 23, 2026 9/10
MCP GitHub
Self-hosted AI coding agents that live in Slack — run Claude Code or Codex in your own infra, ship PRs, and keep every credential behind a controlled MCP tool layer.
mcp
by lawrencehui Jul 23, 2026 8/10
MCP GitHub
Claude Code extension manager — MCP servers, plugins (skills, hooks, agents), and marketplaces
mcpskillhook
by spences10 Jul 23, 2026 10/10
MCP Reddit
Genuine question for people deep in the AI-tooling world right now. Between MCP servers, agents, and a dozen AI tools, I’ve completely lost track of what’s connected to what which servers are up, w...
mcpapi
by nox3748 Jul 23, 2026 7/10
MCP Reddit
I made Alloy'd, which is an MCP server and hooks that allow Claude Code and Codex to dispatch substantial work to whichever side has more usage remaining. It does this by calling the official headl...
mcphookclaude.md
by YaBoyChips3819 Jul 23, 2026 10/10
MCP GitHub
Claude Code 실전 셋업 툴킷 — 훅/스킬/메모리/자동화/MCP 설정 모음 (왜 썼고 무엇이 좋아졌는지)
mcp
by Ihan0316 Jul 23, 2026 9/10
MCP GitHub
Backend for AI coding agents on CloudBase — database, auth, functions via Plugin, Skills & MCP.
mcpskill
by TencentCloudBase Jul 23, 2026 7/10
MCP GitHub
Connect AI agents to any API, anywhere. Securely. Open-source gateway that proxies requests, injects credentials automatically, punches through NAT to reach localhost services, and wraps REST APIs ...
mcpapi
by ChronoAIProject Jul 23, 2026 5/10
MCP GitHub
RunAPI MCP server for model discovery, pricing lookup, media task creation, and balance checks.
mcpapi
by runapi-ai Jul 23, 2026 6/10
MCP Reddit
Claude Code logs every session to `~/.claude/projects/` as JSONL with exact token usage per request. I built a free open-source profiler that reads them locally and shows where your tokens actually...
mcpcommandapigitclaude.mdconfig
by Powerful-Fly-9403 Jul 23, 2026 10/10
MCP GitHub
Terminal discovery hub and package manager for AI coding tools, MCP servers, and agent skills. Built with Python & Textual
mcpskillpython
by 24KaratAu Jul 23, 2026 9/10
MCP GitHub
Cross-session memory for Claude Code — serves relevant context via hooks & MCP. Rule-based, zero API cost, SQLite + FTS5, runs locally.
mcphookapi
by tznthou Jul 23, 2026 9/10
MCP Reddit
whats this problem fix : Web_fetch gives you errors when rendering shared-link conversations from your web AI sessions, and the Playwright MCP server is so slow and more expensive because it takes ...
mcpgit
by Ill-Process-7232 Jul 23, 2026 9/10
MCP GitHub
One-command setup for a full VS Code Copilot Chat agent-skills stack on Windows. 62 skills, 11 CLIs, 6 MCP servers, 74 design systems — all security-gated by SkillSpector.
mcpskillcommand
by JZKK720 Jul 23, 2026 10/10
MCP GitHub
Memory your agent can trust — every answer carries its source; when it doesn't know, it says so. Hermetic, local, MCP.
mcp
by menot-you Jul 23, 2026 5/10
MCP GitHub
MCP server for controlling iOS simulators and Android emulators via accessibility tree. Claude Code plugin with 14 tools for structured device interaction.
mcp
by edimuj Jul 23, 2026 10/10
MCP GitHub
Free, two-way Figma MCP server. Turn designs into framework-aware code, and push code back to the canvas. Works with Claude Code, Cursor, Codex, and any MCP client.
mcp
by awdr74100 Jul 23, 2026 9/10
MCP Reddit
submitted by /u/JDfor3 [link] [comments]
mcp
by JDfor3 Jul 23, 2026 5/10
MCP GitHub
Nim & Nimony toolkit for Claude Code: a plugin + MCP server exposing compile/build/outline/NIF-query/shrink/phase-diff tools, Nim-aware skills, and subagents over the Nim and Nimony toolchains.
mcpskill
by aoughwl Jul 23, 2026 10/10
MCP Reddit
I built a hotel booking app (Next.js, Postgres, Playwright, deterministic seed data) and had Claude Code write the entire E2E suite. It had every advantage: data-testid s already in the markup, see...
mcpgitclaude.mdconfig
by rishi-raj-jain Jul 23, 2026 10/10
MCP GitHub
One reliable canonical source for AI coding agent rules, commands, skills, MCP, hooks, and permissions — synced across AI coding assistants.
mcpskillhookcommand
by sampleXbro Jul 23, 2026 9/10
MCP Reddit
Between work and hobby projects I use Claude Code, Codex CLI, Kiro and OpenCode — I like all of them and often switch between them depending on their strengths and availability. The problem, though...
mcpskillhookgitconfig
by BeppeTemp Jul 23, 2026 10/10
MCP Reddit
archex is a local MCP server + in-repo Claude Code skill: instead of Claude grepping a file, following an import, checking a type, and repeating, it returns a ranked, token-budgeted context bundle ...
mcpskillhookgit
by tom_mathews Jul 23, 2026 10/10
MCP GitHub
Self-hosted remote administration and fleet monitoring for Windows PCs in a family setting, operated through Claude (MCP) and a web dashboard.
mcp
by t11z Jul 23, 2026 5/10
MCP GitHub
MCP server for Granola meeting notes — wraps granola-cli to expose meetings, notes, and transcripts to Claude
mcp
by tmcinerney Jul 23, 2026 7/10
MCP GitHub
Make your AI agent argue visually. Universal skill pack for Excalidraw diagrams across Claude Code, Cursor, Codex, Gemini CLI, and any MCP-compatible agent.
mcpskill
by isatimur Jul 23, 2026 10/10
MCP GitHub
MCP server for BookStack — connect Claude Code, Codex, OpenCode to your wiki. 25 tools: CRUD books, chapters, pages, shelves. Markdown-native. One command: npx github:h4sht/bookstack-mcp
mcpcommandgit
by h4sht Jul 22, 2026 9/10
MCP GitHub
Local-first operating memory for AI coding agents - Claude Code, Codex, and any MCP client. Tracks decisions and their evolution. SQLite + on-device embeddings, no cloud.
mcp
by jungjaehoon-lifegamez Jul 22, 2026 8/10
MCP GitHub
Local-first hierarchical memory brain for AI coding agents — auto-capture, LLM consolidation, hybrid retrieval, live Neural Universe monitor, daily self-audit. Claude Code / Codex / any MCP client.
mcp
by VineetV2 Jul 22, 2026 8/10
MCP GitHub
A practical Claude Code guide with clear mental models and copy-paste examples — setup, prompt engineering, slash commands, skills, hooks, subagents, agent teams, and MCP servers. Beginner path to ...
mcpskillhookcommand
by wesammustafa Jul 22, 2026 10/10
MCP GitHub
See and fix what AI tools can read. One .offsend.yml keeps secrets out of AI context — synced to .cursorignore, .claudeignore & every AI ignore file. Local-first checks for prompts, file reads, she...
mcp
by Offsend Jul 22, 2026 6/10
MCP GitHub
Windows computer-use MCP server: drive any desktop app via semantic discover-then-act targeting (entities + leases, not pixel coordinates), with per-action perception guards, a native Rust UIA engi...
mcp
by Harusame64 Jul 22, 2026 7/10
MCP GitHub
Claude Code account switcher, real-time usage monitor with a CLI, TUI and MCP
mcp
by uwuclxdy Jul 22, 2026 7/10
MCP GitHub
A production-grade engineering toolkit for AI-assisted software development. Contains 168 specialized skill workflows (100 core + 68 GSD sub-skills), 142 expert agent personas, 24 design system spe...
mcpskillcommandworkflow
by NafisRayan Jul 22, 2026 9/10
MCP GitHub
Voice I/O MCP for AI coding agents — local TTS + STT, 10 tools with ToolAnnotations
mcp
by EtanHey Jul 22, 2026 5/10
MCP GitHub
Claude skill: developer and engineering manager salary calculator. 15 skills, 5 pillars, level-weighted, 2026 Western-Europe market data. Standalone or via MCP.
mcpskill
by marian-kamenistak Jul 22, 2026 7/10
MCP GitHub
Claude skill: should I become a team lead? 6-dimension readiness assessment with a straight verdict (ready now / 6-12 months / stay IC), top 2 gaps, one move each. Standalone or via MCP.
mcpskill
by marian-kamenistak Jul 22, 2026 7/10
MCP GitHub
Persistent, verified memory for coding agents — so they stop re-explaining your codebase and never act on stale knowledge. Every memory is checked against your actual code; lives in your repo as pl...
mcpgit
by kage-core Jul 22, 2026 5/10
MCP GitHub
Persistent, local memory for developers and their coding agents — records commands, output, errors, and the fixes that worked into SQLite and serves them over MCP.
mcpcommand
by wuisabel-gif Jul 22, 2026 5/10
MCP GitHub
Persistent memory for AI coding agents (Claude Code, Cursor) — past bugs & fixes, decisions, and your corrections, as plain files in your repo.
mcp
by kaaustubh Jul 22, 2026 8/10
MCP GitHub
MCP server that gives AI assistants a second brain — delegating live web search, video/audio understanding, and massive-context summarization to Google Gemini.
mcp
by atknony Jul 22, 2026 6/10
MCP GitHub
The package manager for AI coding agent extensions. Discover, install, update, optimize, and roll back skills and MCP tools across Codex, Claude Code, Cursor, and more.
mcpskill
by VirajMishra1 Jul 22, 2026 10/10
MCP GitHub
Local-first, reversible memory governance for coding agents - shared MCP memory, automatic cleanup, visual audit, and rollback.
mcp
by irisxc4 Jul 22, 2026 5/10
MCP GitHub
A plugin system for Claude Code that adds skills, agents, guidelines, repo-aware configurations, and MCP integrations to supercharge your development workflow.
mcpskillworkflowconfig
by sujeet-pro Jul 22, 2026 10/10
MCP GitHub
MCP bridge between Chromium browsers and Claude Code — browser automation tools + Claude chat panel for browsers where the official Claude in Chrome extension doesn't work (Arc, Vivaldi, …)
mcpautomation
by dashi96 Jul 22, 2026 7/10
MCP GitHub
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
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
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
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
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
A centralized repository for managing LLM coding configuration across tools, covering MCP servers, skills, rules, and agent definitions in one place. Designed to be vendor-neutral and work across different AI coding agents.
mcpskillsconfigurationmulti-agentvendor-neutral
by dhvcc Jul 22, 2026 7/10
MCP GitHub
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
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
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
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
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 GitHub
Local-first proxy-accurate cost and token tracking for Claude Code, Cursor, Codex, and 23 other AI coding agents. Includes an MCP server so agents can query their own usage, an opt-in team rollup, and zero telemetry.
mcptokencosttrackinglocalmulti-agent
by marmutapp Jul 21, 2026 8/10
MCP Reddit
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
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
Memory layer MCP for AI coding agents — durable save/recall/update on Gemini embeddings + embedded LanceDB hybrid retrieval
mcp
by nikships Jul 21, 2026 5/10
MCP GitHub
Prompt-first PCB CAD you drive from Claude Code over MCP — real LCSC parts, Freerouting autoroute, DRC with live JLCPCB stock checks, JLCPCB-ready fab export, live browser + 3D view
mcp
by cheewee2000 Jul 21, 2026 7/10
MCP GitHub
Agent Skill routing GitHub bounties, CI failures, Actions logs, agent readiness, and MCP schema drift to six paid read-only x402 tools
mcpskillgit
by cristianmoroaica Jul 21, 2026 7/10
MCP GitHub
A self-contained APM-managed Claude Code + Codex setup — pinned skills, agents, guardrail hooks, MCP, LSP, and single-source generated context.
mcpskillhook
by dirien Jul 21, 2026 10/10
MCP GitHub
🔐 The password manager for terminal users and AI agents. Age-encrypted, keyring-cached, MCP-ready. Zero telemetry.
mcp
by danieljustus Jul 21, 2026 5/10
MCP GitHub
Tamir's Personal Claude Code plugin - bundled skills, smart worktree hooks, and MCP server stubs. One /plugin install and you're set.
mcpskillhook
by Tamircohen28 Jul 21, 2026 10/10
MCP Reddit
submitted by /u/support_akiflow [link] [comments]
mcp
by support_akiflow Jul 21, 2026 5/10
MCP GitHub
MCP server to run Claude, Codex, and Gemini CLI agents in the background from any MCP client.
mcp
by mkXultra Jul 21, 2026 8/10
MCP GitHub
Offline semantic search over 4 scholarly books on the life of Prophet Muhammad ﷺ — MCP server for Claude Code/Desktop + standalone CLI. No API key needed.
mcpapi
by Fezicles Jul 21, 2026 9/10
MCP GitHub
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 GitHub
GeneXus 18 MCP server for Claude, Cursor, and AI agents — read, edit, analyze KB objects (transactions, web panels, procedures, SDTs) over the Model Context Protocol.
mcp
by lennix1337 Jul 21, 2026 8/10
MCP GitHub
MCP server for AWS infrastructure analysis — DynamoDB, Lambda, SQS, SNS, S3, API Gateway, PostgreSQL, MySQL, MongoDB, Kafka & IaC drift. Works with Claude Code, Cursor, and GitHub Copilot.
mcpapigit
by Sidd27 Jul 21, 2026 9/10
MCP GitHub
Nix wrapper for Claude Code with hierarchical prompts, default-deny Bash, safety-default env injection, parameterized plugin loading via mkJuggler, and HTTP MCP server orchestration — read-only mir...
mcp
by amarbel-llc Jul 21, 2026 9/10
MCP GitHub
Hook system and MCP tool server for Claude Code agents. Designed for agenticore — fork and extend for custom workflows.
mcphookworkflow
by the-cloud-clockwork Jul 21, 2026 10/10
MCP GitHub
Local Figma MCP server with no REST rate limits, no metered tool-call quotas, and a verification loop. Drop-in alternative to Figma's Dev Mode MCP and Framelink for Claude Code, Cursor, Windsurf — ...
mcp
by tathagat22 Jul 21, 2026 9/10
MCP GitHub
Agent-agnostic harness + one-line install for Monet — local-first, MCP-native memory for coding agents.
mcp
by team-monet Jul 21, 2026 5/10
MCP GitHub
Open, reviewed skills + MCP for AI coding agents — verified, quality-gated memory that gets better instead of drifting.
mcpskillreview
by DreamArkInc Jul 21, 2026 7/10
MCP GitHub
Best-in-world personal harness for Claude Code — 6 subagents, 9 slash commands, MCP servers, RTK, ECC, plugin format. Fork it, run one command, get productive.
mcpcommand
by zexoverz Jul 21, 2026 10/10
MCP GitHub
A Claude Code skill that triages your support inbox and drafts replies for human review. Works with any support tool that ships an MCP server.
mcpskillreview
by sitespeakai Jul 21, 2026 10/10
MCP GitHub
Full AI context and content layer for coding agents over one MCP server — tree-sitter code-map, document RAG, shared memory, multi-agent comms, web crawl, git history + blame. 300+ languages, 10+ a...
mcpgit
by Goldziher Jul 21, 2026 7/10
MCP GitHub
Claude Code Templates 2026 – Production-ready AI workflows, subagents, skills, commands, and MCP servers for Claude Code. 600+ templates. Setup.exe included.
mcpskillcommandworkflow
by Dockdenchasm Jul 21, 2026 10/10
MCP GitHub
🤖 Drive your Coherent Gameface game's UI with a Claude/Codex plugin with an MCP server and skills
mcpskill
by CitiesSkylinesModding Jul 21, 2026 10/10
MCP GitHub
Multi-agent collaboration rooms for Claude Code, Cursor, Codex & Gemini — distributed dev, code review, PR handoff, FE↔BE integration. MCP-native, self-hostable.
mcpreview
by agent-room-alkl Jul 21, 2026 8/10
MCP GitHub
MCP memory server for Claude Code, Cursor, and any MCP client. Pure Go. Single binary.
mcp
by wcatz Jul 21, 2026 7/10
MCP GitHub
mori MCP server — a governed memory layer for AI coding agents.
mcp
by fjwood69 Jul 21, 2026 7/10
MCP GitHub
Claude Code experience for the pi coding agent, in one package: reads your .claude config (rules, commands, skills, hooks, output styles, MCP, agents) and adds todo, checkpoints, memory, web, and s...
mcpskillhookcommandconfig
by ilovepixelart Jul 21, 2026 10/10
MCP Reddit
Two things kept breaking in my sessions, and they needed different fixes. The agent would call functions that don't exist, and edit one file while breaking three callers it never opened. Separately...
mcpskillgitreview
by Ilia0001 Jul 21, 2026 10/10
MCP Reddit
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 GitHub
Agent Skill that turns plain-English scene descriptions into AI-generated 3D models built live in Blender, via Alpha3D + Blender MCP. Works with Claude Code, Cursor, and OpenAI Codex.
mcpskill
by ig-shadow-walker Jul 21, 2026 10/10
MCP GitHub
Self-hosted MCP server + dashboard giving Claude Code, Cursor & Hermes agents shared long-term memory over a git-backed markdown vault. Agent-native, Obsidian-compatible second brain — markdown RAG...
mcpgit
by rwnalds Jul 21, 2026 10/10
MCP GitHub
AutoMCP scaffolds your Model Context Protocol config from package.json deps
mcpconfig
by lirantal Jul 21, 2026 5/10
MCP GitHub
MCP server that lets AI agents build, run, inspect, and publish browser extensions. 30 tools for scaffolding, live DOM inspection, log streaming, and store-ready builds across Chrome, Edge, Firefox...
mcp
by extensiondev Jul 21, 2026 7/10
MCP Reddit
Updating store screenshots for every release was the most tedious part of shipping: 6 screenshots x 2 platforms x every language. So the whole thing is now one prompt in Claude Code. The flow: an M...
mcpskillworkflowapigit
by mtbenj1 Jul 21, 2026 10/10
MCP Reddit
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 GitHub
💼 One MCP server to search job boards and company career sites
mcp
by amikai Jul 21, 2026 6/10
MCP GitHub
Native macOS markdown preview + MCP server for Claude Code. Swift/SwiftUI, GFM, Mermaid, syntax highlighting. No Electron.
mcpreview
by paulhkang94 Jul 21, 2026 9/10
MCP GitHub
A memory of the codebase your AI agent can't get from grep: a persistent call graph, semantic search, and per-symbol review learnings over any repo. Self-hosted MCP server — Go, tree-sitter, Apache...
mcpreview
by anatolykoptev Jul 21, 2026 7/10
MCP GitHub
Search and memory across your AI coding sessions — one index over Claude Code, Codex, and Pi. Fuzzy-find and resume from the CLI, give agents recall via MCP, and get usage reports.
mcp
by nicknisi Jul 21, 2026 8/10
MCP GitHub
Codex / Claude Code plugin: use local Grok via MCP — delegate coding, Imagine images, search X
mcp
by anlostsheep Jul 21, 2026 7/10
MCP Reddit
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 GitHub
Melodic Software — Claude Code plugin marketplace: reusable, repo-agnostic skills, hooks, agents, and MCP servers.
mcpskillhook
by melodic-software Jul 21, 2026 10/10
MCP GitHub
Claude Code CLI agent framework — supports Anthropic, OpenRouter, MiniMax, any LLM. Vim mode, persistent Agent Soul, context compression, 19 built-in tools, MCP integration.
mcp
by bandageok Jul 21, 2026 9/10
MCP GitHub
The most comprehensive open-source library of 600+ installable AI agent components: skills, MCP servers, workflows, subagents, hooks, plugins, prompts, and tools. Install via npx. Works with Claude...
mcpskillhookworkflow
by michielhdoteth Jul 21, 2026 10/10
MCP GitHub
Local MCP proxy that governs what AI agents do on your machine. Policy enforcement, audit receipts, hash-chained provenance.
mcp
by rmichaelthomas Jul 21, 2026 5/10
MCP Reddit
submitted by /u/luntrasul9 [link] [comments]
mcphook
by luntrasul9 Jul 21, 2026 7/10
MCP GitHub
Agent profile manager for Claude Code & Codex. Per-directory profiles select which skills, MCP servers, and plugins load — automatically, before launch. Install: npm install -g cue-ai
mcpskill
by opencue Jul 21, 2026 10/10
MCP GitHub
Stdio-to-HTTP Model Context Protocol bridge that exposes the Snapper trading platform as MCP tools in Claude Desktop and Claude Code.
mcp
by mateusz-klatt Jul 21, 2026 7/10
MCP GitHub
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 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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 Reddit
Free native MCP server for Apple's container tool, updated with image tools in v0.2. Brings container management and image operations directly into Claude Code via MCP without external dependencies.
mcpapplecontainersimages
by JeronimoColon Jul 17, 2026 7/10
MCP GitHub
Exposes 14 typed tools for paper search, citation graphs, author profiles, and paper recommendations via the Semantic Scholar API. Available on PyPI and Docker, making it easy to add academic research capabilities to any Claude Code session.
mcpacademicresearchcitations
by smaniches Jul 17, 2026 7/10
MCP GitHub
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
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
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
Hybrid dense + sparse RAG on a local Qdrant backend served as an MCP server to Claude Code and other clients. GPU-accelerated semantic search over your own docs and code, intended as the search companion to vaultspec-core.
mcpragsemantic-searchqdrant
by nevenincs Jul 17, 2026 7/10
MCP GitHub
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 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 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 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
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
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
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
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
An MCP bridge that lets AI agents run headless PowerShell commands on remote Windows hosts. Useful for managing Windows infrastructure or running Windows-specific automation from Linux-based coding agents.
mcpwindowspowershellremotebridge
by GhouI Jul 16, 2026 7/10
MCP GitHub
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
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
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
Scouts sources, compiles wiki articles, generates study frontends, and serves the knowledge base via MCP tools. Installed via the Athanor marketplace for seamless integration with AI agent workflows.
mcpknowledge-basewikiresearch
by vedantggwp Jul 16, 2026 6/10
MCP GitHub
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
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
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
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 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 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 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 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
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
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
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
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
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
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 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
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
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
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
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
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
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
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
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
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
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
An MCP server that lets Claude, Codex, and other MCP clients offload computationally heavy tasks to Google Antigravity (agy CLI / Gemini). Supports unlimited async jobs, live progress tracking, filesystem tools, and model/agent/sandbox controls across platforms.
mcpgoogleantigravityasyncdelegation
by TurkerYakup Jul 15, 2026 5/10
MCP GitHub
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
A local-first Grok MCP server and gateway providing a shared Grok agent for Cursor, Claude Code, VS Code, Codex, and Desktop. Includes xAI API and CLI planes plus a Control Center.
grokmcpgatewaylocal-firstxai
by djtelicloud Jul 13, 2026 6/10
MCP GitHub
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
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
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
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
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 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 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
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
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
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
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 guess you might have experienced this. Claude Code gets your local tests to pass, but when you check the diff, you realise it bypassed your repo layers and left a trail of sloppy coupling. It "wo...
mcpskillhookgit
by RevolverOcelot86 Jul 12, 2026 10/10
MCP GitHub
Autonomous agentic recon pipeline for Claude Code. 90 OSINT capabilities for authorized red-team and bug-bounty. One-click install, 11 skills, optional MCP server.
mcpskill
by Ap6pack Jul 12, 2026 10/10
MCP Reddit
submitted by /u/Mission-Mix-2847 [link] [comments]
mcp
by Mission-Mix-2847 Jul 12, 2026 7/10
MCP GitHub
Delegate heavy dev tasks from Claude Code (Opus) to an autonomous worker on a cheaper model, via MCP
mcp
by EtienneLescot Jul 12, 2026 7/10
MCP GitHub
Claude Code plugin for Veezee: LinkedIn people and company data over MCP, with a professional-research skill.
mcpskill
by veezeehq Jul 12, 2026 9/10
MCP GitHub
An MCP time server that keeps your AI honest about time. Zero-dependency clock + drift guard for Claude Desktop, Claude Code, and claude.ai — local, remote, and hook flavors.
mcphook
by Cocabadger Jul 12, 2026 9/10
MCP Reddit
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
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 GitHub
Claude agent for use with the Mangrove Developer API & MCP Server.
mcpapi
by MangroveTechnologies Jul 12, 2026 8/10
MCP GitHub
RuvNet Brain — a downloadable, source-grounded brain for Claude Code over Reuven Cohen's (rUv's) RuvNet stack: RuVector/RVF, Ruflo, AgentDB, RuLake, SPARC + 21 building blocks. Grounds Claude in re...
mcp
by stuinfla Jul 12, 2026 8/10
MCP GitHub
Run terminal tasks with this AI agent for Google Gemini and Antigravity. Features include MCP support, coding assistance, and cross-platform compatibility.
mcp
by Leeanninsular877 Jul 12, 2026 5/10
MCP Reddit
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
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
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
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 GitHub
Personal AI memory system with CLI, MCP server, Slack bot, and web dashboard inspired by Nate B Jones. Provides a multi-surface memory layer that agents and humans can query and update.
mcpmemoryslackpersonalmulti-surface
by dagonet Jul 12, 2026 7/10
MCP Reddit
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
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 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 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
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
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
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 GitHub
Claude Code MCP로 연결하는 인디 개발자 앱 출시 자동화 콘솔 — CLI + MCP Server (65+ 도구)
mcp
by jeonghwanko Jul 11, 2026 9/10
MCP Reddit
Just working on a 2D sprite game in Godot at the moment. I thought about trying to create a 3D game with Unreal. But even with the latest 5.8 version of UE and the MCP that is now available.. thing...
mcp
by ohnoitsbobbyflay Jul 11, 2026 5/10
MCP GitHub
RestoPromt (Açık Kaynak) — Claude Code için prompt paylaşım platformu: Next.js 16, Drizzle + Neon, Auth.js v5, Cloudflare Workers + MCP sunucusu
mcp
by system-conf Jul 11, 2026 7/10
MCP Reddit
I’m considering buying a new Mac, maybe a Mac mini, and using it as a dedicated machine for all of my AI development projects. I’m curious how people with mature AI coding setups handle both backup...
mcpworkflowapigitdockerpython
by Yann27 Jul 11, 2026 10/10
MCP Reddit
My first ever mcp server that lets you drop your raw screenshots in a folder and say "create App Store mockups for these." Claude analyzes your app's colors, proposes themes and captions, waits for...
mcpcommandreview
by rishabh9012 Jul 11, 2026 7/10
MCP Reddit
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 GitHub
Turn MCP servers, OpenAPI specs, or GraphQL endpoints into efficient CLIs at runtime with zero code generation and minimal token use.
mcpapi
by Paulinehot583 Jul 11, 2026 6/10
MCP Reddit
Auditing my claude code transcripts to nail down where I am wasting Fable usage, revealed that long sessions that I run with breaks have been costing me a bomb. Sharing more details for others who ...
mcpapi
by coolreddy Jul 11, 2026 9/10
MCP GitHub
Live data for AI agents — search, research, markets, crypto, X/Twitter. Pay-per-call via x402 micropayments.
mcp
by BlockRunAI Jul 11, 2026 5/10
MCP Reddit
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 GitHub
Hermes Agent Production Knowledge Repository — 406+ repos, AI Agent Marketplace, MCP servers, autonomous AI agent patterns. Production-tested from 1,200+ hours of ops. Updated daily.
mcp
by CorpusIQ Jul 11, 2026 7/10
MCP Reddit
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
Best MCP Server Testing & Evaluation Toolkit 2026 – Token Cost Analysis & Visual Reports
mcptesting
by Abderrahmane-msd Jul 11, 2026 6/10
MCP GitHub
Yandex 360 toolkit — Tracker, Wiki & Forms via CLI, MCP server, Python SDK & Claude Code plugin ✨
mcppython
by bim-ba Jul 11, 2026 9/10
MCP GitHub
Claude Code plugins and MCP servers — Evonest, Distill, Solera, metang, and more
mcp
by noory-code Jul 11, 2026 9/10
MCP GitHub
Vaaya MCP server — pay-per-call agent superpowers: media & video generation, product demo videos, web search & scraping, deep/market research, GTM & sales enrichment, code sandboxes, browser automa...
mcpapiautomation
by vaaya-ai Jul 11, 2026 7/10
MCP GitHub
Store and retrieve agent memory in Markdown files with search, context injection, checkpoints, and compaction — no database needed.
memorymarkdownsearchcompactioncontext-injection
by Defiladeboarfish90 Jul 11, 2026 7/10
MCP GitHub
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
Injects project context at session start, stores architectural decisions, and recalls preferences. Works with Claude Code, Cursor, Windsurf, OpenCode, Kimi, and Codex.
memorymcpcontext-injectionarchitectural-decisionspreferences
by oxHive Jul 11, 2026 7/10
MCP GitHub
Semantic search and call-graph resolution across your codebase for AI-driven code reviews. Reduces tokens needed for code review by giving agents a structural map of the code.
code-reviewknowledge-graphsemantic-searchcall-graphtoken-efficient
by n24q02m Jul 11, 2026 7/10
MCP GitHub
Search code by business intent (@intent, @domainRule) without vector embeddings. Built for microservice architectures via MCP, enabling natural-language code navigation.
code-retrievalbusiness-intentmcpmsavectorlesssearch
by tae2089 Jul 11, 2026 7/10
MCP GitHub
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 GitHub
Diagnostics, navigation, and validation for .circleci/config.yml files, powered by the official circleci-yaml-language-server. Reduces CI config errors in Claude Code workflows.
circlecilspyamlci-cdvalidation
by CIRCLECI-GWP Jul 11, 2026 7/10
MCP GitHub
Screen a topic, draft it, and verify every citation and claim against live web sources. Works with Claude, Gemini CLI, Cursor, and any MCP-compatible app.
researchfact-checkingcitationsmcpweb-verification
by vibhorxpandey Jul 11, 2026 7/10
MCP Reddit
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
Scans dependencies on commit, searches packages for vulnerabilities, analyzes exploits, and proposes fixes. Integrates directly into Claude Code for continuous security scanning.
securityvulnerabilitydependenciesscanningmcp
by Vulnetix Jul 11, 2026 8/10
MCP GitHub
40x faster keyframe skim, scene-aware extraction, deictic detection, and duplicate deduplication. Supports YouTube, TikTok, Instagram, and 1800+ video sites.
videovisionmultimodalyoutubekeyframesmcp
by thecodingcamel Jul 11, 2026 8/10
MCP GitHub
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
Full-featured terminal control for AI agents with 67 MCP tools. macOS, Linux, and Windows, local-first, free, MIT licensed.
terminalmcpautomationlocal-firstcross-platform
by zhitongblog Jul 11, 2026 8/10
MCP GitHub
Citation-backed Q&A, audio/video/content generation, and multi-account rotation via MCP. Works with Claude Code, Codex, Cursor, n8n, Zapier, and Make.
notebooklmgooglemcpresearchcitations
by roomi-fields Jul 11, 2026 8/10
MCP GitHub
Cross-session memory, self-improving skill loops, and inter-agent signaling — all via one local MCP server. Works across Claude Code/Desktop, Codex, Gemini, Copilot, and VS Code.
memorymulti-agentshared-brainmcpinter-agent
by po4erk91 Jul 11, 2026 8/10
MCP GitHub
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
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
Auto-captures Q&A, commits, docs, and code into one searchable local index with Korean/English support. Provides BM25 + semantic hybrid search across the entire shared memory.
memorysearchhybrid-searchbm25semanticknowledge-base
by curiohunter Jul 11, 2026 8/10
MCP GitHub
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 plugin that auto-detects .venv and routes to pyright, ty, or pyrefly — no Claude Code restart needed. Handles multiple Python type-checkers transparently.
pythontype-checkinglsppyrightplugin
by K-dash Jul 11, 2026 8/10
MCP GitHub
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
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
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
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
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
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
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
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 GitHub
SQLite-backed MCP server giving AI coding agents a shared-state bus — context sections, handoffs, activity, and FTS5 recall across Claude Code, Codex, and Claude.ai.
mcp
by saagpatel Jul 10, 2026 10/10
MCP Reddit
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 GitHub
DrissionPage MCP Server · Browser automation for Claude Code, Codex, and MCP clients
mcpautomation
by jumodada Jul 10, 2026 9/10
MCP Reddit
This is obviously assuming that anybody can actually tear themselves away from jamming prompts into Fable a million miles an hour to actually read Reddit. I mean, what are you doing here? So yeah, ...
mcpskillapi
by thingygeoff Jul 10, 2026 10/10
MCP GitHub
AKB — Agent Knowledgebase. Organizational memory for AI agents: vault-scoped docs / tables / files unified by URI graph, served over MCP.
mcp
by dnotitia Jul 10, 2026 5/10
MCP Reddit
submitted by /u/DetectiveMindless652 [link] [comments]
mcp
by DetectiveMindless652 Jul 10, 2026 10/10
MCP GitHub
Accountable memory for AI agents — it forgets on purpose, says "I don't know" when unsure, and flags its own contradictions. Local-first · MCP · MIT.
mcp
by cdeust Jul 10, 2026 5/10
MCP GitHub
Image and video understanding + generation for AI agents -- across Gemini, OpenAI, and Grok.
mcp
by n24q02m Jul 10, 2026 5/10
MCP GitHub
macOS Calendar & Reminders MCP server (29 tools) — native Swift EventKit for Claude Desktop & Code. Events + reminders CRUD, recurring, batch ops, conflict & duplicate detection, per-event timezone...
mcp
by PsychQuant Jul 10, 2026 8/10
MCP GitHub
MCP server for multi-IDE AI agents — server-side gates for shared state, rule drift, and lost updates that AI can't bypass
mcp
by Paul-hengChen Jul 10, 2026 7/10
MCP GitHub
MCP server that lets Claude (or any MCP client) delegate tasks to Google's Antigravity desktop app. Built for Intel Macs Antigravity's own CLI doesn't support.
mcp
by presidentrice Jul 10, 2026 7/10
MCP GitHub
Slack MCP server for Claude Code, GitHub Copilot, Cursor, JetBrains, and any MCP-compatible client. Morning recaps, decision detection, multi-channel digests.
mcpgit
by velesnitski Jul 10, 2026 9/10
MCP GitHub
See what your AI agent actually knows — an interactive map of your plugins, skills, hooks, and MCP servers, what references what, and what fires on a prompt. Zero dependencies.
mcpskillhook
by galaxyuliana Jul 10, 2026 10/10
MCP GitHub
Roblox Studio skill and local MCP bridge for Claude Code, Codex, and other coding agents.
mcpskill
by ShiroKSH Jul 10, 2026 10/10
MCP GitHub
Local-first multilingual MCP memory for Codex and Claude Code: Qdrant + Ollama bge-m3 hybrid search, curation tools, auto-recall/capture, import/export, backups, and a cross-platform tray. No Docke...
mcpdocker
by mclaut Jul 10, 2026 7/10
MCP Reddit
Hey everyone, I’m an automation engineer, mostly working with TypeScript/Playwright within VS Code. Recently, I’ve been diving deeper into how different AI integrations change our efficiency, and...
mcpcommandworkflowtypescriptautomationtesting
by oymra Jul 10, 2026 5/10
MCP GitHub
MCP server for App Store Connect — rebalance subscription prices across ~175 countries via Purchasing Power Parity, schedule per-territory price changes, manage subscriptions from a chat.
mcp
by akoskomuves Jul 10, 2026 6/10
MCP GitHub
Open registry of community-contributed AI coding skills (SKILL.md files) — daily-synced to skills-hub.ai. Install across Claude Code, Cursor, Codex CLI, Windsurf, Copilot, and any MCP-compatible to...
mcpskillcommand
by tinh2 Jul 10, 2026 9/10
MCP GitHub
MCP server for Substack — read posts, manage drafts. No publish or delete by design.
mcp
by conorbronsdon Jul 10, 2026 6/10
MCP GitHub
Nika plugin marketplace — the nika-authoring skill + MCP oracle for Codex and Claude Code · install: codex/claude plugin marketplace add supernovae-st/nika-agents
mcpskill
by supernovae-st Jul 10, 2026 10/10
MCP GitHub
Track Claude Pro/Max usage with an MCP server that shows session limits, weekly limits, model breakdowns, and extra credits without config
mcpconfig
by tixitoxay Jul 10, 2026 8/10
MCP GitHub
Connect Claude Code to WeChat channels for message sync, session replies, and full tool access via MCP
mcp
by lalitnagda1717 Jul 10, 2026 7/10
MCP GitHub
🎯 Loadout — profile your project and gear up Claude Code with the right skills, MCP servers & hooks, in one command. A recommender + installer, not a list you read.
mcpskillhookcommand
by sukoji Jul 10, 2026 10/10
MCP GitHub
AI-driven architecture browser: MCP server + desktop app. Claude Code, Codex & other AI agents explain your codebase with guided walkthroughs, diagrams and visual artifacts. Read-only, local-first....
mcp
by Plaintext-Gmbh Jul 10, 2026 10/10
MCP GitHub
Agentic SWMM is an automated, auditable, and memory-informed framework for reproducible stormwater modelling, integrating QGIS and EPA SWMM through the aiswmm runtime, reusable Skills, and MCP inte...
mcpskillworkflow
by Zhonghao1995 Jul 10, 2026 10/10
MCP Reddit
Anthropic's Fable 5 runs my agent fleet, and I had it write down the discipline behind how — the thing that keeps its context window tiny while sessions that skip it drown in their own file reads. ...
mcpskillgitreview
by AccomplishedLab3697 Jul 10, 2026 10/10
MCP GitHub
Local-only knowledge graph of your codebase for Claude Code — Tree-sitter + SQLite + MCP, zero network calls ever
mcp
by mohansagark Jul 10, 2026 7/10
MCP Reddit
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 GitHub
Browser control + dev-server logs on one correlated timeline — an MCP server with a headless (stdio) mode and an Electron cockpit. Built for AI agents.
mcp
by vincentvella Jul 10, 2026 7/10
MCP GitHub
Collapse MCP servers into 2 tools: search and execute, cutting tool schemas and token use for faster agent setup
mcp
by afiabatool067-png Jul 10, 2026 8/10
MCP GitHub
Your codex login → a full ChatGPT Plus/Pro account (every model, deep research, image gen, code exec) inside Claude Code, Codex & any MCP client. One-line install.
mcp
by robotlearning123 Jul 10, 2026 8/10
MCP GitHub
Claude Code & Codex skills for AI reports, decks and client sharing: publish agent-made research as live tracked web reports, recurring client reports, view-tracked proposals and slide decks via th...
mcpskill
by dashaworks Jul 10, 2026 10/10
MCP Reddit
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 GitHub
MCP server to search Skillselion's curated directory of Claude Code skills, MCP servers & plugin marketplaces, ranked by installs and GitHub stars.
mcpskillgit
by skillselion Jul 10, 2026 10/10
MCP Reddit
I’ve been using Claude Code as my primary coding tool for a while now, and as my projects grew, I found myself running more and more agents in parallel. The problem wasn’t Claude Code—it was everyt...
mcphookworkflowapigit
by _Bad-Beast_ Jul 10, 2026 10/10
MCP GitHub
A Claude Code plugin: an E2E browser-test skill pipeline (author, refine, compile, and run Playwright tests via Playwright MCP).
mcpskill
by Autodesk Jul 10, 2026 9/10
MCP GitHub
ROS plugin for OpenClaw, Claude (Code,Desktop,Dispatch), Codex, Google Gemini, Hermes, MCP, etc.
mcp
by agenticros Jul 10, 2026 6/10
MCP GitHub
Windows tmux alternative for AI agents — split terminals for Claude Code, Codex, Gemini CLI with MCP browser automation. No WSL required.
mcpautomation
by openwong2kim Jul 10, 2026 8/10
MCP GitHub
Pre-merge and pre-install trust checks for AI-agent skills and MCP configurations. Scan capabilities, detect risky changes, and block unapproved agent behavior in CI.
mcpskillconfig
by charliechenye Jul 10, 2026 8/10
MCP GitHub
AI Client for chat, RAG, plans, MCP tools, and agents with multi-provider model support. ⭐ Star this repo if you find it useful!
mcp
by askimo-ai Jul 10, 2026 5/10
MCP Reddit
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 GitHub
MCP server that gives Claude Code the rationale behind a symbol before editing - synthesized from git history, PRs, and call-graph context.
mcpgit
by mtrdesign Jul 9, 2026 9/10
MCP Reddit
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
Webasyst MCP Server 2026: AI Tools for Apps, Plugins & Themes
mcp
by amit491k-del Jul 9, 2026 6/10
MCP GitHub
A pytest-based API testing framework for the TMDB REST API, showcasing modern SDET: end-to-end integration tests, Pact contract validation, Dockerized parallel runs, Kubernetes-based local runs, Gi...
mcpapigitdockertesting
by pgundlupetvenkatesh Jul 9, 2026 7/10
MCP GitHub
TickTick CLI Mastery 2026 - Ultimate Task Manager, MCP & Skill Hub
mcpskill
by sreypovrupp Jul 9, 2026 6/10
MCP GitHub
A gated MCP server that lends your coding agent a second brain — Fable, MiniMax, Gemini, GLM, DeepSeek & Ollama as external reasoning, fanned into councils and relayed into chains.
mcp
by baggybin Jul 9, 2026 7/10
MCP GitHub
🏆 Curated, ranked list of AI agent harnesses (100+) — plus an MCP server, llms.txt & JSON so agents can recommend them too. Rescored weekly.
mcp
by RyanAlberts Jul 9, 2026 7/10
MCP GitHub
Connect AI coding agents to Lark docs, messages, calendar, and bitable with one command using Lark’s official MCP
mcpcommand
by kristencacogenic360 Jul 9, 2026 5/10
MCP Reddit
If you run Claude Code on large codebases, you probably noticed how quickly it burns through context tokens and API costs. Because Claude lacks a persistent map of the repository, it frequently fal...
mcpapireview
by RevolverOcelot86 Jul 9, 2026 9/10
MCP GitHub
Roslyn code intelligence for AI coding agents, over MCP. Navigate C# by structure — symbols, references, call graphs, surgical edits — for 81% fewer tokens than reading files. Works with Claude, Cu...
mcp
by Atypical-Consulting Jul 9, 2026 6/10
MCP GitHub
HeyClaude is a curated registry and distribution surface for Claude and AI-workflow assets: agents, MCP servers, skills, commands, hooks, rules, guides, tools, jobs, Raycast feeds, static data expo...
mcpskillhookcommandworkflow
by JSONbored Jul 9, 2026 10/10
MCP GitHub
Never stop coding. Free AI gateway: one endpoint, 231+ providers (50+ free), connect Claude Code, Codex, Cursor, Cline & Copilot to FREE Claude/GPT/Gemini. RTK+Caveman stacked compression saves 15-...
mcpapi
by diegosouzapw Jul 9, 2026 7/10
MCP GitHub
Governed AI coding on Claude Code: tiered pipelines, audit skills, MCP server. Claude generates, your team decides.
mcpskill
by marcoguillermaz Jul 9, 2026 10/10
MCP Reddit
submitted by /u/Acostatlogic [link] [comments]
mcp
by Acostatlogic Jul 9, 2026 7/10
MCP GitHub
TLS-intercepting HTTP tracer for Claude Code — captures every API call (messages, OAuth, usage/credits, MCP) with a live categorized web UI
mcpapi
by thevibeworks Jul 9, 2026 7/10
MCP GitHub
One command. Every AI app. Install and configure MCP servers across 19 applications - from Claude Desktop to VS Code to Cursor. 3k+ servers ready, with automatic config generation for JSON, JSONC, ...
mcpcommandconfig
by RodrigoTomeES Jul 9, 2026 8/10
MCP GitHub
A curated list of AI resources, tools, MCP servers, agents, and skills for Adobe Experience Manager (AEM) and Edge Delivery Services (EDS)
mcpskill
by narendragandhi Jul 9, 2026 9/10
MCP Reddit
SoloDev here (doing this outside of my 9-5); I've decided to start shipping instead of remaining in a state of perpetual build. I'm shipping the tool I use most in my own work: Img-forge. Link is h...
mcpapi
by texo_optimo Jul 9, 2026 10/10
MCP Reddit
submitted by /u/keezxo [link] [comments]
mcp
by keezxo Jul 9, 2026 7/10
MCP GitHub
One local source for the MCP servers, tools, and memory your AI coding agents share, synced into each tool's native config with a review gate and a receipt for every change. No daemon, no lock-in.
mcpconfigreview
by escoffier-labs Jul 9, 2026 8/10
MCP GitHub
Capture a logged-in browser task once — replay it forever at zero LLM tokens. Local-first browser-automation MCP for Claude Code, Cursor & any MCP host; credentials never leave your machine.
mcpautomation
by LeonTing1010 Jul 9, 2026 7/10
MCP GitHub
Architectural Decision Records over MCP — search, author, validate, link, and trace decisions on disk. Works with Claude, Cursor & Copilot.
mcp
by Atypical-Consulting Jul 9, 2026 5/10
MCP GitHub
Telegram for AI agents -- messages, chats, media, and contacts across both bot and full user-account modes.
mcp
by n24q02m Jul 9, 2026 5/10
MCP GitHub
Convert AI coding sessions between Claude Code, Codex, OpenCode, Zed, Aider, Gemini CLI, Cursor, Cline & more — lossless, round-trip tested. MCP server + CLI.
mcp
by Kaseban Jul 9, 2026 9/10
MCP GitHub
Control what your AI can see. LeanCTX (Lean Context) is the context intelligence layer for AI agents — one local Rust binary that decides what they read, remembers what they learn, guards what they...
mcp
by yvgude Jul 9, 2026 5/10
MCP GitHub
Scan AI agent skills, plugins, and MCP servers for malicious code before installation - one scan, every agent (Claude Code, Codex, Gemini, Hermes, OpenClaw). Powered by cisco-ai-skill-scanner.
mcpskill
by elliottwaves-20 Jul 9, 2026 10/10
MCP GitHub
Chrome Bridge: MCP server for browser automation via Chrome extension (ChromeOS/Crostini)
mcpautomation
by frsorrentino Jul 9, 2026 6/10
MCP GitHub
Enhance Claude Code CLI with undo, safety hooks, session resume, effort control, MCP tools, and multilingual i18n
mcphook
by Caseous-kerrcell366 Jul 9, 2026 9/10
MCP GitHub
Build Meshy 3D agent skills to generate, texture, rig, animate, and prep 3D models for print without an MCP server
mcpskill
by Laic-parsiism709 Jul 9, 2026 9/10
MCP GitHub
Learn Claude and Claude Code best practices for skills, MCP tools, and agentic workflows in one living guide
mcpskillworkflow
by Priyamo4482 Jul 9, 2026 10/10
MCP Reddit
submitted by /u/artokun [link] [comments]
mcp
by artokun Jul 9, 2026 5/10
MCP GitHub
KnowMine Claude Plugin 2026: Semantic Knowledge Base for AI MCP Workflows
mcpworkflow
by Atroflixzz Jul 9, 2026 5/10
MCP GitHub
Local context-control plane for AI coding agents: select evidence, compress recoverably, keep caches hot, and verify answers. MCP/proxy/SDK for Cursor, Claude Code, Codex, and Aider.
mcp
by juyterman1000 Jul 9, 2026 8/10
MCP GitHub
Connect LINE to Claude Code with an MCP server for DMs, group chats, media downloads, and image replies
mcp
by coreyunfastened552 Jul 9, 2026 9/10
MCP GitHub
Restore and run Claude Code source with full native modules, types, and internals for local use and MCP mode
mcp
by aymannaim822-create Jul 9, 2026 9/10
MCP GitHub
Universal control system for coding agents: shared memory, cross-project handoffs, research management, and MCP + Obsidian dashboards across products and repos.
mcp
by ahmedtawfeeq1 Jul 9, 2026 5/10
MCP Reddit
TLDR: I work with weird SDKs and APIs and I am tired of repeating myself when using Claude Code, give me your best tips, suggestions and references on how to create a plugin with Skills and Agents ...
mcpskillhookapireview
by TastyIndependence956 Jul 9, 2026 10/10
MCP GitHub
Vizier - the decision-making brain of an agentic-trading stack. A Claude Code skill that researches, decides, remembers and orchestrates trades across US stocks/ETFs (IBKR) and crypto spot (CCXT), ...
mcpskill
by pedrobraiti Jul 9, 2026 10/10
MCP GitHub
The local-first, agent-native control plane for ComfyUI — MCP server + Claude Code plugin. 108 tools, 29 AI skills (Flux · WAN · LT2.3 · Qwen · Ideogram4 · Krea2). Author & run workflows, edit your...
mcpskillworkflow
by artokun Jul 9, 2026 10/10
MCP GitHub
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 60-95% fewer tokens, same answers. Library, proxy, MCP server.
mcp
by headroomlabs-ai Jul 9, 2026 6/10
MCP Reddit
You might have experienced that when you asked a simple web lookup query, it spawned 100s of agents to do DEEP RESEARCH, and every time your AI agent opens a documentation page, there's a good chan...
mcpgit
by intellinker Jul 9, 2026 8/10
MCP GitHub
Claude Code CLI 2026 Pro Edition – Next-Gen AI Development Workflow Tool
mcpworkflow
by ALKwbfkAgbfcAGIB Jul 9, 2026 7/10
MCP GitHub
⚡ 2026 SEO Audit & Content Agent – Claude for SE Ranking MCP
mcpskill
by Mary2241 Jul 9, 2026 8/10
MCP Reddit
The honest numbers first, because that's the rule I built this thing under: through 2025 my system ran roughly even with SPY, at about one-third less max drawdown. The full 2017–2026H1 backtest sho...
mcp
by CaseLivid4116 Jul 9, 2026 8/10
MCP GitHub
MCP Server with RouterOS docs + commands + products + changelogs, using SQLite-as-RAG, sourced from MikroTik
mcpcommand
by tikoci Jul 9, 2026 6/10
MCP GitHub
🧠 A self-hosted AI exobrain. Claude Code wired into 50+ skills, launchd watchers, and MCP servers, fusing voice transcripts, handwritten notes, calendar, tasks, and health data into one always-on a...
mcpskill
by BaesTheorem Jul 9, 2026 10/10
MCP GitHub
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
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
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
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
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
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
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
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
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
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
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
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
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
A curated collection of production-tested MCP servers for Claude Code, covering common integrations and tools with notes on reliability and usage patterns from real-world use.
MCPcuratedproductionClaude Code
by keenanunequivocal81 Jul 8, 2026 6/10
MCP GitHub
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
A self-hosted persistent memory MCP server for Claude Code using n8n + PostgreSQL + pgvector. No cloud required — provides semantic search over stored memories for relevant context retrieval.
MCPmemoryself-hostedpgvector
by getzikra Jul 8, 2026 7/10
MCP GitHub
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 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 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 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
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
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
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
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
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
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
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 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
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
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
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
I'm a designer, not a developer. I've been using Claude Code for a few weeks, lurking here, reading about AI changing everything, and kind of Just wondering where I fit in all of it. Somewhere alon...
mcphookworkflowconfig
by Lopsided_Bass9633 Mar 19, 2026 10/10
MCP Reddit
Built entirely with Claude Code (vibe-coded, no team). Free to use, no paid tier. The idea: What if AI models could debug each other's answers? Example: I asked about a Rust service that segfaults ...
mcpconfig
by Think-Science-6115 Mar 19, 2026 9/10
MCP Reddit
I built NotifyHub using Claude Code as my coding partner throughout the entire process — from architecture design to implementation of all 23 channel integrations. Claude helped me write the channe...
mcpgitdockerconfigreview
by karmamena Mar 19, 2026 10/10
MCP Reddit
I built this entirely using Claude Code (Opus). The whole project — Express backend, React frontend, 20+ scanner modules, 1,150 tests — was written through Claude Code sessions. It's also built spe...
mcpcommandworkflowgitconfig
by Alive-Wedding-1792 Mar 19, 2026 10/10
MCP Reddit
I was using Claude to plan trips and the experience was great, until I had to copy everything into a travel app manually. Change one thing, go back to Claude, paste the updated plan. Over and over....
mcpdockerconfig
by Kira_93nk Mar 19, 2026 10/10
MCP Reddit
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 GitHub
Automate and accelerate complex projects. Consistent and structured. MCP server, Claude Skill, and CLI.
mcpskill
by ecorkran Mar 19, 2026 9/10
MCP Reddit
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
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 GitHub
Open source MCP search server for Claude Code. Replaces WebSearch + WebFetch.
mcp
by andresfortunato Mar 19, 2026 7/10
MCP Reddit
NotebookLM is great for grounding AI responses in your own documents, but it only works natively with Gemini. If you want to use it with Claude, you need an MCP server. I forked Gérôme Dexheimer's ...
mcpgit
by P_VT_MAP Mar 19, 2026 7/10
MCP GitHub
MCP server and Claude plugin for Postgres skills and documentation. Helps AI coding tools generate better PostgreSQL code.
mcpskill
by timescale Mar 19, 2026 9/10
MCP Reddit
I am one of the people who built Permit MCP Gateway. There is a free tier, plus paid tiers for larger deployments. Claude Code gets useful fast once you give it real MCP access. The gap is that aut...
mcpapigitconfig
by Permit_io Mar 19, 2026 10/10
MCP Reddit
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
It’s free to take the quiz and try. Let me know what you think and how to make it better! AI has always been good at remembering you, it should know you too. submitted by /u/jroo4u [link] [comments]
mcp
by jroo4u Mar 19, 2026 5/10
MCP Reddit
# I built an MCP server that stops Claude Code from repeating the same mistakes If you use Claude Code daily, you've hit these: New session, Claude has zero memory of what you established yesterday...
mcpgit
by eazyigz123 Mar 19, 2026 9/10
MCP Reddit
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
Hello everyone :) I just had a friend try to add a custom connector but he doesn't see the "add custom connector" anywhere not in the settings and not directly via "customize" And according to thei...
mcp
by FreidenkerCH Mar 19, 2026 6/10
MCP Reddit
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
Disclosure: I built this, the framework the traits are mapped onto, as well as the whole system. The core question was: can you take a psychometric profile and turn it into an LLM system prompt tha...
mcp
by trulytealy Mar 19, 2026 7/10
MCP GitHub
Memory for AI agents. Give your agents persistent context across conversations. MCP server + CLI.
mcp
by michielhdoteth Mar 19, 2026 7/10
MCP Reddit
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
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
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 GitHub
A Git intelligence MCP server built with Node.js and TypeScript that analyzes local Git repositories to surface insights like hotspots, churn, temporal coupling, knowledge maps, and risk scoring. D...
mcpgittypescript
by hoangsonww Mar 19, 2026 7/10
MCP GitHub
ADHD accessibility tool: Claude Code hooks + Henchman MCP to proactively surface Slack items you might have missed
mcphook
by redaphid Mar 19, 2026 9/10
MCP GitHub
Custom launcher for Claude Code, supporting dynamic prompts, layered configuration and easy custom hooks and MCPs.
mcphookconfig
by 3rd Mar 19, 2026 10/10
MCP Reddit
I was at the airport last week and paid $12 for a Bud Light. Naturally, I spent an hour reading about why airport beer is so expensive. I would have loved to put this information out somewhere, so ...
mcp
by ElectronicUnit6303 Mar 19, 2026 7/10
MCP GitHub
Rust library wrapping 12 AI CLI tools as pluggable LLM providers — with OpenAI API client, ACP headless mode, agent loop, MCP server, and OpenAI-compatible REST API
mcpapi
by dravr-ai Mar 19, 2026 7/10
MCP Reddit
submitted by /u/satoshimoonlanding [link] [comments]
mcp
by satoshimoonlanding Mar 19, 2026 7/10
MCP Reddit
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
I started with a local MCP connecting Claude Desktop to my project files. It worked, but I wanted something shareable, so I started building a GitHub App plus MCP server to sync everything through ...
mcpgit
by corenellius Mar 19, 2026 10/10
MCP Reddit
submitted by /u/Novel-Toe1483 [link] [comments]
mcp
by Novel-Toe1483 Mar 19, 2026 5/10
MCP Reddit
I started running into this error about two hours ago, where all the conversations that I start with Claude make some progress and very quickly run into the “interrupted by user” message on some su...
mcp
by StealthHikki2 Mar 19, 2026 7/10
MCP Reddit
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
Hello folks, I've been lurking around for a while now, reading about how "AI is changing everything" and honestly not knowing what that really means. So I just started building stuff. Slowly. Mostl...
mcphookconfig
by Lopsided_Bass9633 Mar 19, 2026 10/10
MCP GitHub
Persistent memory and knowledge graph for AI agents via MCP — PostgreSQL + pgvector + Ollama
mcp
by vicquick Mar 19, 2026 5/10
MCP Reddit
Hey everyone, I wanted to share a framework my team at 2edge AI and I have been building called MCP/U (Model Context Protocol for Microcontrollers). The Problem: Bridging the gap between AI agents ...
mcpapigitautomation
by Alert_Anything_6325 Mar 19, 2026 6/10
MCP Reddit
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 GitHub
Multi-agent orchestration plugin for Claude Code — 9 agents, 3 hooks, 3 MCP servers. Sisyphus orchestrator auto-delegates to specialist subagents.
mcphook
by sehoon787 Mar 19, 2026 10/10
MCP GitHub
Multi-agent orchestration plugin for Claude Code — hooks, agents, skills, and MCP servers
mcpskillhook
by UtsavBalar1231 Mar 19, 2026 10/10
MCP Reddit
I have a very specific stack with certain MCP servers, skills, and tools available. I want to make it available to my friends but without any disk access and stuff like that. Are there any tools th...
mcpskill
by noduslabs Mar 19, 2026 10/10
MCP GitHub
MCP server for Trello project management
mcp
by musictechlab Mar 19, 2026 6/10
MCP Reddit
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
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
submitted by /u/phoneixAdi [link] [comments]
mcpskill
by phoneixAdi Mar 19, 2026 7/10
MCP Reddit
An MCP server for Reddit that lets Claude Code research community discussions before implementing solutions. Install in one command and query subreddits, posts, and comments directly from your coding session.
mcpredditresearchcommunitydiscovery
by karanb192 Mar 19, 2026 8/10
MCP Reddit
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
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
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
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
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
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
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
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
MCP Server for Oracle APEX 24.2 that lets Claude Code create, inspect, and modify APEX applications through natural language commands without writing PL/SQL by hand.
mcporacleapexdatabaseenterprise
by TechFernandesLTDA Mar 19, 2026 7/10
MCP GitHub
A plugin marketplace for Wire featuring persistent memory, context management, and more for Claude Code. Provides a structured ecosystem of installable plugins extending Claude Code capabilities.
pluginsmarketplacememorycontext-managementwire
by usewire Mar 17, 2026 5/10
MCP GitHub
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
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
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
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
MCP server giving Claude access to structured AI regulation data covering EU AI Act, Colorado AI Act, California ADMT, NYC LL-144, and 11 more. Install via npx and ask compliance questions in natural language.
mcpcomplianceregulationeu-ai-actlegal
by dksmith01 Mar 17, 2026 6/10
MCP Reddit
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 Reddit
Connects Claude Code and Claude.ai through a custom MCP server on a private VPS that ingests Obsidian vault notes. Gives Claude persistent memory from a personal knowledge base across every session.
obsidianvpsmemorymcpknowledge-basepersistence
by willynikes Mar 17, 2026 7/10
MCP Reddit
Automatically tests any MCP server for protocol compliance, security vulnerabilities, and performance. Addresses growing security concerns as MCP adoption increases, providing a standardized certification CLI.
mcpsecuritytestingclicomplianceperformance
by cumminghippo Mar 17, 2026 7/10
MCP GitHub
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 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
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
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 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
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
An MCP server enabling Claude to answer "what does Reddit think about X?" questions directly. Built because of repeated manual copy-pasting of Reddit threads. Now at 424 GitHub stars and 76K npm downloads.
mcpredditsearchcommunitypopular
by karanb192 Mar 17, 2026 8/10
MCP Reddit
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
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
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
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
An MCP server providing semantic search over 10,000+ tools from brew, npm, pip, and cargo. When you say "compress these PNGs," Claude finds the right tool automatically instead of hallucinating a solution.
mcptoolsdiscoverysemantic-searchpackage-managers
by Significant-Car-95 Mar 17, 2026 8/10
MCP Reddit
An open-source MCP tool that enables Claude Code to request a second opinion from ChatGPT on code architecture or implementation choices. Enables multi-model review workflows within a single Claude Code session.
mcpchatgptreviewmulti-modelfeedback
by LastNameOn Mar 17, 2026 7/10
MCP Reddit
An MCP server that provides persistent memory for Claude Code while also scanning for secret patterns (API keys, credentials) and blocking them before they reach the LLM context. Combines memory and security in one server.
mcpmemorysecuritysecretsprevention
by crashdoccorbin Mar 17, 2026 8/10
MCP Reddit
A secrets management MCP server for Claude Code providing audit logs of what secrets were accessed and when, granular access policies, and encryption. Addresses the lack of built-in secrets governance in Claude Code.
mcpsecretsvaultauditsecurity
by Substantial_Word4652 Mar 17, 2026 8/10
MCP GitHub
The most token-efficient MCP server for GitHub source code exploration. Uses tree-sitter AST parsing to answer questions about code structure, symbols, and dependencies without loading entire files.
mcpgithubasttree-sittercode-exploration
by jgravelle Mar 17, 2026 8/10
MCP Reddit
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
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
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
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
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
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 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
We've been using Claude Code (with local models) with our Postgres databases honestly it's been a game changer for us but we kept noticing the same thing, it queries `information_schema` a bunch of...
mcpgitconfig
by Eitamr Mar 16, 2026 10/10
MCP Reddit
spoiler alert: i've just used it and feel like i'm building the right thing, but i'm biased so i want to hear what others think. a few months ago i started thinking what product analytics could loo...
mcpconfig
by 7mo8tu9we Mar 16, 2026 10/10
MCP Reddit
Built daub.dev — a system where Claude drives an MCP server to produce styled, interactive HTML UI components without any build step. The setup: Claude connects to the MCP server, calls a generate_...
mcp
by LateDon Mar 16, 2026 8/10
MCP Reddit
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
Hi everyone! The AI is changing the SaaS landscape forever, but it doesn't mean they have to "die", instead, more and more integration will be very beneficial : ) I am an indie hacker and co-founde...
mcpapiconfig
by ikoichi2112 Mar 16, 2026 10/10
MCP GitHub
feishu-mcp-skill:
mcpskill
by anilpixel Mar 16, 2026 6/10
MCP Reddit
Been playing with Claude's remote MCP custom connectors and ended up building something genuinely useful — so sharing here. The idea: a tiny Python MCP server that takes a screenshot of your deskto...
mcpgitpythonconfig
by Naive_Ad_5791 Mar 16, 2026 9/10
MCP Reddit
If you’ve tried connecting Claude Code to Figma the "official" way, you’ve probably hit the same wall I did: the best features are locked behind a paid Dev Mode subscription, or you're capped at 6 ...
mcpcommandapiautomationconfig
by Exact_Pen_8973 Mar 16, 2026 10/10
MCP GitHub
🤖 Enable AI code generation using the Code Execution MCP Server, integrating large language models with the Model Context Protocol for seamless tool use.
mcp
by Jame0077 Mar 16, 2026 6/10
MCP Reddit
When I'm done with planing, Claude offers me the option to clear the context before running the plan (meaning it will just keep the plan itself and not all the context which led to it). But since C...
mcpskillclaude.md
by Prestigious_Race_636 Mar 16, 2026 9/10
MCP GitHub
🛠️ Simplify codebase queries with AmanMCP—your local RAG solution. Enjoy zero config and privacy-first features for seamless searching.
mcpconfig
by sampi02 Mar 16, 2026 5/10
MCP GitHub
🌐 Master Claude Code with this comprehensive guide on enhancing projects with MCP servers, commands, and effective chat strategies.
mcpcommand
by israel7852 Mar 16, 2026 10/10
MCP Reddit
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
I mainly use Claude and Claude Code with "memory", but doesn't matter which one. The moment I open a new session, it's like talking to someone with amnesia... "I'm working on X, which connects to Y...
mcptypescript
by ColdGuilty4197 Mar 16, 2026 7/10
MCP GitHub
Reusable SkillsMP / Claude Code skills including Chaoxing PPT downloader and MCP config reviewer
mcpskillconfigreview
by Alanless123 Mar 16, 2026 10/10
MCP Reddit
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
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
Every time I started a new Claude Code session, it would spin up fresh containers for each MCP tool. When the session ended, the containers just kept running. The --rm flag didn't help because that...
mcpdockerconfig
by ddp26 Mar 16, 2026 10/10
MCP Reddit
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
every goal a human throws at an AI is full of ambiguity. not because the human is unclear but because intent lives in your head, and words are always a lossy compression of that. most frameworks ju...
mcpgit
by Lopsided_Yak9897 Mar 16, 2026 9/10
MCP Reddit
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 Reddit
Been using Claude Code daily for the past few months and got frustrated with one thing: every time it needs to understand my codebase, it burns through a ton of tool calls and tokens just doing gre...
mcpapi
by Playful_Campaign_466 Mar 16, 2026 9/10
MCP GitHub
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
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
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
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
An MCP server that builds an AST-based code knowledge graph for your project, enabling semantic search, call graph traversal, HTTP route tracing, and impact analysis. Auto-indexes 10 programming languages via Tree-sitter. Dramatically reduces the token cost of codebase exploration.
astknowledge-graphsemantic-searchcall-graphtree-sittertoken-efficiency
by sdsrss Mar 16, 2026 9/10
MCP GitHub
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
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
Enhances Claude Code with persistent working memory to maintain context across sessions and coordinate between multiple simultaneous instances. Designed for large codebases where context continuity is critical. Supports parallel agent workflows without losing shared state.
memorymulti-instancecontextpersistence
by Frenyermmlmmk Mar 16, 2026 8/10
MCP GitHub
Provides persistent memory for Claude Code using Qdrant for semantic vector search and Neo4j for a knowledge graph, all with local embeddings requiring zero API keys. One-command install with fully local operation and no data leaving your machine. Bridges sessions with rich contextual recall.
memoryqdrantneo4jembeddingslocalknowledge-graph
by ponytech-dev Mar 16, 2026 9/10
MCP GitHub
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 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 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 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 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 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 GitHub
MCP Servers with Anthropic's Claude Code | Know about MCP and connect tools to it to make agentic Tools.
mcp
by Codewithpabitra Mar 15, 2026 10/10
MCP Reddit
I commute daily by train in Italy and got tired of switching apps to check delays. So I built an unofficial MCP server for Trenitalia that lets Claude answer train questions in natural language. 5 ...
mcpapigit
by Ok_Insurance_919 Mar 15, 2026 7/10
MCP Reddit
Hey everyone — I've been building https://polydev.ai for the past few months using claude code and wanted to share it. The problem I kept running into: I'd be deep in a coding session in Claude Cod...
mcpcommandapiconfig
by venkattalks Mar 15, 2026 10/10
MCP Reddit
We've been working on DreamScape — a browser-based 3D world builder powered entirely by Claude Code through MCP. You describe what you want ("add a castle on that hilltop", "spawn a dragon and make...
mcp
by Agreeable-Garbage559 Mar 15, 2026 7/10
MCP Reddit
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
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
Despite Anthropic's TOS update, famous tools like Pencil which is a AI Agentic design platform that clearly allows the user to connect subscriptions. And another, of which I came across recently, O...
mcp
by Any_Pomegranate9810 Mar 15, 2026 10/10
MCP GitHub
Visual architecture modeling that AI agents build from. Edit C4 diagrams in a drag-and-drop editor. AI agents read, modify, and implement the same model through built-in MCP server.
mcp
by aklos Mar 15, 2026 7/10
MCP Reddit
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
Built this with Claude Code over a few weeks. It's open source and free to use. The problem with remote Claude sessions is that you spend the first few minutes re-explaining everything. What's open...
mcp
by wesh-k Mar 15, 2026 7/10
MCP Reddit
i'm building an mcp server for godot 4 (35 tools so far). it connects coding agents like claude code or cursor directly to the godot editor, so the agent can actually see and interact with the proj...
mcp
by jf_nash Mar 15, 2026 10/10
MCP Reddit
Hey everyone, Tired of logging in/out of Claude CLI every time when needed to switch between work and personal accounts. Claude stores everything in a single ~/.claude/ directory, so you're locked ...
mcpskillgitclaude.mdconfig
by Southern-Remove-1470 Mar 15, 2026 10/10
MCP GitHub
Save 60-80% tokens when AI reads code — MCP server for token-efficient code navigation with AST-aware structural reading
mcp
by Digital-Threads Mar 15, 2026 6/10
MCP Reddit
I've been building with Claude Code for a while, and I noticed something: the best LinkedIn posts about what I build come from the same session where the work happened. Not from a content calendar ...
mcpskillworkflowapigitautomation
by timkulbaev Mar 15, 2026 10/10
MCP GitHub
Claude Code 全局配置集合:Memory、Rules、Skills、MCP。支持通过提示词快速适配其他 AI 编码工具。
mcpskill
by StringKe Mar 15, 2026 10/10
MCP Reddit
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 GitHub
Your AI coding toolkit, declared in Nix — Claude, Gemini, Copilot, 15+ MCP servers, one flake
mcp
by JacobPEvans Mar 15, 2026 7/10
MCP Reddit
Made an MCP server that gives Claude full control over Room EQ Wizard — the standard tool for room acoustics measurement. Instead of interpreting frequency response graphs yourself, Claude does the...
mcpskillhookcommandworkflowapi
by Macaron_Expert Mar 15, 2026 10/10
MCP Reddit
https://reddit.com/link/1ruh2yy/video/czkeul7o78pg1/player I had originally shared Claude_Prophet, Basically an MCP server that just had some alpaca markets api endpoints and some research tools. I...
mcpapigitconfig
by Quiet_Pudding8805 Mar 15, 2026 10/10
MCP GitHub
aiNOC: Network troubleshooting framework for multi-vendor, multi-protocol, multi-area enterprise networks based on Claude Code, FastMCP, Python, Scrapli, RESTCONF, Containerlab, Jira, etc.
mcppython
by pdudotdev Mar 15, 2026 7/10
MCP GitHub
Lightweight Go MCP server wrapping Google Maps REST APIs for Claude Code
mcpapi
by BrendanMartin Mar 15, 2026 9/10
MCP GitHub
Open-source MCP servers for entity enrichment, file processing, web research, and more — usable with Claude Code, Claude Desktop, Cursor, and any MCP-compatible client.
mcp
by IntelagentStudios Mar 15, 2026 10/10
MCP Reddit
I use CellarTracker to manage my modest wine collection. Previously, I relied on a large project with manually uploaded CSVs when I wanted to ask Claude things like "what should I open with dinner ...
mcpskillapigit
by firmlyundecided Mar 15, 2026 10/10
MCP GitHub
Three.js MCP server — inspect and edit scenes, materials, shaders, lights in real time from any AI agent
mcp
by DmitriyGolub Mar 15, 2026 7/10
MCP Reddit
A while back I posted about how I deal with context drift in long Claude runs by splitting work into isolated sessions per AC node. previous post a few people asked how the orchestration actually w...
mcpworkflowpython
by Lopsided_Yak9897 Mar 15, 2026 9/10
MCP Reddit
Every new Claude Code session I was re-explaining the same stuff: "This project uses Fastify, Prisma, deploys to Fly, tests in Jest..." It got old fast. I spent a few weekends building Context Ches...
mcpgitconfig
by Tricky_External2083 Mar 15, 2026 10/10
MCP X
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 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 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 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 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 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 work on a folder on my Mac at home — all my web dev projects, coding sessions, Claude Code workflows live there. Now I want to be able to continue working on the same projects from my MacBook Pro...
mcpworkflowgitconfig
by chonkvandelay Mar 15, 2026 10/10
MCP Reddit
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
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
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
I built yoyo , an open-source local MCP server for coding agents. I built a lot of it with Claude Code , and the whole point is to make Claude Code work better on real codebases. The problem I kept...
mcpworkflowgit
by avirajkhare Mar 15, 2026 10/10
MCP Reddit
As in, a repo full of md files that claude "executes" to get things done. Maybe there's a few scripts and a couple MCP servers, but something like python is not the main execution layer. Claude is ...
mcppython
by hamburglin Mar 15, 2026 7/10
MCP Reddit
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
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
I've been using Claude Code daily and one thing kept bugging me — every time it needs to understand how code fits together, it goes on this grep-read-grep loop, opening files one by one trying to p...
mcppython
by Playful_Campaign_466 Mar 15, 2026 9/10
MCP Reddit
Built mcp-server-logs-sieve, an MCP server that connects Claude to your existing log infrastructure (GCP, AWS CloudWatch, Azure, Loki, and Elasticsearch). Instead of writing filter expressions, you...
mcpgitreview
by Oluwatunmise001 Mar 15, 2026 7/10
MCP GitHub
Agent skills for domain intelligence. Powered by DomainKits MCP.
mcpskill
by ABTdomain Mar 15, 2026 7/10
MCP GitHub
🔧 Simplify your MCP tasks with claude_mcp—an easy-to-use project for efficient management and execution.
mcp
by proextreme2 Mar 15, 2026 5/10
MCP Reddit
Hello, TL;DR Is there a clean way to give to each agent a list of skill context loaded skills, instead of having all agent loading description of all your available skills? ------------------------...
mcpskillconfig
by Lanou1 Mar 15, 2026 10/10
MCP Reddit
Posted here a while back about a vendor that talked down to my automation work during an eval. We didn't go with them. Since then I've been grinding on the MCP server and it's honestly not even the...
mcpautomation
by Longjumping_Lab541 Mar 15, 2026 9/10
MCP Reddit
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
What it does: Point Claude Code at your source code. It analyzes the codebase and generates full test suites with hierarchical structure, organized by modules, features, and scenarios. Individual t...
mcpworkflow
by shriti-grover Mar 15, 2026 10/10
MCP Reddit
Used Claude to help me build an MCP server that connects to Audacity via mod-script-pipe. 99 tools — you just describe what you want in natural language and Claude runs the effects, cleanup, master...
mcpworkflowapigit
by RaVN3X Mar 15, 2026 9/10
MCP GitHub
Read-only IKEA MCP server for product search, store stock lookup, and multi-store stock comparison.
mcp
by taejin5314 Mar 15, 2026 6/10
MCP Reddit
Claude Code's /voice mode lets you talk to it, but Claude doesn't talk back. Every response is still silent text. I wanted the full loop. I tried the existing options: ElevenLabs — free tier can't ...
mcphookapigitpythonconfig
by Fun_Emergency_4083 Mar 15, 2026 10/10
MCP Reddit
Trying to set up CodeGraphContext MCP with Claude Code on Windows 11. Installation went fine, KùzuDB is running, MCP server starts without errors. But after indexing a WordPress plugin project (PHP...
mcppythonconfig
by jakub_curik Mar 15, 2026 10/10
MCP Reddit
I built yoyo , an open-source local MCP server for working on real codebases with coding agents, including Claude Code . I built it partly with Claude/Claude Code, and it is also designed to be use...
mcpgitpythontypescriptconfig
by avirajkhare Mar 15, 2026 10/10
MCP Reddit
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
An MCP knowledge base for Claude Code that turns .skb/ folders in your project into searchable, structured context. Project knowledge lives alongside your code, and Claude can query it on demand rather than loading everything into context.
mcpknowledge-baselocalsearchableproject-contextfolders
by ssheeriin Mar 15, 2026 6/10
MCP GitHub
An MCP server providing real-time X/Twitter data (15 endpoints), image generation, and access to 30+ AI models for Claude Code and Antigravity — powered by USDC micropayments instead of API keys.
mcptwitterimage-generationmulti-modelmicropaymentreal-time
by BlockRunAI Mar 15, 2026 6/10
MCP GitHub
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
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
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
Swift CLI tools that expose Apple app functionality (Reminders, Calendar, Contacts, Notes, Mail) and tmux to Claude Code as MCP tools. Enables Claude to interact natively with macOS apps and terminal sessions during coding workflows.
mcpmacosswiftapplereminderscalendartmux
by SujoyRoy9 Mar 15, 2026 7/10
MCP GitHub
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
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
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
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
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
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
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
A local, private memory system for Claude Code that stores past conversations, decisions, and preferences in a searchable index and automatically injects relevant context into new sessions. No cloud, no API keys — runs entirely on your machine.
memorypersistencelocalprivateauto-injectcontextsearch
by mdm-sfo Mar 15, 2026 7/10
MCP GitHub
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
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
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
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 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 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
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
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
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 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 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 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 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
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 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
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 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
A practitioner's list of 5 MCP tools actively used with Claude Code daily, accompanied by a complete step-by-step installation guide. Practical starting point for anyone setting up their first MCP tools with Claude Code.
mcptoolsinstallationguidedaily
by @josip_vlah1 Mar 13, 2026 5/10
MCP X
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
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 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 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
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
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
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
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
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
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
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
An MCP server that bridges Visual Studio IDE to AI coding assistants like Claude Code. Exposes Visual Studio's build, debug, and error inspection capabilities as MCP tools, enabling AI-driven development workflows within the Visual Studio environment.
mcpvisual-studioidebuilddebug
by keny0322 Mar 13, 2026 7/10
MCP GitHub
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
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
submitted by /u/jpeggdev [link] [comments]
mcp
by jpeggdev Mar 13, 2026 9/10
MCP Reddit
https://preview.redd.it/g52pc9u0ctog1.png?width=3434&format=png&auto=webp&s=2616bbd82ec7ba6d01a26a5d0874a963f2379cff Claude said it's easier to show me what it wants to show me in a web browser. Un...
mcpreview
by brownman19 Mar 13, 2026 7/10
MCP GitHub
X (Twitter) automation skill for AI coding agents. 60+ API endpoints, 20 MCP tools. Tweet search, user lookup, follower extraction, write actions (tweet, like, retweet, follow, DM), media download,...
mcpskillhookapiautomation
by Xquik-dev Mar 13, 2026 10/10
MCP Reddit
Hey r/ClaudeAI , I've been building mcp-drop — a browser-native MCP client that uses Claude as its AI engine, embeddable in any web app without Claude Desktop or Cursor. How Claude is used: mcp-dro...
mcpapigit
by moisegdesign Mar 13, 2026 8/10
MCP X
I hijack the presend hook in claude code to give myself arbitrary deterministic commands (together with tmux). So :cd changes directory while keeping the same history, :fork forks, :mcp call load a...
mcphookcommand
by @readwithai Mar 13, 2026 10/10
MCP X
A few key features: - Semantic search (local embeddings) - .threadlinkingignore to filter noise - SessionStart hook (shows context at session start) - Guided setup via threadlinking init - MCP serv...
mcphookcommand
by @thrialectics Mar 13, 2026 10/10
MCP X
Check Point Research revealed critical RCE and API token theft in Anthropic's Claude Code via project-level configs and executable hooks in .claude/settings.json and .mcp.json. Issues have been pat...
mcphookapiconfig
by @TweetThreatNews Mar 13, 2026 10/10
MCP X
Everyone is using Claude Code, but how to master it? How to define effort and priorities, design workflows, configure MCP and hook servers, build efficient skills, set up parallel agent workflows, ...
mcpskillhookworkflowconfig
by @ShieldifyMartin Mar 13, 2026 10/10
MCP Reddit
I've been documenting my home with software I wrote for years — rooms, devices, cable routes, pipe runs, everything. When MCP came along, I built Home Memory: an open-source MCP server that gives C...
mcpgit
by impactjo Mar 13, 2026 9/10
MCP Reddit
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 GitHub
An MCP server (stdio + HTTP/SSE) that fetches video transcripts/subtitles via yt-dlp, with pagination for large responses. Supports YouTube, Twitter/X, Instagram, TikTok, Twitch, Vimeo, Facebook, B...
mcpapi
by samson-art Mar 13, 2026 6/10
MCP Reddit
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 GitHub
Trackly CLI + MCP Server. Search jobs, track applications, and query your job hunt from the terminal, Claude Code, or OpenClaw.
mcp
by kevinastuhuaman Mar 13, 2026 9/10
MCP Reddit
submitted by /u/SP_Vinod [link] [comments]
mcp
by SP_Vinod Mar 13, 2026 5/10
MCP Reddit
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
MCP bridge giving Claude Code full IDE integration — 115+ tools for LSP, debugging, terminals, Git, GitHub, diagnostics, and more. Works with VS Code, Windsurf, Cursor, and Antigravity.
mcpgit
by Oolab-labs Mar 13, 2026 7/10
MCP Reddit
Disclosure: I'm the developer of vexp. Free tier: 2K nodes, 1 repo, no time limit. Pro $19/mo (code PRODUCTHUNT for 1 month free - we just launched on PH). Benchmarked 42 runs on FastAPI (~800 file...
mcpapi
by Objective_Law2034 Mar 13, 2026 10/10
MCP GitHub
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
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
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
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
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
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
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
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
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
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
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
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
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
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 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 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
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
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 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
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
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
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
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
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
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 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
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
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
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
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 GitHub
A SQLite-backed MCP Memory Server designed for production-grade reliability: WAL mode for concurrent write safety, FTS5 full-text search, session tracking, task management, and a cross-machine bridge sync feature. Suitable for multi-machine or persistent agent deployments.
memorysqlitemcpfts5walsync
by RMANOV Mar 12, 2026 7/10
MCP Reddit
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
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
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
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 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
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
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 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 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 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
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
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
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
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
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 GitHub
MCP server for querying Spanish Renfe train schedules using GTFS data with real-time pricing support and flexible date format handling. Lets AI agents search train connections and fares directly.
mcptransportgtfsspaintrainsreal-time
by SaberMaple1 Mar 11, 2026 5/10
MCP Reddit
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
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
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
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, 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 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 Reddit
Every new Claude Code session, your agent forgets everything — including mistakes you already corrected. You re-explain the same constraints. It breaks the same things. You fix them again. I built ...
mcpgitclaude.md
by eazyigz123 Mar 11, 2026 10/10
MCP GitHub
🔍 Scan MCP config files to detect hardcoded secrets, leaked API keys, and security misconfigurations for safer AI setups.
mcpapiconfig
by Paaxy Mar 11, 2026 6/10
MCP GitHub
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
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
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
submitted by /u/StreamBlur [link] [comments]
mcp
by StreamBlur Mar 11, 2026 7/10
MCP GitHub
Code intelligence MCP server — impact analysis, semantic search, dependency graphs. Works with Claude Code, Cursor, Windsurf.
mcp
by flytohub Mar 11, 2026 9/10
MCP Reddit
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
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
Do you know your Claude Code APM? How about your peak session velocity? How many unique tools you actually use vs. what's available to you? I built something to answer that. It connects to Claude C...
mcpskillhookworkflowconfig
by AffectionateHoney992 Mar 11, 2026 10/10
MCP Reddit
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 GitHub
Code search MCP for Claude Code. Make entire codebase the context for any coding agent.
mcp
by zilliztech Mar 11, 2026 8/10
MCP Reddit
Most of the time I use Claude Code, I’m copy-pasting schema files or manually explaining my API patterns. It works, but it feels like I'm micromanaging a junior dev. For this project (a real-time a...
mcpworkflowapi
by Hungry_Preference614 Mar 11, 2026 9/10
MCP GitHub
eForest skill for symbol, token, and NFT marketplace operations on aelf with MCP, CLI, SDK, and OpenClaw.
mcpskill
by eforest-finance Mar 11, 2026 7/10
MCP Reddit
I’ve been working on codeTree , my open-source MCP server for coding agents. The first version mostly helped with code structure and symbol navigation. The new version builds a persistent SQLite co...
mcpgittestingreview
by thinkyMiner Mar 11, 2026 10/10
MCP GitHub
Session-based Slack MCP for Claude and MCP clients: local-first workflows, secure-default HTTP.
mcpworkflow
by jtalk22 Mar 11, 2026 5/10
MCP GitHub
Feedback registry MCP for coding agents — captures friction, feature requests, and observations with embedding-based dedup, voting, and GitHub issue publishing.
mcpgit
by igmagollo Mar 11, 2026 5/10
MCP Reddit
submitted by /u/Traditional-Deer-606 [link] [comments]
mcp
by Traditional-Deer-606 Mar 11, 2026 7/10
MCP GitHub
Open-source desktop client/UI build to harness Claude Code, Codex and any other Agent. Run multiple AI coding agents side by side with rich tool visualization, MCP integrations, built-in terminal, ...
mcpgit
by OpenSource03 Mar 11, 2026 8/10
MCP GitHub
MCP server for secure SSH remote management — 197 tools for DevOps, Docker, Kubernetes, databases, systemd, and more. Built in Rust.
mcpdocker
by muchiny Mar 11, 2026 6/10
MCP Reddit
I’ve been reworking codetree , my open-source MCP server for coding agents. The first version mostly helped with code structure and symbol navigation. The new version builds a persistent SQLite cod...
mcpgittestingreview
by thinkyMiner Mar 11, 2026 10/10
MCP Reddit
TL;DR: A "community-managed" plugin in Anthropic's official marketplace runs unpinned code from a third-party GitHub repo on every session, has shell execution access, opens your browser without co...
mcpcommandgitpythontypescriptconfig
by traveltrousers Mar 11, 2026 10/10
MCP GitHub
Security hooks and monitoring for Claude Code — quiet overrides, SSRF protection, MCP compression, OTEL tracing
mcphook
by johnzfitch Mar 11, 2026 9/10
MCP GitHub
Open-source MCP server — shared memory, schema learning, and credential isolation for AI agents. What one agent learns, every agent knows.
mcp
by oSEAItic Mar 11, 2026 7/10
MCP Reddit
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
A local-first MCP server for real codebases with 37 tools
mcp
by hungproh99 Mar 11, 2026 6/10
MCP Reddit
I (or Claude did.. lol) built a small tool called Grepo.dev that exposes a GitHub repo as a read-only MCP server, so Claude Desktop/iOS/Android (and even n8n) can search and read codebases directly...
mcpgit
by Cortexial Mar 11, 2026 8/10
MCP Reddit
Hey everyone, I've been working with MCP since it came out and kept running into the same problem: every time I wanted to connect a new API to Claude, I had to build a custom MCP server from scratc...
mcpcommandapigitdocker
by Lanky-Lecture-9410 Mar 11, 2026 10/10
MCP GitHub
The secret manager your AI agents can actually use. Local-first, MCP-native, zero cloud dependency. Desktop app + Chrome extension + CLI.
mcp
by democra-ai Mar 11, 2026 5/10
MCP GitHub
Markdown vector search MCP server for Claude Code. Natural language search for markdown files using multilingual-e5-small embeddings.
mcp
by tomohiro-owada Mar 11, 2026 9/10
MCP GitHub
A powerful plugin for both Claude Cowork Desktop and Claude Code CLI, designed specifically for Swiss legal professionals. 17 agents, 16 commands, 9 skills, and 5 MCP servers — automate research, d...
mcpskillcommand
by fedec65 Mar 11, 2026 10/10
MCP Reddit
I've been using Claude Code daily for months and noticed I kept asking the same things — "fix the failing test," "add unit tests for X," "refactor Y to use Z." So I built reprompt to actually quant...
mcpworkflowgitreview
by No_Individual_8178 Mar 11, 2026 9/10
MCP GitHub
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
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
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
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
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
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 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
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 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
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
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
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
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 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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 GitHub
An MCP server that lets you define named skills and invoke them through the MCP protocol. Provides a clean separation between skill definitions and their invocation, making skills reusable across different agents and sessions.
mcpskillsinvocationreusableprotocol
Mar 10, 2026 7/10
MCP GitHub
A massive MCP toolkit giving Claude Code 232 tools to control virtually any computer subsystem: file system, desktop UI, browser automation, media playback, smart home devices, and more. The most comprehensive computer-use MCP collection available.
mcpcomputer-usebrowser-automationdesktopsmart-homemedia232-tools
Mar 10, 2026 9/10
MCP Reddit
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 GitHub
An MCP server for Claude Code that automatically recovers after system reboots or crashes. Cross-platform and designed for always-on setups — it restores session state and learns from past failures to improve resilience over time.
mcpself-healingcrash-recoveryrebootresiliencealways-on
Mar 10, 2026 9/10
MCP GitHub
An MCP server and CLI that connects Claude Code to iOS Safari via ios-webkit-debug-proxy, providing full WebKit Inspector Protocol support. Enables agents to inspect, debug, and test pages running in iOS Safari directly from Claude Code.
mcpiossafariwebkitdebuggingmobile-dev
Mar 10, 2026 7/10
MCP GitHub
A Claude Code plugin that lets you build and test Swift packages and Xcode projects for Apple platforms without leaving your terminal. Enhances the Apple developer workflow by bringing build tooling into Claude Code sessions.
swiftxcodeapplepluginbuild-toolsiosmacos
Mar 10, 2026 7/10
MCP Reddit
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
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
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
A single CLI + MCP toolkit to bootstrap, update, and roll back AI agent workspaces. Includes version management for workspace configurations so you can safely experiment and revert.
workspacebootstraprollbackmcpcliversion-management
Mar 10, 2026 7/10
MCP GitHub
A Claude Code documentation plugin that provides auto-synced, always-current reference material covering features, configuration, skills, agents, hooks, and MCP servers. Eliminates the need to look up docs manually mid-session.
documentationpluginskillsmcphooksreference
Mar 10, 2026 8/10
MCP Reddit
MCP server with 43 Bitcoin tools providing live data for fee rates in sats/vB and USD, mempool congestion analysis, inscription detection, and mining pool identification. Install with pip and add to Claude Code in 60 seconds.
mcpbitcoincryptofeesmempool
by RamseyTheGoat Mar 9, 2026 5/10
MCP GitHub
MCP server for managing analysis designs, data catalogs, and review workflows with a hypothesis-driven approach. Structures data analysis as a disciplined process with Claude as the orchestrator.
mcpdata-analysishypothesisresearchworkflow
by etoyama Mar 9, 2026 6/10
MCP GitHub
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
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
MCP server enabling AI assistants to access PostgreSQL databases with specialized tools and advanced features. Supports the full range of PostgreSQL operations for database-driven development workflows.
mcppostgresqldatabasesql
by antonygold59 Mar 9, 2026 6/10
MCP GitHub
MCP server claiming to extend LLM context windows up to 60x with perfect data integrity using "gravitational memory compression." Provides fast, universal LLM compatibility for large-context tasks.
mcpcontext-windowmemory-compressionlarge-context
by NvmToxic Mar 9, 2026 6/10
MCP GitHub
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
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
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 GitHub
Comprehensive coding agent toolkit providing semantic code retrieval and editing capabilities as an MCP server. Goes beyond file-level operations to understand code semantics, enabling more precise and context-aware edits.
mcpsemanticretrievaleditingcoding-agenttoolkit
by oraios Mar 9, 2026 8/10
MCP Reddit
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
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
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 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 GitHub
A plugin marketplace for Claude Code that automatically generates documentation plugins from external documentation sites. Allows Claude Code to access third-party library docs directly during coding sessions without manual copy-paste.
plugindocumentationmarketplaceknowledge-base
by eneko-codes Mar 9, 2026 7/10
MCP X
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
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
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
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
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
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
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 GitHub
An MCP server exposing 322 tools that connect Claude AI to Ableton Live for music production automation. Allows AI-driven composition, arrangement, mixing, and DAW control directly from Claude.
mcpabletonmusiccreativedaw
by hidingwill Mar 9, 2026 6/10
MCP Reddit
I’ve started adding more skills / agents / plugins / hooks / MCPs into my Claude Code setup, but I’m not sure how to rigorously tell which ones are actually improving my workflow versus adding nois...
mcpskillhookworkflowtesting
by SZQGG Mar 9, 2026 10/10
MCP Reddit
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
I ran an experiment connecting arXiv, PubMed, Firecrawl, Context7, Memory, and Filesystem MCP servers simultaneously through Claude Code. 17 real tool calls, 0 failures, 9 cross-domain insights tha...
mcpgit
by doganarif Mar 9, 2026 9/10
MCP Reddit
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
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
Back in December, we published some MCPMark results comparing a few database MCP setups (InsForge, Supabase MCP, and Postgres MCP) across 21 Postgres tasks using Claude Sonnet 4.5. Out of curiosity...
mcpapi
by Arindam_200 Mar 9, 2026 7/10
MCP GitHub
Claude Code plugin that turns Stitch into a real dev workflow — prompt engineering, MCP wrappers, and production components for Next.js, Svelte, React Native, SwiftUI, and more.
mcpworkflow
by gabelul Mar 9, 2026 7/10
MCP GitHub
Complete agent stack for Jaz. Plugins, Skills, MCP tools, and CLI for Claude Code, Cowork, Codex, Copilot, Cursor, and more.
mcpskill
by teamtinvio Mar 9, 2026 10/10
MCP X
You can now push what you're building in Claude Code directly into Figma.
With the latest updates to the Figma MCP server, build a working prototype in code, then send it to a Figma canvas to expl...
mcp
by claudeai Mar 9, 2026 9/10
MCP X
Here's how you can create any MCP server you want, just by using Claude Code.
mcp
by skirano Mar 9, 2026 9/10
MCP X
This is wild...Someone just open-sourced the Claude Code setup that won an Anthropic hackathon.
You're getting:
→ Agents + skills pre-configured
→ Custom hooks, commands, and rules
→ MCP servers ...
mcpskillhookcommandconfig
by MillieMarconnni Mar 9, 2026 10/10
MCP X
11/ Claude Code uses all my tools for me. It often searches and posts to Slack (via the MCP server), runs BigQuery queries to answer analytics questions (using bq CLI), grabs error logs from Sentry...
mcpconfig
by bcherny Mar 9, 2026 10/10
MCP X
This Claude Code cheatsheet is useful to help learn common shortcuts, commands, file locations, MCPs, hooks, and more!
Link to the PDF below
mcphookcommand
by iannuttall Mar 9, 2026 9/10
MCP X
This GitHub repo is basically the Claude Code cheat code
Learn:
• Commands
• Sub-Agents
• Skills
• MCP Servers
• Memory
• Hooks
• Agent Teams
If you're building with Claude, this is the playbook
...
mcpskillhookcommandgit
by DipanshuKu55175 Mar 9, 2026 10/10
MCP Reddit
I built Trevec, an MCP-native code retrieval engine specifically designed for Claude Code. It is completely free to try and use. How Claude helped me build this: I used Claude Code extensively to b...
mcpapigitpython
by MutantX222 Mar 9, 2026 9/10
MCP Reddit
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
MCP Reddit
I use js-notepad side-by-side with VS Code while Claude Code works. It's become my go-to for everything around the coding workflow: Review docs — Markdown renders live with Mermaid diagrams, HTML m...
mcpworkflowgitreview
by StorageThese9556 Mar 9, 2026 9/10
MCP GitHub
🧞 Automagik Genie – bootstrap, update, and roll back AI agent workspaces with a single CLI + MCP toolkit.
mcp
by automagik-dev Mar 9, 2026 5/10
MCP GitHub
Persistent memory MCP server for Claude Code & Codex CLI — self-improving agent with 4-tier search, 20 tools
mcp
by vbcherepanov Mar 9, 2026 10/10
MCP GitHub
Transactional File System server for Model Context Protocol (MCP). Enterprise-grade tools for AI agents: atomic edits, undo/redo, code navigation, refactoring, git integration. Docker ready.
mcpgitdocker
by Nefrols Mar 9, 2026 5/10
MCP GitHub
A collection of MCP servers.
mcp
by punkpeye Mar 9, 2026 6/10