How to connect an MCP server to OpenClaw:
openclaw mcp set nucleus '{"transport":"http","url":"https://t.co/E0UPgUFISk"}'
Guide: https://t.co/x8AAoGHtZX
#MCP#OpenClaw
How to connect an MCP server to Windsurf:
Config at ~/.codeium/windsurf/mcp_config.json. Uses serverUrl (not url!) for remote servers. Global only, no per-project.
Full guide: https://t.co/J9fFgAzVls
#MCP#Windsurf#Codeium
How to connect an MCP server to Cursor IDE:
Two config locations: ~/.cursor/mcp.json (global) or .cursor/mcp.json (per-project). Supports stdio and streamableHttp.
Full guide: https://t.co/4xtcBxnycR
#MCP#Cursor#ClaudeCode
How to connect an MCP server to Google Gemini:
Google has no single submission form. Three surfaces: Gemini Enterprise (customer-initiated), Antigravity IDE (local config), Gemini Spark (partnership-only).
Full guide: https://t.co/gEJv3IJGEu
#MCP#Gemini#Antigravity
Gave Claude Code persistent memory across sessions with an MCP server.
Every session starts with amnesia. Nucleus fixes it โ a .brain/ directory with engrams that persist.
pip install nucleus-mcp
nucleus-init --scan
https://t.co/BdlNGacD7D
#MCP#ClaudeCode
Correction on my thread earlier: tweet 4 claim about "Gemini on a separate port" is wrong. Gemini is an internal fallback BACKEND on the same /v1/messages endpoint โ classifier picks Anthropic/Gemini per request. PR #582 has the actual wire shape.
Eidetic Works Pro is live.
Pro $29/mo, Pro+ $99/mo (3 seats), Team $299/mo (10 seats). The daemon that gives your AI agents persistent memory.
First 50 lock the price. https://t.co/SFhtvk1gRH
8/ If you're building with Claude Code at scale and burning API credits on agent runs โ the OAuth shim pattern is worth knowing about.
https://t.co/aw3yAmI62i
1/ Max-plan OAuth shim is live at https://t.co/XRvGYOXEHv
Wire: set ANTHROPIC_BASE_URL=https://t.co/dFLFSq0zcu and your existing code keeps working. Billing switches from per-token API to a flat Max-plan subscription. The interface doesn't change.
7/ W4 actuals: 0 paid Pro, 0 MRR, 0 Kit signups, 0 Gumroad downloads, 0 daemon installs. T-22 days to the W8 hard kill gate (โฅ5 paid Pro or pivot).
Substrate is ready. Traffic isn't arriving. That's the only remaining problem.
Obsidian users: drop the Eidetic plugin and your daily note gets a weekly digest block pulled from every AI session you ran that week. Your second brain finally has access to the conversations that fed it.
https://t.co/aw3yAmI62i
Cursor users: the daemon's fsnotify watcher captures chatSessions/*.json automatically. v0.0.41 added a PathContains filter so the workspace.json noise stays out. Plug in the MCP and Cursor gets recall too.
One I use every PR: `gh pr view 123 | eideticd --capture --surface github`. Now PR context lives next to my AI chat about it. Three weeks later they surface together. Cross-tool recall is the unlock.