Skip to main content
Glama

reprox-mcp

reprox-mcp is a TypeScript MCP server that lets coding agents search persistent repository memory created by cliper.

Reprox reads the persistent Local JSON memory created by Cliper and exposes it to MCP clients without inventing repository facts.

Tools

Tool

Use it when

Returns

search_memory

You need context for a question or task.

Matching memories grouped by retrieval category.

list_gaps

You need known risks or incomplete areas.

All gap summaries, high severity first.

get_gap

You need full context for one gap.

The gap and every memory it references.

get_related

You need memories connected to a known memory.

Outgoing and incoming relationship neighbors.

get_architecture

You need a structural repository overview.

All architecture and repository memories.

get_timeline

You need change or release history.

Commit, release, and timeline memories, newest first.

Related MCP server: ContextAtlas

Quickstart

Build and link or install the package, then ensure the target repository has been initialized:

cliper init
reprox mcp --path /path/to/repository

If repository memory is missing, the server responds with: Repository memory is not initialized; run cliper init first.

Codex configuration

Add this to ~/.codex/config.toml:

[mcp_servers.reprox]
command = "reprox"
args = ["mcp", "--path", "/absolute/path/to/repository"]

Omit --path to use the server process's current working directory.

Development

npm install
npm run build
npm run pack-clean
F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables AI agents to search code by meaning, explore codebase structure, store and query knowledge with temporal facts, and read source code through a set of MCP tools.
    453
    7
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables AI coding agents to retrieve and manage code context with hybrid search, project memory, and observability via MCP tools.
    29
    MIT
  • A
    license
    Not graded
    quality
    A
    maintenance
    Provides AI agents with persistent knowledge storage, enabling them to store, search, and retrieve text, documents, and files using semantic and keyword search via MCP tools.
    31
    Apache 2.0

View all related MCP servers

Related MCP Connectors

  • Shared, governed long-term memory for AI agents across tools and sessions via MCP and REST.

  • Shared long-term memory vault for AI agents with 20 MCP tools.

  • Persistent memory and knowledge management for AI agents with semantic search and 50+ tools.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/bristinWild/Reprox-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server