Claude Code
Codex
Cursor
Kiro
Gemini CLI
More clients
OpenClaw
Hermes
Any MCP client
Persistent memory + hundreds of tools, across every session and machine.
Run in your terminal
claude mcp add --transport http --scope user flukebase https://mcp.flukebase.me/mcp && claude mcp login flukebase
Copy
The second command opens FlukeBase sign-in in your browser. Signing in creates your account and connects Claude Code.
Full setup & advanced options →
Copy setup link
Email this setup
Setup sent! Check your inbox.
Give the OpenAI Codex CLI shared memory and FlukeBase tools.
Run in your terminal
codex mcp add flukebase --url https://mcp.flukebase.me/mcp && codex mcp login flukebase
Copy
Completing OAuth in your browser signs you in and provisions your account. (Or configure ~/.codex/config.toml manually.)
Manual setup fallback (JSON/config)
Add to ~/.codex/config.toml
[mcp_servers.flukebase]
url = "https://mcp.flukebase.me/mcp"
Copy
Full setup & advanced options →
Copy setup link
Email this setup
Setup sent! Check your inbox.
Add FlukeBase memory + code-graph context to Cursor's agent.
Add to Cursor
Cursor opens with FlukeBase pre-filled. Confirm the connection, then sign in through your browser to create or link your account.
Manual setup fallback (JSON)
Add to ~/.cursor/mcp.json
{
"mcpServers": {
"flukebase": { "url": "https://mcp.flukebase.me/mcp" }
}
}
Copy
Full setup & advanced options →
Copy setup link
Send to desktop
Setup sent! Check your inbox.
Connect Kiro's autonomous agent to FlukeBase persistent memory and tools.
Add FlukeBase to Kiro
Kiro opens with FlukeBase pre-filled. Approve the connection, then sign in through your browser.
Manual setup fallback (JSON)
Add to ~/.kiro/mcp.json
{
"mcpServers": {
"flukebase": {
"url": "https://mcp.flukebase.me/mcp",
"oauthScopes": ["mcp"]
}
}
}
Copy
Full setup & advanced options →
Copy setup link
Send to desktop
Setup sent! Check your inbox.
Wire the Gemini CLI to FlukeBase over Streamable HTTP.
Run in your terminal
gemini mcp add --transport http --scope user flukebase https://mcp.flukebase.me/mcp
Copy
First connect opens your browser to sign in — that creates your account.
Manual setup fallback (JSON/config)
Add to ~/.gemini/settings.json
{
"mcpServers": {
"flukebase": { "httpUrl": "https://mcp.flukebase.me/mcp" }
}
}
Copy
Full setup & advanced options →
Copy setup link
Email this setup
Setup sent! Check your inbox.
Connect OpenClaw autonomous agents to FlukeBase memory and operations.
Run in your terminal
openclaw mcp add flukebase --url https://mcp.flukebase.me/mcp --transport streamable-http --auth oauth && openclaw mcp login flukebase
Copy
Completing OAuth in your browser signs you in and provisions your account. Verify with: openclaw mcp doctor flukebase --probe
Full setup & advanced options →
Copy setup link
Email this setup
Setup sent! Check your inbox.
Equip Nous Hermes Agent with persistent cross-session memory and tools.
Add to ~/.hermes/config.yaml
mcp_servers:
flukebase:
url: "https://mcp.flukebase.me/mcp"
auth: oauth
Copy
After adding to config, run: hermes mcp login flukebase to sign in. Or manage interactively via hermes mcp.
Full setup & advanced options →
Copy setup link
Email this setup
Setup sent! Check your inbox.
FlukeBase speaks standard MCP. Point any client at the endpoint.
Add to MCP endpoint (Streamable HTTP)
https://mcp.flukebase.me/mcp
Copy
Auth is OAuth 2.1 with Dynamic Client Registration — your client opens a browser to sign in on first connect, which provisions your FlukeBase account automatically.
Full setup & advanced options →
Copy setup link
Email this setup
Setup sent! Check your inbox.