Memory endpoints, REST bridges, and linked worker services for the Agnamo workspace.
Agnamo MCP Memory
VERIFY / SSE
Persistent memory layer for agents. Worker: agnamo-mcp.
SSE transport is deployed, but the public custom-domain host should be re-verified before sharing client config.
Worker
agnamo-mcp
Transport
SSE (/{userId}/sse)
Tools
addToMCPMemory, searchMCPMemory
Storage
Cloudflare D1 + Vectorize
Public URL
Verify before use
VERIFY BEFORE USE
The last edge check on July 2, 2026 returned HTTP 530 and Cloudflare error 1016 for nitemcp.com.
Replace <not-live> only after a fresh edge check passes.
Once verified, memory helpers remain:
GET /{userId}/memories,
PUT /{userId}/memories/{memoryId},
DELETE /{userId}/memories/{memoryId}.
nitemcp REST API
VERIFY / REST
Authenticated REST bridge over Cloudflare D1. Worker: nitemcp-api-one.
The intended public host is nitemcp.com, but it should be re-verified before sharing production examples.
Worker
nitemcp-api-one
Base URL
Verify before use
Auth
Bearer token (worker SECRET binding)
Database
Cloudflare D1
Endpoints
GET /rest/{table} - list or filter rows once the public host passes a live edge check
GET /rest/{table}/{id} - fetch one row once the public host passes a live edge check
POST /rest/{table} - insert row once the public host passes a live edge check
PUT /rest/{table}/{id} - update row once the public host passes a live edge check
DELETE /rest/{table}/{id} - delete row once the public host passes a live edge check
POST /query - parameterized SQL ({ query, params }) once the public host passes a live edge check
VERIFY BEFORE CURL
The last edge check on July 2, 2026 returned HTTP 530 and Cloudflare error 1016 for nitemcp.com.