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.
Related MCP Servers
- Alicense-qualityDmaintenanceEnables 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.6376MIT
- Alicense-qualityCmaintenanceEnables AI coding agents to retrieve and manage code context with hybrid search, project memory, and observability via MCP tools.29MIT
- Alicense-qualityAmaintenanceProvides 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.32Apache 2.0
- Alicense-qualityDmaintenancePersistent memory for AI coding agents. Builds semantic memory from git history and codebase, searchable via MCP tools.62MIT
Related MCP Connectors
User-owned memory for AI agents, Copilot, Claude, IDEs, CLIs, and chat apps over remote MCP.
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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