MCP Server
MCP
io.github.jerrysrodz/goldhold
Persistent memory for AI agents. Search, store, and recall across sessions.
Install
npx -y @goldhold/[email protected]
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.goldhold.ai/mcp"
},
{
"type": "streamable-http",
"url": "https://relay.goldhold.ai/mcp",
"headers": [
{
"description": "Bearer token: your GoldHold API key from goldhold.ai/account",
"isRequired": true,
"isSecret": true,
"name": "Authorization"
}
]
}
],
"packages": [
{
"registryType": "npm",
"identifier": "@goldhold/mcp-server",
"version": "1.5.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "GoldHold API key from goldhold.ai/account",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "GOLDHOLD_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
npm
By
Comments
Sign in to leave a comment