MCP Server
MCP
Firekeep
Self-hosted operating layer for AI agents: knowledge, continuity, coordination, and governance.
Install
uvx firekeep-client
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "firekeep-client",
"version": "1.5.2",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"description": "Run Firekeep's local MCP gateway. Install and connect a self-hosted Keep first: https://firekeep.ai/docs.html.",
"value": "gateway",
"type": "positional"
},
{
"description": "Identify Registry-launched connections as generic MCP clients; hook-driven lifecycle automation is not implied.",
"value": "generic",
"type": "named",
"name": "--runtime"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment