MCP Server
MCP
KeepFlash Agent Access
Search, read, cite, create, and safely update a user's private KeepFlash knowledge library.
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://keepflash.com/api/mcp",
"headers": [
{
"description": "KeepFlash Agent Access bearer token",
"value": "Bearer {token}",
"variables": {
"token": {
"description": "Token created in KeepFlash Agent Access settings",
"isRequired": true,
"isSecret": true
}
},
"name": "Authorization"
}
]
}
],
"packages": []
}
mcp
model-context-protocol
streamable-http
Comments
Sign in to leave a comment