vektori-cortex
v1.1.0
Published
MCP server for syncing AI coding decisions across tools
Maintainers
Readme
Vektori Cortex
Sync your AI coding decisions across Claude, Cursor, and other MCP tools.
Setup (2 steps)
1. Get Your API Key
Open Vektori extension → Settings → MCP Keys → Generate Key
Copy the key (starts with vk_).
2. Add to Claude Desktop
Open config:
- Windows:
%APPDATA%\Claude\claude_desktop_config.json - Mac:
~/Library/Application Support/Claude/claude_desktop_config.json
Paste:
{
"mcpServers": {
"vektori": {
"command": "npx",
"args": ["-y", "vektori-cortex"],
"env": {
"VEKTORI_API_KEY": "vk_your_key_here"
}
}
}
}Restart Claude. Done.
What It Does
| You say | Claude does | |---------|-------------| | "Let's use PostgreSQL" | Saves the decision | | "What did we decide about auth?" | Searches your memory | | (new session) | Recalls recent context |
Your decisions sync across all MCP tools.
