# succ > Open source semantic memory system for Claude Code and AI coding assistants. ## Overview succ provides 14 consolidated MCP tools with action parameters for persistent memory, hybrid code search, knowledge graph, structured debugging, and PRD pipelines. Everything runs local-first — no telemetry, no cloud dependency. ## Tools - succ_search — hybrid brain search (BM25 + semantic) - succ_search_code — code search with regex and symbol filters - succ_index — index docs, code, analyze files, refresh stale indexes, extract AST symbols - succ_remember — store memories with auto-tagging and quality scoring - succ_recall — recall memories with temporal and tag filters - succ_forget — delete memories by id, age, or tag - succ_dead_end — record failed approaches to prevent repeats - succ_link — knowledge graph: create, delete, show, auto-link, enrich, communities, centrality, export, cleanup, explore - succ_status — overview, token savings stats, AI-readiness score - succ_config — show/set config, create/list checkpoints - succ_debug — structured debugging with hypotheses and instrumentation - succ_prd — generate, list, run, export PRDs with quality gates - succ_web — Perplexity-powered quick/search/deep/history - succ_fetch — fetch any URL and convert to clean Markdown ## Links - Website: https://succ.ai - Source: https://github.com/vinaes/succ - MCP Manifest: https://succ.ai/api/manifest - OpenAPI Spec: https://succ.ai/openapi.yaml