mcp
MCP install
Stdio MCP server for the Fystash control plane.
pip install fystash-mcp
# or
uvx fystash-mcpexport FYSTASH_API=https://api.fystash.ai
export FYSTASH_API_KEY='key-…'Cursor / Claude
{
"mcpServers": {
"fystash": {
"command": "uvx",
"args": ["fystash-mcp"],
"env": {
"FYSTASH_API": "https://api.fystash.ai",
"FYSTASH_API_KEY": "key-…"
}
}
}
}Full agent onboarding: Connect your agent.