Labsco
archcore-ai logo

DeepWiki by Devin

from archcore-ai

Remote, no-auth MCP server providing AI-powered codebase context and answers

πŸ”₯πŸ”₯πŸ”₯πŸ”₯βœ“ VerifiedFreeQuick setup

⌁ labsco summary β€” our analysis, not the vendor's

What it is β€” The README describes Archcore, a git-native context layer for AI coding agents that ships as a CLI and a local stdio MCP server so any MCP-compatible agent reads and writes repo context.

What you get β€”

  • Stores decisions, rules, and conventions as typed Markdown in .archcore/, versioned in Git
  • Loads applicable ADRs/specs/rules at session start so the agent stops guessing your architecture
  • e.g. tell the agent "We're using PostgreSQL for primary storage. Record this decision." and it writes a durable ADR
  • Works across Claude Code, Cursor, Copilot, Gemini CLI, Codex CLI, OpenCode, Roo Code, and Cline

Requirements β€” Nothing β€” runs out of the box. Install via curl -fsSL https://archcore.ai/install.sh | bash, then archcore init scaffolds and wires hooks/MCP.

Cost snapshot β€” Free and Apache-2.0 licensed. No paid service β€” context lives in your Git repo.

Setup effort β€” One-line install script (macOS/Linux or PowerShell on Windows), then archcore init.

Our take β€” A clean way to give agents durable, reviewable project context. Caveat: the metadata name (DeepWiki by Devin) does not match the README, which is the Archcore CLI β€” confirm the repository before installing.

Source: the project README β€” summarized 2026-07-08.