Monarchic / Independent AI R&D

Now / Agent enhancements Next / Agent workflows

Products / Hosted MCPs / RepoIntel MCP

MCP Available

RepoIntel MCP

Repository maps, documentation, and targeted code intelligence

RepoIntel MCP gives agents repository maps, generated documentation, workflow context, and source-file citations for large codebases.

Category

Repository Intelligence

Best for

Engineering teams using agents across medium and large codebases.

Access and usage

Included with an active usage plan

Available through the hosted catalog. Calls count against the shared allowance on the account plan.

Compare usage plans

Why it exists

Give agents repository maps, generated documentation, workflow context, and source-file citations.

Generic terminals, provider APIs, and custom prompts can cover parts of the work, but the caller must supply permission limits, output requirements, failure handling, and usage accounting.

Connection and contract

Connect from an MCP-aware client with an account-scoped Monarchic key. The hosted route checks access, runs the named product contract, and records the operation on the account receipt.

The product-specific schema defines the inputs and outputs used by clients and downstream automation.

Current limits

Hosted access is limited to pre-indexed public or demo repositories; private source is not currently supported.

Requires an authenticated, entitled account. This read-only workflow uses an approved pre-indexed public or demo repository.

What you get

  • Orient agents in unfamiliar repositories
  • Query generated architecture and workflow context
  • Ground plans in indexed source files

Core use case

Give agents repository maps, generated documentation, workflow context, and source-file citations.

Outcomes

  • Reduce the time needed to understand an unfamiliar codebase
  • Ground implementation plans in indexed source files
  • Keep architecture and workflow context available across tasks

Primary workflows

Repository summary Generated wiki Source lookup Workflow discovery

Concrete workflow / priced call

Orient an agent before it changes retrieval code

The request, exact tool-call payload, returned output, and usage receipt are shown below.

Request

“Give me the indexed map of ExplicitMem before I change retrieval.”

Execution

Tool call payload
{
  "tool": "get_repository_summary",
  "arguments": {
    "repo": "explicitmem-mcp-ff694657"
  }
}

Resolves an already-indexed repository ID and returns its stored summary, entry points, component and workflow counts, and source-file citations.

Output

Representative contract excerpt
{
  "repoId": "explicitmem-mcp-ff694657",
  "name": "ExplicitMem-MCP",
  "vcs": [
    "git",
    "jj"
  ],
  "indexedRevision": "git:9a214d8dce07ea012f555e8964b76ce306bb3c87",
  "indexedAt": "2026-08-01T00:36:18.381Z",
  "detectedEcosystems": [
    "node"
  ],
  "languages": [
    "javascript",
    "json",
    "markdown",
    "python",
    "shell",
    "typescript",
    "yaml"
  ],
  "documentationPaths": [
    ".monarchic/feature-flags/README.md",
    "datasets/beam/README.md",
    "datasets/locomo/README.md",
    "README.md"
  ],
  "summary": "ExplicitMem-MCP is a repository indexed by RepoIntel MCP. Version control: git, jj. Project classification: mcp-server (75% confidence). Detected ecosystems: node. Inventory: 194 files, 129 components, 58 workflows.",
  "citations": [
    ".monarchic/feature-flags/README.md",
    "datasets/beam/README.md",
    "datasets/locomo/README.md"
  ],
  "metrics": {
    "fileCount": 194,
    "directoryCount": 19,
    "componentCount": 129,
    "workflowCount": 58,
    "interfaceCount": 2,
    "symbolCount": 20381
  }
}

Usage rating

At runtime

Recorded on the operation receipt

The completed summary receives a measured receipt. Allowance quantities remain unpublished until the fully allocated rate card is frozen.

Required access

Requires an authenticated, entitled account. This read-only workflow uses an approved pre-indexed public or demo repository.

Current limits

Hosted access is limited to pre-indexed public or demo repositories; private source is not currently supported.