OpenClaw
Add FLORA MCP to OpenClaw with the openclaw mcp CLI.
OpenClaw is a local-first personal AI assistant. MCP servers are managed with the openclaw mcp CLI; entries are stored in ~/.openclaw/openclaw.json under mcp.servers.
Install
Section titled “Install”Register FLORA as an MCP server:
openclaw mcp set flora '{"command":"npx","args":["-y","mcp-remote","https://agents.flora.ai/mcp"]}'Authorize
Section titled “Authorize”Ask OpenClaw:
List my FLORA Techniques.
mcp-remote opens a browser for OAuth on first use. Sign in to FLORA and approve. The token is cached in ~/.mcp-auth/.
Verify
Section titled “Verify”openclaw mcp listopenclaw mcp show floraThe first command lists every configured server; the second prints FLORA’s full entry so you can confirm the command and args round-tripped correctly. Note that these read OpenClaw’s config — they don’t reach out to agents.flora.ai to validate connectivity. The smoke test is asking the agent to list Techniques.
Remove
Section titled “Remove”openclaw mcp remove floraTo clear the cached OAuth token: rm -rf ~/.mcp-auth/flora. Revoke server-side in FLORA → Settings → Connected apps.