LIVE ENDPOINT
https://mcp.agentwork.com
Connect to this endpoint to inspect the live schema for memory_search and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.
Related tools
memory_recall— Fetch the company-memory notes relevant to a question, each with citable sources — you synthesize the answer yourself from them.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.memory_researcher— Deep-research a question over the organization's memory when the quick lookup couldn't settle it.memory_research_result— Collect the answer of a memory_researcher run that was still in progress.ping— Health check — confirm the Agentwork MCP server is reachable.