AI & Machine Learning
awareness.market
An MCP server that provides persistent memory and recall tools for AI agents, enabling session initialization, memory search, lookups, and sub-agent prompt retrieval.
ENDPOINT 1
https://awareness.market/mcp
MCP server metadata
- Name
- Awareness Memory Service
- Version
- 1.29.1
You have a cognitive memory cloud with Auto-Cognition. Use it automatically — never wait for the user to say "remember". Do these 3 things every session: 1. FIRST THING: awareness_init → get session_id + past context. Always do this before any work. 2. BEFORE WORK: awareness_recall(query="...") → one natural-language question, daemon handles routing. Don't re-solve solved problems. 3. AFTER CHANGES: awareness_record(content="<detailed description>", insights={...}) → save what you did/decided/learned. Be detailed — include reasoning, code snippets, user quotes. RECOMMENDED: Pass insights={knowledge_cards:[...], action_items:[...], risks:[...]} with awareness_record to create searchable knowledge in ONE step — no round-trip needed. Knowledge cards MUST be created. Skipping = the memory is stored but never structured into reusable knowledge. SETUP — when awareness_init returns "_setup_action" in the response: You MUST follow the instruction to write rules to the specified file. This enables your persistent memory workflow for all future sessions.
Known tools 19
__awareness_workflow__Call this when you're unsure what to do next with Awareness memory tools.
Inferred read-onlyawareness_initStart here — call ONCE at the beginning of every session to load your persistent memory.
Inferred read-onlyawareness_get_agent_promptFetch the full activation prompt for a specific agent role (sub-agent spawning).
Inferred read-onlyawareness_recallSearch your persistent memory — pass ONE query string, server picks the rest.
Inferred read-onlyawareness_lookupFast DB lookup — use this instead of awareness_recall when you know WHAT you want.
Inferred read-onlyawareness_apply_skillApply a learned skill — returns structured step-by-step execution plan.
Inferred read-onlyawareness_search_knowledgeSearch the PUBLIC Awareness knowledge graph — 1,000+ sourced scientific papers.
Inferred read-onlyawareness_find_dealsSearch the public Open Deal Board — live business supply and demand.
Inferred read-onlyawareness_publish_dealPublish a listing to the PUBLIC Open Deal Board (anonymous, no API key).
Potential side effectsawareness_find_agentsSearch the Agent Memory Market — ready-made memory packs, skills and agents.
Inferred read-onlyawareness_agent_detailGet the full detail page of one Agent Memory Market listing.
Inferred read-onlyawareness_chat_agentChat with a marketplace agent — works WITHOUT login (anonymous trial).
Inferred read-onlyawareness_run_agent_taskRun a task with a marketplace agent bound to a memory (requires login).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.awareness-memory-service]
url = "https://awareness.market/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"awareness-memory-service": {
"type": "http",
"url": "https://awareness.market/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: awareness-memory-service
Remote MCP URL: https://awareness.market/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"awareness-memory-service": {
"url": "https://awareness.market/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"awareness-memory-service": {
"type": "http",
"url": "https://awareness.market/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "awareness-memory-service",
"transport": "streamable-http",
"url": "https://awareness.market/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for awareness.market was fetched 2026-09-21T13:22:09.857Z.
awareness.market is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.