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.
ENDPOINT 1
https://mcp.agentwork.com
MCP server metadata
- Name
- Agentwork
- Version
- 1.28.1
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_recallFetch the company-memory notes relevant to a question, each with citable sources — you synthesize the answer yourself from them.
Inferred read-onlymemory_getOpen 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-onlymemory_researcherDeep-research a question over the organization's memory when the quick lookup couldn't settle it.
Inferred read-onlymemory_research_resultCollect the answer of a memory_researcher run that was still in progress.
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.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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.