{"name":"io.github.FilippoPilo/cortex","slug":"filippopilo-cortex","title":"Cortex","description":"Patent-pending semantic memory for AI agents: quality-gated writes, conflict tracking. Free trial.","url":"https://mcp.market/server/filippopilo-cortex","rating":null,"grade":"B","score":81,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":23,"stars":0,"forks":0,"downloads_week":null,"last_push_at":"2026-09-07T16:52:37.000Z","license":"MIT"},"uptime":{"percent":100,"checks":6,"ok":6,"last_checked_at":"2026-09-20T21:40:40.755Z","last_ok_at":"2026-09-20T21:40:40.755Z","latency_ms":142},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/FilippoPilo/cortex-connector","website":"https://skynetlab-cortex.com","version":"1.1.0","remotes":[{"type":"streamable-http","url":"https://skynetlab-cortex-saas-mcp.cortex-320.workers.dev/mcp"}],"packages":[],"tools":[{"name":"cortex_conflicts","description":"Use this when the user asks what contradicts what in their memory, or when a memory you just read is flagged as conflicting and the user has to decide which version holds. Returns the pairs of contradicting statements with their status. Do not use it as a list of memories: it only returns detected contradictions.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{}}},{"name":"cortex_forget","description":"Use this when the user asks to delete a specific memory, given the id returned by search. Ask the user to confirm before calling it: the deletion is permanent and cannot be undone. Do not use it to fix a memory that is merely out of date: saving the corrected version with cortex_write is what keeps the history.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","description":"The id of the memory to delete, exactly as returned by search"}},"required":["id"]}},{"name":"cortex_recall","description":"Use this when the user asks about a topic as a whole (\"what do you know about X\", \"where are we with X\", \"catch me up on X\"): returns one narrative synthesis of the relevant memories, saying what holds now and what was superseded. Do not use it to look up a single fact or when you need sources to cite: search returns individual memories with their urls.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string"}},"required":["query"]}},{"name":"cortex_write","description":"Use this whenever the user tells you to remember, note down, keep or save something, in any language. Use it as well when they state something they will need again later and would not want to repeat: a decision and the reason behind it, a stable fact about them or their work, a preference or a constraint, a conclusion they reached after effort, a correction of something believed before. Then say in one line what you saved, so they can tell you to drop it. The server rejects duplicates by itself: a refused write is not an error, do not rephrase it and try again. Do not save questions, brainstorming, passing remarks or anything the user has not actually stated, and never save passwords, tokens, keys, card numbers or other credentials, even if the user pastes them.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"title":{"type":"string","description":"Short title, in the user's language, e.g. \"Billing service: chosen database\""},"content":{"type":"string","description":"Text to remember, in the user's language"},"tags":{"type":"array","items":{"type":"string"}},"basis":{"type":"string","enum":["observed","inferred"],"description":"Origine dell'informazione: 'observed' se letta direttamente da una fonte (documento, output di uno strumento, dato reale), 'inferred' se e' una deduzione o una stima. Registrata al salvataggio e restituita al richiamo."},"claims":{"type":"array","description":"Opzionale. Fatti atomici gia strutturati, uno per decisione o affermazione: se li passi, il rilevamento dei conflitti li usa direttamente invece di estrarli dal testo. Esempio: {subject: 'Project Vega', predicate: 'adotta', object: 'Redis'}.","items":{"type":"object","properties":{"claim_text":{"type":"string"},"subject":{"type":"string"},"predicate":{"type":"string"},"object":{"type":"string"},"confidence":{"type":"number"}},"required":["subject","predicate","object"]}}},"required":["title","content"]}},{"name":"cortex_write_status","description":"Use this when a previous cortex_write returned a job_id as queued and the user asks whether it was saved: returns the quality gate verdict for that job and any contradiction it opened. Do not call it for a write that already came back with a verdict.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"job_id":{"type":"string","description":"The job_id returned by a cortex_write that came back as queued"}},"required":["job_id"]}},{"name":"fetch","description":"Use this when a search result looks relevant and you need its full text before answering. Takes the id returned by search, and returns the memory with its url, which you cite in your answer. Do not call it with an id from anywhere else: only search results carry valid ids.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","description":"The id of a memory, exactly as returned by search"}},"required":["id"]}},{"name":"search","description":"Use this when the answer depends on the user's own context: facts about them or their work, decisions they made, preferences or constraints they stated, or anything they refer back to from an earlier conversation (\"as we agreed\", \"my project\", \"the client we discussed\"). Use it as well when the user asks for something done their usual way, in their format, tone, style or stack (\"the way I normally write these\", \"my usual setup\"): their way is what the memory holds. Also use it when the user asks what you know or remember about something. Returns the matching memories with id, title and url to cite; fetch returns the full text of one. Cortex is the user's own memory layer: what is saved through it stays available in the other AI apps they connect to the same account. Do not use it for general knowledge, for questions that do not depend on this particular user, or when everything needed is already in this conversation.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","description":"What to look for, in natural language and in the user's own words, e.g. \"which database we chose for billing\""}},"required":["query"]}}],"scan":{"score":81,"grade":"B","scanned_at":"2026-09-20T00:27:09.777Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-20T00:27:09.749Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 416ms"]},"poisoning":{"score":15,"max":15,"notes":["7 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 2 write-action tools with no auth"]},"maintenance":{"score":15,"max":15,"notes":["last push 12 days ago"]},"identity":{"score":8,"max":10,"notes":["registry namespace matches repository owner","GitHub account older than a year"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"}],"inputs":{"probes":[{"url":"https://skynetlab-cortex-saas-mcp.cortex-320.workers.dev/mcp","reachable":true,"authRequired":false,"latencyMs":416,"serverInfo":{"name":"SKYNETLAB-Cortex","version":"1.0.0"}}],"packages":[],"repo":{"found":true,"owner":"FilippoPilo","repo":"cortex-connector","archived":false,"pushedAt":"2026-09-07T16:52:37Z","stars":0,"forks":0,"openIssues":0,"ownerType":"User","ownerAvatarUrl":"https://avatars.githubusercontent.com/u/221422218?v=4","ownerCreatedAt":"2025-07-17T20:45:17Z","license":"MIT"},"icon":{"url":"https://skynetlab-cortex.com/assets/logo-mark.png","source":"registry","width":472,"height":472},"presence":{"stars":0,"forks":0,"downloadsWeek":null,"license":"MIT","lastPushAt":"2026-09-07T16:52:37.000Z","score":23}}}},"grade_history":[],"reviews":[]}