← Registry

AI & Machine Learning

agentwork.com

Provides AI systems with tools to search, retrieve, and research organizational memory notes, including evidence sourcing and in-depth research capabilities.

1 endpoint6 known toolsFirst detected September 6, 2026Last detected September 6, 2026

ENDPOINT 1

https://mcp.agentwork.com

No auth detected

MCP server metadata

Name
Agentwork
Version
1.28.1
Capabilities
experimentalpromptsresourcestools
Server instructions

Agentwork is your organization's company memory. Use the memory_* tools to answer questions from what the org knows (results are permission-filtered to the authenticated user). Default to memory_recall for questions; use memory_search only to locate notes and memory_get to open one. Escalate to memory_researcher when recall couldn't settle the question — it deep-searches the raw source records too, but is slow.

Known tools 6

memory_recall

Fetch the company-memory notes relevant to a question, each with citable sources — you synthesize the answer yourself from them.

Inferred read-only
memory_search

Search company memory for relevant notes (ranked).

Inferred read-only
memory_get

Open one company-memory note in full: content, current structured state, the evidence records it was built from (with source links), open flags (known contradictions/gaps), and the notes it elaborates.

Inferred read-only
memory_researcher

Deep-research a question over the organization's memory when the quick lookup couldn't settle it.

Inferred read-only
memory_research_result

Collect the answer of a memory_researcher run that was still in progress.

Inferred read-only
ping

Health check — confirm the Agentwork MCP server is reachable.

Inferred read-only

CONNECT 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.agentwork]
url = "https://mcp.agentwork.com"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "agentwork": {
      "type": "http",
      "url": "https://mcp.agentwork.com"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: agentwork
Remote MCP URL: https://mcp.agentwork.com

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": {
    "agentwork": {
      "url": "https://mcp.agentwork.com"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "agentwork": {
      "type": "http",
      "url": "https://mcp.agentwork.com"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "agentwork",
  "transport": "streamable-http",
  "url": "https://mcp.agentwork.com"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.