reprox-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@reprox-mcpSearch memory for database connection details"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 |
| You need context for a question or task. | Matching memories grouped by retrieval category. |
| You need known risks or incomplete areas. | All gap summaries, high severity first. |
| You need full context for one gap. | The gap and every memory it references. |
| You need memories connected to a known memory. | Outgoing and incoming relationship neighbors. |
| You need a structural repository overview. | All architecture and repository memories. |
| 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/repositoryIf 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-cleanThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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