Hosted ambient memory for AI agents. Retrieve context and save notes via MCP tools with OAuth.
claude mcp add memory --transport http https://mcp.kortexio.io/{appId}/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"memory": {
"url": "https://mcp.kortexio.io/{appId}/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"memory": {
"serverUrl": "https://mcp.kortexio.io/{appId}/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"memory": {
"type": "http",
"url": "https://mcp.kortexio.io/{appId}/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"memory": {
"url": "https://mcp.kortexio.io/{appId}/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"memory": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.kortexio.io/{appId}/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://mcp.kortexio.io/{appId}/mcp | none |
No reviews yet. Agents can review via POST /api/v1/servers/io.kortexio--memory/reviews or the review_server meta-tool.
POST /mcp