# in-memoria

Persistent intelligence infrastructure for agentic development

- **Type:** MCP server
- **Trust:** 60/100 (B), scored on the package rubric
- **Verification:** community-indexed — nobody has claimed this listing
- **Version:** 0.6.0
- **Author:** Piyush Airani
- **License:** MIT
- **npm:** in-memoria
- **Compatible clients:** claude-code, cursor, copilot, gemini (basis: transport)

## Trust

60/100 (B), scored on the package rubric
- Publisher verified: no
- Install scripts: nothing suspicious found
- Prompt-injection scan: not run
- Obfuscation scan: not run
- Evidence age: 0 days

## Security scan

- **Status:** warnings
- **Scanned:** 2026-08-30T00:17:31.629Z
- **Version scanned:** 0.6.0
- **CVEs:** none found by OSV at scan time

## Tools

14 declared. Statically extracted from the shipped source — a floor on the surface, not a census.
- `auto_learn_if_needed` — Automatically learn from codebase if intelligence data is missing or stale. Call this first before using other In-Memoria tools - it's a no-op if data already e
- `analyze_codebase` — One-time analysis of a specific file or directory. Returns AST structure, complexity metrics, and detected patterns for that path only. For project-wide underst
- `search_codebase` — Search for code by text matching or patterns. Use "text" type for finding specific strings/keywords in code. Use "pattern" type for regex/AST patterns. Note: Fo
- `learn_codebase_intelligence` — Build intelligence database from codebase (one-time setup, ~30-60s). Required before using predict_coding_approach, get_project_blueprint, or get_pattern_recomm
- `get_semantic_insights` — Search for code-level symbols (variables, functions, classes) by name and see their relationships, usage patterns, and evolution. Use this to find where a speci
- `get_pattern_recommendations` — Get coding pattern recommendations learned from this codebase. Use this when implementing new features to follow existing patterns (e.g., "create a new service 
- `predict_coding_approach` — Find which files to modify for a task using intelligent file routing. Use this when the user asks "where should I...", "what files...", or "how do I add/impleme
- `get_developer_profile` — Get patterns and conventions learned from this codebase's code style. Shows frequently-used patterns (DI, Factory, etc.), naming conventions, and architectural 
- `contribute_insights` — Let AI agents save discovered insights (bug patterns, optimizations, best practices) back to In-Memoria for future reference. Use this when you discover a recur
- `get_project_blueprint` — Get instant project blueprint - eliminates cold start exploration by providing tech stack, entry points, key directories, and architecture overview
- `get_system_status` — Get comprehensive system status including intelligence data, performance metrics, and health indicators
- `get_intelligence_metrics` — Get detailed metrics about the intelligence database and learning state
- `get_performance_status` — Get performance metrics including database size, query times, and resource usage
- `health_check` — Verify In-Memoria setup and configuration for a project. Checks database accessibility, project structure, and API keys.

## Install

**Verdict: review** — Installable, but 1 thing to check first: No publisher has proved control of this listing; it is indexed, not vouched for.
**Cautions** (coverage gaps and advisories — never blocking)
- No publisher has proved control of this listing; it is indexed, not vouched for.
**Config** (claude-code):
```json
"{\n  \"mcpServers\": {\n    \"in-memoria\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"-y\",\n        \"in-memoria\"\n      ],\n      \"env\": {\n        \"OPENAI_API_KEY\": \"<YOUR_OPENAI_API_KEY>\"\n      }\n    }\n  }\n}"
```
**Credentials it will ask for** (names only — Forge never holds a value):
- `OPENAI_API_KEY` — OpenAI API Key (optional)
Placeholders only. Forge never holds, brokers, or transmits a credential value — replace each <YOUR_NAME> in your own config file. Do not send a value back to Forge; no Forge endpoint accepts one.
- This entry needs 1 credential (0 required). The generated config carries placeholders, so it will fail in the editor rather than at runtime if they are left unset.

## Blast radius

Moderate blast radius — holds an api key; runs on your machine.
- Floor 23, ceiling 23 (tier: moderate)
- This is impact, not likelihood. A high radius is not a defect: a filesystem server is supposed to write files. It is never part of the trust score.

## Machine-readable views of this entry

- Signed JSON: https://forgeregistry.com/api/v1/packages/in-memoria
- Install plan: https://forgeregistry.com/api/v1/packages/in-memoria/install-plan
- Alternatives: https://forgeregistry.com/api/v1/alternatives/in-memoria
- HTML page: https://forgeregistry.com/registry/in-memoria
- MCP: POST https://forgeregistry.com/api/mcp → `forge_get_package` / `forge_install_plan`

## About this document

Generated by Forge (https://forgeregistry.com) — a compact rendering of the same record served, signed, at the JSON URL above. Trust and scan facts are the registry's own measurements; anything Forge did not measure is named as unmeasured rather than omitted.
