Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Adaptive Recall
[![MCPize](https://mcpize.com/badge/@paul.crinigan218/adaptive-recall)](https://mcpize.com/mcp/adaptive-recall)

Adaptive memory system for AI applications. Patent pending.

Expand All @@ -15,6 +16,16 @@ Adaptive Recall is a hosted memory server that stores, retrieves, and manages lo
- **Self-improving**: ML models train on your usage patterns, every parameter change must pass statistical validation against real query history before being adopted
- **Retrieval quality monitoring**: the system verifies its own retrieval consistency and identifies knowledge gaps

## Connect via MCPize

Use this MCP server instantly with no local installation:

```bash
npx -y mcpize connect @paul.crinigan218/adaptive-recall --client claude
```

Or connect at: **https://mcpize.com/mcp/adaptive-recall**

## Connect

Sign up at [adaptiverecall.com](https://adaptiverecall.com/auth.php?action=signup) to get your server URL and API key.
Expand Down Expand Up @@ -78,4 +89,4 @@ Free, Starter, Pro, and Business plans available. See [adaptiverecall.com](https

- [Website](https://adaptiverecall.com)
- [Documentation](https://adaptiverecall.com/docs.php)
- [Sign Up](https://adaptiverecall.com/auth.php?action=signup)
- [Sign Up](https://adaptiverecall.com/auth.php?action=signup)
21 changes: 21 additions & 0 deletions mcpize.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# MCPize Configuration
# Docs: https://mcpize.com/docs/mcpize-yaml

version: 1

name: "Adaptive Recall"
slug: "adaptive-recall"

runtime: typescript
entry: "dist/index.js"

build:
install: "npm install"
command: "npm run build"

start:
type: http
command: "node dist/index.js"

bridge:
mode: http