Contexta Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Contexta Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
<p align="center"> <img src="assets/logo.png" alt="Contexta" width="320" /> </p>
<h1 align="center">Contexta MCP</h1>
<p align="center"> <b>Persistent memory & knowledge graph for your AI assistant.</b><br/> Keyword + vector + graph search in a single lookup. </p>
<p align="center"> <a href="https://smithery.ai/servers/ai-jcce/mcp-contexta"> <img src="https://img.shields.io/badge/Smithery-published-2dd4bf?style=flat-square" alt="Smithery" /> </a> <a href="https://contexta.cc"> <img src="https://img.shields.io/badge/contexta.cc-website-07080d?style=flat-square" alt="Website" /> </a> <a href="LICENSE"> <img src="https://img.shields.io/badge/license-MIT-blue?style=flat-square" alt="License" /> </a> </p>
Contexta is a memory MCP server that remembers like a human does — by meaning, by words, and by relationships.
Most memory tools give you one flavor of recall: embedding search, a raw log, or a graph you pay extra for. Contexta fuses all three into a single query. Your agent can ask _"what did we decide about pricing with Acme last quarter?"_ and get back the right meeting, the right decision, and the people connected to it — in one round-trip.
Under the hood, Contexta indexes your notes, messages, and documents as typed entities (people, projects, decisions, meetings, tasks) and links them into a knowledge graph automatically. Every retrieval combines:
One-click install from the Smithery listing — Smithery handles the OAuth flow and proxies connections through its gateway.
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS, %APPDATA%\Claude\claude_desktop_config.json on Windows):
{
"mcpServers": {
"contexta": {
"url": "https://mcp.contexta.cc/mcp"
}
}
}Claude will walk you through the OAuth sign-in on first use. See examples/claude-desktop.json.
Add a new MCP server in Cursor → Settings → MCP:
https://mcp.contexta.cc/mcpSee examples/cursor.json.
In ChatGPT → Settings → Connectors → Add custom connector → paste https://mcp.contexta.cc/mcp. See examples/chatgpt.md for full instructions.
Contexta uses OAuth 2.0 with dynamic client registration (RFC 7591) and PKCE. On first connection, your MCP client opens a browser window, you sign in with your Contexta account, and the client receives a per-user access token. Tokens are refreshed automatically.
No API keys, no shared credentials — every request runs as a specific user with that user's private memory.
Contexta MCP exposes the following tools to your AI client (non-exhaustive):
search — keyword + vector + graph search across your memoryread_page — fetch a note or document by IDcreate_page — save a new memoryupdate_page — edit an existing memorygraph_search — traverse the knowledge graphlist_tasks / create_task / update_task — task managementlist_workspaces — available workspaceshttps://mcp.contexta.cc/mcpMIT — see LICENSE.
This repository is a public showcase for the hosted Contexta MCP service. The service itself is operated by the Contexta team at mcp.contexta.cc.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.