Encrypted persistent knowledge storage that lets MCP-compatible AI agents recall and add project context.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Usecortex MCP.
query_knowledgeAsk a natural language question and get an AI-powered answer based on your stored knowledge.
list_topicsList all knowledge topics. Takes no parameters.
add_knowledgeWrite new knowledge to your base. Your agent can store discoveries, decisions, or patterns it finds.
get_topicRetrieve all knowledge entries for a specific topic.
search_knowledgeSearch knowledge entries by keyword (text match).
Give your AI coding agent a persistent memory โ read and write knowledge from any tool.
Website ยท Quick Start ยท Tools ยท Pricing
UseCortex MCP is a Model Context Protocol server that gives AI coding agents persistent memory. Your agent can read knowledge you've stored and write new discoveries back โ all through a single encrypted endpoint.
No context window limits. No copy-pasting. No outdated docs. Your AI remembers everything.
Sign up at usecortex.net, then navigate to Settings โ API Keys โ Generate.
Note: Copy the key immediately after generation. It will not be shown again.
Run this in your terminal โ replace YOUR_API_KEY with the key from step 1:
That's it. Restart your AI coding agent and UseCortex tools are ready.
If you prefer to configure manually, add this to your MCP client config file:
Replace YOUR_API_KEY with the key generated in step 1.
query_knowledgeAsk a natural language question and get an AI-powered answer based on your stored knowledge.
| Parameter | Type | Required | Description |
|---|---|---|---|
query | string | Yes | Natural language question |
topic | string | No | Filter by specific topic |
list_topicsList all knowledge topics. Takes no parameters.
add_knowledgeWrite new knowledge to your base. Your agent can store discoveries, decisions, or patterns it finds.
| Parameter | Type | Required | Description |
|---|---|---|---|
content | string | Yes | The knowledge to store |
topic | string | No | Topic to file under (auto-detected if omitted) |
get_topicRetrieve all knowledge entries for a specific topic.
| Parameter | Type | Required | Description |
|---|---|---|---|
topic | string | Yes | Topic name to retrieve |
search_knowledgeSearch knowledge entries by keyword (text match).
| Parameter | Type | Required | Description |
|---|---|---|---|
query | string | Yes | Search term |
capture_session (Memory plan)Capture an AI session summary into persistent memory. Store what you learned, decided, or built.
| Parameter | Type | Required | Description |
|---|---|---|---|
summary | string | Yes | Compressed summary of the session |
tool | string | No | AI tool used (claude-code, cursor, chatgpt) |
project | string | No | Project name or path |
tags | string[] | No | Tags for categorization |
observations | string | No | Detailed observations as JSON string |
recall_memory (Memory plan)Search across all captured session memories using AI. Ask what you worked on or what decisions were made.
| Parameter | Type | Required | Description |
|---|---|---|---|
query | string | Yes | Natural language question about past sessions |
tool | string | No | Filter by AI tool |
project | string | No | Filter by project |
limit | number | No | Max results (default 20) |
list_sessions (Memory plan)List recent captured session memories.
| Parameter | Type | Required | Description |
|---|---|---|---|
tool | string | No | Filter by AI tool |
project | string | No | Filter by project |
limit | number | No | Max results (default 10) |
| Who | What |
|---|---|
| Developers | Your coding standards, architecture decisions, and project context โ automatically available to your AI agent |
| Support teams | Feed real policies and procedures to any support bot โ it answers with facts, not guesses |
| Sales teams | Store client history, pricing, and objections โ pull everything before meetings |
| Individuals | Your personal brain backup โ everything you know, encrypted and accessible from any AI tool |
| HR & Onboarding | Your company playbook โ processes, tools, culture โ available to new hires instantly |
| Free | Pro ($9/mo) | Memory ($19/mo) | Team ($39/mo) | |
|---|---|---|---|---|
| Knowledge entries | 100 | Unlimited | Unlimited | Unlimited |
| Topics | 3 | Unlimited | Unlimited | Unlimited |
| API calls/month | 500 | 10,000 | 50,000 | 200,000 |
| Two-way API | Read only | Yes | Yes | Yes |
| AI session capture | โ | โ | Yes | Yes |
| Memory recall | โ | โ | Yes | Yes |
| Markdown sync | โ | โ | Yes | Yes |
| Session history | โ | โ | 90 days | Unlimited |
| API keys | 1 | 5 | 10 | 50 |
| Team members | โ | โ | โ | 25 |
| Audit logs | โ | โ | โ | Yes |
Manage your plan at usecortex.net.
Found a bug or have a feature request? Open an issue.
ยฉ 2026 Altazi Labs, Inc. All rights reserved. ยท contact@altazilabs.com
Factual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/darktw-usecortex-mcp)<a href="https://allmcps.com/mcp/darktw-usecortex-mcp"><img src="https://allmcps.com/api/badge/darktw-usecortex-mcp?style=directory" alt="Usecortex MCP on AllMCPs" /></a>