usecortex-mcp
Supports synchronizing stored knowledge and persistent memory with Markdown files, allowing AI agents to manage and retrieve information in a structured document format.
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.
How It Works
You chat — describe your coding standards, architecture decisions, client requirements, anything
UseCortex extracts — AI automatically organizes facts into structured topics
Your agent recalls — any MCP-compatible tool can query your knowledge instantly
Knowledge grows — your agent can push new discoveries back, so your knowledge base stays current
Related MCP server: Thoth-Mem
Features
Two-way knowledge flow — read context into projects, write discoveries back
Works with any MCP client — compatible with any AI coding agent that supports the Model Context Protocol
Encrypted at rest — AES-256 encryption with per-user keys
No vendor lock-in — your knowledge works across every AI tool
Structured by topic — knowledge auto-organized, not dumped in one pile
Quick Start
Prerequisites
A free UseCortex account
An MCP-compatible AI coding agent
1. Generate an API key
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.
2. Install (one command)
Run this in your terminal — replace YOUR_API_KEY with the key from step 1:
claude mcp add usecortex --transport url https://api.usecortex.net/mcp --header "Authorization: Bearer YOUR_API_KEY"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:
{
"mcpServers": {
"usecortex": {
"type": "url",
"url": "https://api.usecortex.net/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}Replace YOUR_API_KEY with the key generated in step 1.
Available Tools
query_knowledge
Ask a natural language question and get an AI-powered answer based on your stored knowledge.
Parameter | Type | Required | Description |
|
| Yes | Natural language question |
|
| No | Filter by specific topic |
list_topics
List all knowledge topics. Takes no parameters.
add_knowledge
Write new knowledge to your base. Your agent can store discoveries, decisions, or patterns it finds.
Parameter | Type | Required | Description |
|
| Yes | The knowledge to store |
|
| No | Topic to file under (auto-detected if omitted) |
get_topic
Retrieve all knowledge entries for a specific topic.
Parameter | Type | Required | Description |
|
| Yes | Topic name to retrieve |
search_knowledge
Search knowledge entries by keyword (text match).
Parameter | Type | Required | Description |
|
| 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 |
|
| Yes | Compressed summary of the session |
|
| No | AI tool used (claude-code, cursor, chatgpt) |
|
| No | Project name or path |
|
| No | Tags for categorization |
|
| 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 |
|
| Yes | Natural language question about past sessions |
|
| No | Filter by AI tool |
|
| No | Filter by project |
|
| No | Max results (default 20) |
list_sessions (Memory plan)
List recent captured session memories.
Parameter | Type | Required | Description |
|
| No | Filter by AI tool |
|
| No | Filter by project |
|
| No | Max results (default 10) |
Use Cases
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 |
Pricing
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.
Security
All communication encrypted over HTTPS
Knowledge encrypted at rest with AES-256
Per-user encryption keys — even we can't read your data
API keys scoped per user with instant revocation
Contributing
Found a bug or have a feature request? Open an issue.
Links
UseCortex — Create your account and manage knowledge
cortex-cli — CLI for markdown sync & terminal usage
Model Context Protocol — Learn about MCP
License
© 2026 Altazi Labs, Inc. All rights reserved. · contact@altazilabs.com
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-qualityCmaintenanceProvides AI coding assistants with persistent project memory to retain architectural decisions, code patterns, and domain knowledge across sessions. It stores data locally in a SQLite database, allowing agents to remember, recall, and manage project-specific context using full-text search.Last updated19Apache 2.0
- AlicenseAqualityAmaintenancePersistent memory for AI coding agents, storing learned architecture decisions, patterns, and bug fixes in a local SQLite database with full-text search, enabling agents to recall information across sessions.Last updated61,2801MIT
- AlicenseAqualityDmaintenanceEnables AI coding assistants to store and retrieve persistent long-term memory across sessions, remembering project preferences, build steps, and architecture decisions.Last updated4MIT
- Alicense-qualityDmaintenanceProvides persistent, searchable memory and knowledge capture for AI-assisted development, enabling agents to retain decisions, bugs, and patterns across sessions and projects.Last updatedMIT
Related MCP Connectors
Persistent memory for AI agents. Search, store, and recall across sessions.
Persistent memory for AI agents — verbatim conversations, searchable by meaning.
Universal memory for AI agents and tools. Save, organize and search context anywhere.
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/usecortex-official/usecortex-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server