Home › Search: coding

Search: coding

Search MCP servers and agent skills by name, description, category or topic — 442 results.

MCP Server Maintained

sonirico/mcp-shell

Give hands to AI. MCP server to run shell commands securely, auditably, and on demand on isolated environments like docker.

95 Go Updated 1mo ago Score 63
Agent Skill Maintained

Tubo2333/obsidian-knowledge-brain

Cross-session knowledge memory and rule evolution for AI coding agents

90 Python Updated 1mo ago Score 63
MCP Server Active

last9/last9-mcp-server

Seamlessly bring real-time production context—logs, metrics, and traces—into your local environment to auto-fix code faster

59 Go Updated 2d ago Score 63
MCP Server Active

SaravananJaichandar/world-model-mcp

Temporal knowledge graph for codebases. Captures decision traces, links test failures to code changes, learns co-edit patterns, predicts regression risk, and enforces learned constraints at the edit boundary via a PreToolUse hook. 22 MCP tools, 9 SQLite databases with FTS5, supports Python/TypeScript/JavaScript/Solidity/Go/Rust/Java. Install via `pip install world-model-mcp`.

21 Python Updated 2d ago Score 63
MCP Server Active

dimitar-grigorov/mcp-file-tools

Filesystem server for legacy, non-UTF-8 files. Auto-detects and converts 24 encodings (CP1251, CP1252, ISO-8859-x, KOI8-R/U, GBK/GB18030), keeps each file's original encoding on write, and manages BOM and line endings. Encoding-aware grep, partial reads with offset/limit for large files, and allowed-directory confinement. Single Go binary, no runtime dependencies.

19 Go Updated today Score 63
MCP Server Active

Sidd27/infrawise

Cloud infrastructure analysis for AI coding assistants — detects IaC drift, missing indexes, security gaps, and performance anti-patterns across AWS services and databases. 13 tools, works with Claude Code and Cursor.

18 TypeScript Updated today Score 63
MCP Server Active

JinNing6/Noosphere

Digital consciousness repository and community MCP server. Upload epiphanies, decisions, warnings, and patterns as consciousness payloads, then retrieve them via semantic telepathic search. Features 3D interactive consciousness globe, soul imprint authentication, and automated content moderation via CI/CD.

18 Python Updated yesterday Score 63
MCP Server Active

knaisoma/data-olympus

Governance-grade project knowledge MCP server for coding agents. Git-native Markdown knowledge base with proposed vs accepted guidance, validity windows, supersession chains, and status-aware retrieval of current in-force decisions and standards. `pip install data-olympus`

18 Python Updated today Score 63
MCP Server Active

masondelan/selvedge

Change tracking for AI-era codebases. AI agents call it to log structured change events (entity + diff + reasoning) before the session ends, then query history with diff, blame, history, changeset, and search. Captures the intent that would otherwise evaporate.

17 Python Updated today Score 63
MCP Server Active

ihorponom/agentpack

Repo-native task continuity for AI coding agents: a reviewed task-state ledger (decisions, dead ends, evidence, checkpoints) in `.agentpack/` that any next session or client resumes from.

17 TypeScript Updated 18d ago Score 63
MCP Server Maintained

tiianhk/MaxMSP-MCP-Server

A coding agent for Max (Max/MSP/Jitter), which is a visual programming language for music and multimedia.

254 Max Updated 2mo ago Score 62
MCP Server Active

n24q02m/wet-mcp

Web search (embedded SearXNG), content extraction, and library docs indexing with hybrid search (FTS5 + semantic). Built-in Qwen3 embedding, no API keys required.

16 Python Updated today Score 62
MCP Server Active

PsChina/deepseek-as-subagent

Run DeepSeek as a real sub-agent inside Claude Code / Codex CLI. DeepSeek gets its own 7-tool agent loop (Read/Write/Edit/Bash/Glob/Grep/NotebookEdit) in a sandboxed workspace, not just a single LLM call. Includes token-based command sandbox, pre-flight web-search pattern, and cross-platform installer.

15 Python Updated 16d ago Score 62
MCP Server Active

graphpilot-oss/graphpilot

Structural memory for coding agents. Indexes TypeScript/JavaScript repos and exposes callers, callees, blast-radius impact, and symbol locations over MCP — with file:line@sha evidence anchors and branch-aware differential impact — so agents answer "who calls X?" / "what breaks if I change X?" without re-reading files. Local-only, zero telemetry, Apache-2.0. `npx @graphpilot-oss/graphpilot mcp`

15 TypeScript Updated yesterday Score 62
MCP Server Active

AliceLJY/recallnest

Persistent memory MCP server for AI coding agents (Claude Code, Codex, Gemini CLI). Hybrid retrieval (vector + BM25), cross-encoder reranking, knowledge graph with PPR traversal, session checkpoint/resume, and multi-scope isolation. Local-first with LanceDB + SQLite, zero external dependencies.

15 TypeScript Updated today Score 62
MCP Server Active

epicsagas/alcove

MCP server that gives AI coding agents on-demand access to private project docs via BM25 ranked search. One setup for Claude Code, Cursor, Codex, Gemini CLI, and more. Docs stay private, never in public repos.

15 Rust Updated 27d ago Score 62
MCP Server Active

sgateway/s-gw

Local credential approval and execution gateway for AI coding agents. Agents receive typed handles instead of raw API tokens, SSH keys, and cloud credentials; one-time approvals bind the credential, command, arguments, working directory, environment bindings, and target. Injects credentials only into the approved child process, sanitizes output, and records a local audit trail. Install with `npm i

15 TypeScript Updated today Score 62
MCP Server Active

ashlesh-t/cognirepo

Persistent memory and codebase context for AI coding agents. FAISS vector store, AST reverse index with O(1) symbol

14 Python Updated yesterday Score 62
MCP Server Active

hjqcan/GoodMemory

Local-first, auditable memory layer for Codex, Claude Code, and MCP clients. Stores scoped user/project memory in SQLite or Postgres, exposes read-only recall, trace, stats, and artifact tools by default, and supports opt-in governed writeback with review, forget, and audit controls. Published as `io.github.hjqcan/goodmemory` in the official MCP Registry.

14 TypeScript Updated yesterday Score 62
MCP Server Stale

etsd-tech/mcp-pointer

Visual DOM element selector for agentic coding tools. Chrome extension + MCP server bridge for Claude Code, Cursor, Windsurf etc. Option+Click to capture elements.

589 TypeScript Updated 8mo ago Score 61
MCP Server Stale

ferrislucas/iterm-mcp

A Model Context Protocol server that provides access to iTerm. You can run commands and ask questions about what you see in the iTerm terminal.

567 TypeScript Updated 10mo ago Score 61
MCP Server Active

ooples/mcp-console-automation

Production-ready MCP server for AI-driven console automation and monitoring. 40 tools for session management, SSH, testing, monitoring, and background jobs. Like Playwright for terminal applications.

43 TypeScript Updated 9d ago Score 61
MCP Server Active

STiFLeR7/memex

Developer context continuity system. Watches your git repos and builds a temporal knowledge graph of modules, symbols, decisions, and open problems via Graphiti + Neo4j, then serves it to any AI coding agent over MCP. Every edge carries a validity window and a confidence score that decays over time. 12 tools across read and write. Install via `npx -y stifler-memex-mcp`. MIT licensed.

12 Python Updated 10d ago Score 61
MCP Server Active

cq27-dev/rag-rat

Local repo-intelligence index and MCP server for coding agents — "what a repository knows about itself." Hybrid BM25 + vector semantic search, a tree-sitter code graph (callers/callees/imports across Rust, TS/TSX, Kotlin, C/C++, Python) with an optional compiler-grade SCIP oracle, queryable git/GitHub history, and typed, source-anchored repo memories (Invariant, Decision, Risk, …) that persist acr

11 Rust Updated today Score 61
MCP Server Stale

ezyang/codemcp

Coding agent with basic read, write and command line tools.

1.6k Python Updated 7mo ago Score 60
MCP Server Maintained

ZengLiangYi/ChatCrystal

Local-first AI PKM memory server for coding conversations. Imports Claude Code, Cursor, Codex CLI, Trae, and GitHub Copilot chats into notes, semantic search, tag graphs, Markdown exports, and reusable MCP memory. `npx -y chatcrystal mcp`

51 TypeScript Updated 1mo ago Score 60
MCP Server Active

PsYcGoD/sage

Local-first CLI and MCP wrapper for AI coding agents. Routes shell commands through `sage run --`, stores command history locally, and returns compressed terminal output to reduce context noise.

10 Python Updated today Score 60
MCP Server Active

JSungMin/vs-token-safer

Routes an AI coding agent's code search through an official language-server index (clangd / Roslyn / tsserver / pyright) instead of grep, returning a token-capped `file:line` list with no source bodies — ~20× fewer tokens. Also symbol-level edit-by-name, a Bash-grep→indexed-query rewrite hook, and git/p4 output compaction. Local-only, no IDE. Claude Code plugin + `vts` CLI.

10 JavaScript Updated 3d ago Score 60
MCP Server Active

n24q02m/mnemo-mcp

Persistent AI memory with SQLite hybrid search (FTS5 + semantic). Built-in Qwen3 embedding, rclone sync across machines. Zero config, no cloud, no limits.

10 Python Updated today Score 60
MCP Server Active

fixed-width/glass

Gives a coding agent a build → see → interact → debug loop over the native GUI app it is writing: launch the app, screenshot it, read its accessibility tree, inject mouse/keyboard/gestures, tail its logs, and diff frames to confirm a change landed. Drives apps as an external black box with no app integration, so any toolkit or language works. 30 tools with text-first responses (element ids, diffs,

10 Rust Updated today Score 60
MCP Server Active

quantakrypto/pqc-tools

Post-quantum readiness for AI coding agents: scan code for quantum-vulnerable cryptography (RSA/ECDH/ECDSA/DH), explain the harvest-now-decrypt-later exposure, get NIST ML-KEM/ML-DSA/SLH-DSA (and hybrid) migration guidance, verify fixes, and check dependencies. Content-based/advisory tools only. Run local (`npx @quantakrypto/mcp`) or the hosted OAuth endpoint at [mcp.quantakrypto.com](https://mcp.

9 TypeScript Updated 2d ago Score 60
MCP Server Active

dugubuyan/agent-nexus

Service-boundary-aware document exchange center for coordinating heterogeneous LLM code agents. Versioned Markdown store, pub-sub notifications, diff-aware updates, and lifecycle stage tracking. Each service registers as a sub-project; agents subscribe to cross-service document changes and receive structured diffs via MCP.

8 Python Updated 3d ago Score 60
MCP Server Official Active

plori-ai/plori

Give your AI agent its own cloud computer. Create and drive hosted plori agents (persistent disk, real tools, memory that survives between sessions) over a remote MCP server: invoke an agent and read its reply, manage the human-in-the-loop queue, and schedule deferred runs. OAuth 2.1 sign-in or API key.

0 JavaScript Updated today Score 60
MCP Server Stale

rinadelph/Agent-MCP

A framework for creating multi-agent systems using MCP for coordinated AI collaboration, featuring task management, shared context, and RAG capabilities.

1.3k TypeScript Updated 4mo ago Score 59
MCP Server Maintained

Touchpoint-Labs/touchpoint

Playwright for the entire OS. Gives AI agents the ability to see, find, and interact with UI elements in any desktop application.

42 Python Updated 1mo ago Score 59
MCP Server Maintained

TT-Wang/forge

Structured planning, parallel execution in git worktrees, and deep validation for Claude Code. Turns a one-line objective into a validated DAG of modules executed by worker agents, each self-checked and cross-module-reviewed before merge-back. 7 MCP tools: `validate`, `validate_plan`, `memory_recall`, `memory_save`, `iteration_state` (per-run scoped, with stagnation/velocity/oscillation detection)

37 JavaScript Updated 1mo ago Score 59
MCP Server Maintained

Disentinel/grafema

Semantic code graph MCP server for AI coding agents. Indexes your codebase into a typed graph (functions/types/modules as nodes; CALLS/IMPORTS/DATAFLOW/EFFECTS as typed edges) and exposes 40+ tools for call-chain tracing, data-flow analysis, semantic search, and invariant checking — so agents navigate code structure instead of reading files line by line. `npm install -g grafema`

36 Rust Updated 1mo ago Score 59
MCP Server Active

Cubenest/rrweb-stack

Local-first MCP server (@peekdev/mcp) + Chrome extension that records your real authenticated browser session (rrweb DOM + console + network, PII-masked, to local SQLite) and lets AI coding agents query it or drive the browser. No cloud, no telemetry.

7 TypeScript Updated 22d ago Score 59
MCP Server Active

catfish-1234/sessionmem

Local-first memory layer for AI coding assistants. Watches your coding sessions and injects a compact summary at the start of each new session. No cloud, no account, just a SQLite file on your machine. Works with Claude Code, Cursor, Cline, Windsurf, and any other MCP host.

7 TypeScript Updated 11d ago Score 59
MCP Server Active

taniwhaai/arai

Policy enforcement for AI coding agents derived from existing instruction files (CLAUDE.md, .cursorrules, .windsurfrules, .github/copilot-instructions.md) — no separate YAML to maintain. Rules with prohibitive predicates (`never`, `forbids`, `must_not`) emit `permissionDecision: deny` to block tool calls in Claude Code; advisory rules inject context. PostToolUse is correlated with PreToolUse to pr

7 Rust Updated 5d ago Score 59
MCP Server Stale

ttommyth/interactive-mcp

Enables interactive LLM workflows by adding local user prompts and chat capabilities directly into the MCP loop.

352 TypeScript Updated 8mo ago Score 58
MCP Server Stale

Govcraft/rust-docs-mcp-server

Provides up-to-date documentation context for a specific Rust crate to LLMs via an MCP tool, using semantic search (embeddings) and LLM summarization.

289 Rust Updated 8mo ago Score 58
MCP Server Active

kagan-sh/kagan

AI-powered Kanban TUI and MCP server for autonomous development workflows. Orchestrates 14 coding agents across task tracking, isolated git worktrees, review, and merge.

6 TypeScript Updated 4d ago Score 58
MCP Server Active

AkashGoenka/coldstart

Codebase memory for coding agents, with no embeddings and no API key. A deterministic AST index answers "which files are relevant to this task?" in milliseconds, and agents write durable notes about the repo that are content-hash checked — a note flags itself stale the moment the code it describes changes. Notes are markdown inside the repo, so they commit and review alongside your code. `npm i -g

6 TypeScript Updated today Score 58
MCP Server Active

AperionAI/shield

Local guardrail proxy for AI coding agents. Wraps any MCP server (stdio or Streamable HTTP) and blocks destructive tool calls — DROP TABLE, rm -rf, force-push — before they execute. MCP supply-chain protection: TOFU tool-catalog pinning against rug pulls, plus tool-description and tool-result scanning for tool poisoning and prompt injection. 51 starter rules, approval gates, audit logging. Single

6 Rust Updated 4d ago Score 58
MCP Server Active

Yomiracle/trinity-lite

Local-first task bus for CLI-based AI agents. Route work, persist state in SQLite, and let Codex, Claude Code, and other agents collaborate through a shared MCP server.

5 Python Updated 19d ago Score 58
MCP Server Active

rm-rf-prod/GroundTruth-MCP

Self-hosted MCP for live docs, code audits, snippets, and best practices across 445+ libraries. 14 tools, 107 audit patterns with file:line precision, BM25-ranked snippets, lockfile-aware version pinning, npm/PyPI/crates.io/Go fallback. No API keys, no rate limits, Context7 alternative. `npx -y @groundtruth-mcp/gt-mcp`

5 TypeScript Updated 3d ago Score 58
MCP Server Active

KyaniteLabs/checkyourself

Local-first production-readiness audit for AI-built apps: read-only checks, an evidence-based 0-100 score, and guided fixes before launch.

5 Python Updated 4d ago Score 58
‹ Prev156710Next ›